|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
ItemIdentifier is an interface which encapsulates an item code, and the type of the item code. For example, an item may be identified as a upc code, a velocity code, a sku code, or a department.
Field Summary | |
---|---|
static java.lang.String |
CLASS
|
static java.lang.String |
CLASS_KEY
|
static java.lang.String |
DEAL_PRICE
|
static java.lang.String |
DEAL_QUANTITY
|
static java.lang.String |
DEPARTMENT
|
static java.lang.String |
ITEM_CODE
|
static java.lang.String |
ITEM_TYPE
|
static java.lang.String |
NONMERCHANDISE
|
static java.lang.String |
ORIGINAL_SALESPERSON
|
static java.lang.String |
PRICE
|
static java.lang.String |
QUANTITY
|
static java.lang.String |
TAXABLE
|
static java.lang.String |
WEIGHT
|
Fields inherited from interface com.ibm.retail.AEF.automation.Identifier |
---|
ACCOUNT_NUMBER |
Method Summary | |
---|---|
java.lang.String |
getDealPrice()
Gets the item's deal price. |
java.lang.String |
getDealQuantity()
Gets the item's deal quantity. |
java.lang.String |
getDepartment()
Gets the item's department. |
java.lang.String |
getItemClass()
Gets the item's class. |
java.lang.String |
getItemCode()
Gets the item code. |
java.lang.String |
getItemCodeType()
Gets the item code type. |
java.lang.String |
getOriginalSalesperson()
Gets the Original Salesperson for this item. |
java.lang.String |
getPrice()
Gets the item's price. |
java.lang.String |
getQuantity()
Gets the item's quantity. |
java.lang.String |
getWeight()
Gets the item's weight. |
boolean |
isNonMerchandise()
Gets the item's non-merchandise status. |
void |
setDealPrice(java.lang.String dealPrice)
Sets the deal price for the item. |
void |
setDealQuantity(java.lang.String dealQuantity)
Sets the deal quantity for the item. |
void |
setDepartment(java.lang.String itemdepartment)
Sets the department for the item. |
void |
setItemClass(java.lang.String itemClass)
Sets the class for the item. |
void |
setItemCode(java.lang.String itemCode)
Sets the item code. |
void |
setItemCodeType(java.lang.String itemCodeType)
Sets the item code type. |
void |
setNonMerchandise(boolean itemNonMerchandiseStatus)
Sets the non-merchandise flag for this item. |
void |
setOriginalSalesperson(java.lang.String originalSalesperson)
Sets the Original Salesperson for this item. |
void |
setPrice(java.lang.String itemPrice)
Sets the price for the item. |
void |
setQuantity(java.lang.String itemQuantity)
Sets the quantity. |
void |
setWeight(java.lang.String itemWeight)
Sets the weight of the item. |
Methods inherited from interface com.ibm.retail.AEF.automation.Identifier |
---|
toString |
Methods inherited from interface java.util.Map |
---|
clear, containsKey, containsValue, entrySet, equals, get, hashCode, isEmpty, keySet, put, putAll, remove, size, values |
Field Detail |
public static final java.lang.String CLASS_KEY
public static final java.lang.String ITEM_CODE
public static final java.lang.String QUANTITY
public static final java.lang.String PRICE
public static final java.lang.String WEIGHT
public static final java.lang.String DEPARTMENT
public static final java.lang.String CLASS
public static final java.lang.String TAXABLE
public static final java.lang.String NONMERCHANDISE
public static final java.lang.String ITEM_TYPE
public static final java.lang.String DEAL_PRICE
public static final java.lang.String DEAL_QUANTITY
public static final java.lang.String ORIGINAL_SALESPERSON
Method Detail |
public void setItemCode(java.lang.String itemCode)
itemCode
- The unique item identifier.public void setItemCodeType(java.lang.String itemCodeType)
itemCodeType
- The type of identifier (sku, velocity, upc, dept, etc)for the valid id types.
public void setQuantity(java.lang.String itemQuantity)
itemQuantity
- The quantity for the item.public void setPrice(java.lang.String itemPrice)
itemPrice
- The price for the item.public void setDealPrice(java.lang.String dealPrice)
dealPrice
- The price for a number of items, for example 3 for $1.00.public void setDealQuantity(java.lang.String dealQuantity)
dealQuantity
- The number of items selling for a price, for example 3 for $1.00.public void setWeight(java.lang.String itemWeight)
itemWeight
- The weight of the item.public void setDepartment(java.lang.String itemdepartment)
itemdepartment
- The department for the item.public void setItemClass(java.lang.String itemClass)
itemClass
- The item's class.public void setNonMerchandise(boolean itemNonMerchandiseStatus)
itemNonMerchandiseStatus
- The item's non-merchandise status.public void setOriginalSalesperson(java.lang.String originalSalesperson)
originalSalesperson
- The original salesperson for this item.public java.lang.String getItemCode()
public java.lang.String getItemCodeType()
for the valid id types.
public java.lang.String getQuantity()
public java.lang.String getPrice()
public java.lang.String getDealPrice()
public java.lang.String getDealQuantity()
public java.lang.String getWeight()
public java.lang.String getDepartment()
public java.lang.String getItemClass()
public java.lang.String getOriginalSalesperson()
public boolean isNonMerchandise()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |