public class OptionJson
extends java.lang.Object
| Constructor and Description |
|---|
OptionJson()
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getCustomerText() |
java.lang.String |
getFormattedCustPrice() |
java.lang.String |
getName() |
int |
getQuantity() |
int |
getType() |
java.lang.String |
getValue() |
void |
setCustomerText(java.lang.String customerText) |
void |
setFormattedCustPrice(java.lang.String formattedCustPrice) |
void |
setName(java.lang.String name) |
void |
setQuantity(int quantity) |
void |
setType(int type) |
void |
setValue(java.lang.String value) |
public java.lang.String getName()
public void setName(java.lang.String name)
name - the name to setpublic java.lang.String getValue()
public void setValue(java.lang.String value)
value - the value to setpublic int getType()
public void setType(int type)
type - the type to setpublic int getQuantity()
public void setQuantity(int quantity)
quantity - the quantity to setpublic java.lang.String getFormattedCustPrice()
public void setFormattedCustPrice(java.lang.String formattedCustPrice)
formattedCustPrice - the formattedCustPrice to setpublic java.lang.String getCustomerText()
public void setCustomerText(java.lang.String customerText)
customerText - the customerText to setCopyright © 2018 DS Data Systems UK Ltd.