Uses of Class
ejava.projects.esales.dto.Bid
-
Packages that use Bid Package Description ejava.projects.esales.dto -
-
Uses of Bid in ejava.projects.esales.dto
Fields in ejava.projects.esales.dto with type parameters of type Bid Modifier and Type Field Description protected List<Bid>
Auction. bid
protected List<Bid>
ESales. bid
Methods in ejava.projects.esales.dto that return Bid Modifier and Type Method Description Bid
ObjectFactory. createBid()
Create an instance ofBid
Methods in ejava.projects.esales.dto that return types with arguments of type Bid Modifier and Type Method Description List<Bid>
Auction. getBid()
Gets the value of the bid property.List<Bid>
ESales. getBid()
Gets the value of the bid property.Constructor parameters in ejava.projects.esales.dto with type arguments of type Bid Constructor Description Auction(String refid, Object seller, String title, String category, String description, Date startTime, Date endTime, Float askingPrice, List<Bid> bid, Float purchasePrice, Object buyer, Object shipTo, Integer id)
Fully-initialising value constructor
-