public class PickTicketPickbatchItemDataBean extends SmartDataBeanImpl
Modifier and Type | Field and Description |
---|---|
static java.lang.String | COPYRIGHT
The IBM copyright notice field.
|
Constructor and Description |
---|
PickTicketPickbatchItemDataBean() |
Modifier and Type | Method and Description |
---|---|
java.lang.String | getProductDescription()
This method returns the product description.
|
java.lang.String | getProductName()
This method returns the product name.
|
java.lang.String | getQuantity()
This method returns the quantity.
|
java.lang.String | getSKU()
This method returns the SKU.
|
void | setProductDescription(java.lang.String newProductDescription)
This method sets the product description.
|
void | setProductName(java.lang.String newProductName)
This method sets the product name.
|
void | setQuantity(java.lang.String newQuantity)
This method sets the quantity.
|
void | setSKU(java.lang.String newSKU)
This method sets the SKU.
|
public static final java.lang.String COPYRIGHT
public java.lang.String getProductDescription()
public java.lang.String getProductName()
public java.lang.String getQuantity()
public java.lang.String getSKU()
public void setProductDescription(java.lang.String newProductDescription)
public void setProductName(java.lang.String newProductName)
public void setQuantity(java.lang.String newQuantity)
public void setSKU(java.lang.String newSKU)