예제 #1
0
파일: Product.java 프로젝트: Khaleesy/JAVA
 public Product(String name, String producer, double cost, int available) throws RemoteException {
   super();
   setDetails(autoID++, name, producer, cost, available);
 }