public interface Bid extends EJBObject { public int getAmount() throws RemoteException; public Calendar getBidDate() throws RemoteException; }
Next Slide >>