public class OfferItemDetail extends Object implements Serializable
Constructor and Description |
---|
OfferItemDetail() |
Modifier and Type | Method and Description |
---|---|
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
String |
getItemId()
The id of the item that is a qualifier or target.
|
String |
getOfferId()
The offer id where this item is a qualifier or target of.
|
int |
getQuantity()
The quantity of the item that is a qualifier or target.
|
int |
hashCode() |
void |
setItemId(String itemId)
The id of the item that is a qualifier or target.
|
void |
setOfferId(String offerId)
The offer id where this item is a qualifier or target of.
|
void |
setQuantity(int quantity)
The quantity of the item that is a qualifier or target.
|
String |
toString() |
public String getOfferId()
public String getItemId()
public int getQuantity()
public void setOfferId(String offerId)
public void setItemId(String itemId)
public void setQuantity(int quantity)
protected boolean canEqual(Object other)
Copyright © 2021. All rights reserved.