| Constructor and Description |
|---|
LinkProduct() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o) |
LinkProductCategory |
getCategory() |
java.lang.String |
getCity() |
java.lang.Integer |
getDistance() |
GeoCoordinates |
getGeo() |
java.lang.String |
getMerchant() |
java.lang.Integer |
getOrdersCount() |
Price |
getPrice() |
LinkProductStatus |
getStatus() |
LinkProductType |
getType() |
int |
hashCode() |
LinkProduct |
setCategory(LinkProductCategory category) |
LinkProduct |
setCity(java.lang.String city) |
LinkProduct |
setDistance(java.lang.Integer distance) |
LinkProduct |
setGeo(GeoCoordinates geo) |
LinkProduct |
setMerchant(java.lang.String merchant) |
LinkProduct |
setOrdersCount(java.lang.Integer ordersCount) |
LinkProduct |
setPrice(Price price) |
LinkProduct |
setStatus(LinkProductStatus status) |
LinkProduct |
setType(LinkProductType type) |
java.lang.String |
toPrettyString() |
java.lang.String |
toString() |
clone, finalize, getClass, notify, notifyAll, wait, wait, waitvalidateRequiredpublic LinkProductCategory getCategory()
public LinkProduct setCategory(LinkProductCategory category)
public java.lang.String getCity()
public LinkProduct setCity(java.lang.String city)
public java.lang.Integer getDistance()
public LinkProduct setDistance(java.lang.Integer distance)
public GeoCoordinates getGeo()
public LinkProduct setGeo(GeoCoordinates geo)
public java.lang.String getMerchant()
public LinkProduct setMerchant(java.lang.String merchant)
public java.lang.Integer getOrdersCount()
public LinkProduct setOrdersCount(java.lang.Integer ordersCount)
public Price getPrice()
public LinkProduct setPrice(Price price)
public LinkProductStatus getStatus()
public LinkProduct setStatus(LinkProductStatus status)
public LinkProductType getType()
public LinkProduct setType(LinkProductType type)
public int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.Objectpublic java.lang.String toPrettyString()