public class ItemSyncModel
extends java.lang.Object
Constructor and Description |
---|
ItemSyncModel() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getDescription()
Getter for description
A friendly description of the item.
|
java.lang.String |
getItemCode()
Getter for itemCode
A unique code representing this item.
|
java.lang.String |
getItemGroup()
Getter for itemGroup
A group to which the item belongs.
|
java.lang.String |
getTaxCode()
Getter for taxCode
The tax code of the item (optional)
|
void |
setDescription(java.lang.String value)
Setter for description
A friendly description of the item.
|
void |
setItemCode(java.lang.String value)
Setter for itemCode
A unique code representing this item.
|
void |
setItemGroup(java.lang.String value)
Setter for itemGroup
A group to which the item belongs.
|
void |
setTaxCode(java.lang.String value)
Setter for taxCode
The tax code of the item (optional)
|
java.lang.String |
toString()
Returns a JSON string representation of ItemSyncModel
|
public java.lang.String getItemCode()
public void setItemCode(java.lang.String value)
public java.lang.String getDescription()
public void setDescription(java.lang.String value)
public java.lang.String getItemGroup()
public void setItemGroup(java.lang.String value)
public java.lang.String getTaxCode()
public void setTaxCode(java.lang.String value)
public java.lang.String toString()
toString
in class java.lang.Object