Uses of Class
market.Seller

Packages that use Seller
action   
 

Uses of Seller in action
 

Methods in action that return Seller
 Seller Ask.getSeller()
           
 Seller Transaction.getTheSeller()
           
 

Constructors in action with parameters of type Seller
Ask(Seller s)
          Constructor
Ask(Seller s, Good good, java.lang.Double qty, Currency currency, java.lang.Double pr)
          Constructor
Transaction(Buyer theBuyer, Seller theSeller, Commodity theTradedComm, double qty, Commodity currency, double price)
          Constructor.