public class CustomerBid extends BidSummary
Constructor and Description |
---|
CustomerBid() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
List<BidItem> |
getBidItems()
|
Vendor |
getVendor()
Get the
Vendor associated with this CustomerBid |
int |
hashCode() |
void |
setBidItems(List<BidItem> bidItems)
|
void |
setVendor(Vendor vendor)
Set the
Vendor associated with this CustomerBid |
String |
toString() |
getAmount, getDescription, getId, getStatus, setAmount, setDescription, setId, setStatus
getPath, setPath
public Vendor getVendor()
Vendor
associated with this CustomerBid
Vendor
associated with this CustomerBid
public void setVendor(Vendor vendor)
Vendor
associated with this CustomerBid
vendor
- Vendor
associated with this CustomerBid
Copyright © 2016. All rights reserved.