Package stub.ItemAdminStub

Examples of stub.ItemAdminStub.ChangeProductPrice


      }
      break;
    case 2:
      try {
        i.setPrice((Double) aValue);
        setPrice = new ChangeProductPrice();
        setPrice.setId(i.getId());
        setPrice.setPrice((Double) aValue);
        adminStub.changeProductPrice(setPrice);
      } catch (RemoteException e) {
        e.printStackTrace(System.err);
View Full Code Here

TOP

Related Classes of stub.ItemAdminStub.ChangeProductPrice

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.