public class FreebieItem
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
COPYRIGHT
IBM copyright notice field.
|
| Constructor and Description |
|---|
FreebieItem()
Constructor for FreebieItem.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.Long |
getItemId()
Get the item ID.
|
java.lang.Double |
getQuantity()
Get the quantity of the freebie item.
|
void |
setItemId(java.lang.Long newItemId)
Set the item ID.
|
void |
setQuantity(java.lang.Double newQuantity)
Set the quantity of the freebie item.
|
public static final java.lang.String COPYRIGHT
public java.lang.Long getItemId()
public java.lang.Double getQuantity()
public void setItemId(java.lang.Long newItemId)
newItemId - java.lang.Longpublic void setQuantity(java.lang.Double newQuantity)
newQuantity - java.lang.Double