|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.util.AbstractMap | +--java.util.HashMap | +--com.ibm.retail.AEF.automation.IdentifierImpl | +--com.ibm.retail.AEF.automation.ItemIdentifierImpl
ItemIdentifierImpl is a class which contains item code information. It contains the item code data, as well as indicating the type of item code.
Field Summary |
---|
Fields inherited from class java.util.HashMap |
---|
|
Fields inherited from class java.util.AbstractMap |
---|
|
Fields inherited from interface com.ibm.retail.AEF.automation.ItemIdentifier |
---|
CLASS, CLASS_KEY, DEAL_PRICE, DEAL_QUANTITY, DEPARTMENT, ITEM_CODE, ITEM_TYPE, NONMERCHANDISE, ORIGINAL_SALESPERSON, PRICE, QUANTITY, TAXABLE, WEIGHT |
Fields inherited from interface com.ibm.retail.AEF.automation.Identifier |
---|
ACCOUNT_NUMBER |
Constructor Summary | |
---|---|
ItemIdentifierImpl()
Constructor. |
|
ItemIdentifierImpl(java.lang.String itemCode,
java.lang.String itemCodeType)
Constructor. |
Method Summary | |
---|---|
(package private) static java.lang.String |
copyright()
|
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 class com.ibm.retail.AEF.automation.IdentifierImpl |
---|
toString |
Methods inherited from class java.util.HashMap |
---|
clear, clone, containsKey, containsValue, entrySet, get, isEmpty, keySet, put, putAll, remove, size, values |
Methods inherited from class java.util.AbstractMap |
---|
equals, hashCode |
Methods inherited from class java.lang.Object |
---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
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 |
Constructor Detail |
public ItemIdentifierImpl()
public ItemIdentifierImpl(java.lang.String itemCode, java.lang.String itemCodeType)
itemCode
- The unique item identifier.itemCodeType
- The type of identifier (sku, velocity, upc, dept, etc)
See AEFConst.java for the valid id types.Method Detail |
static java.lang.String copyright()
public void setItemCode(java.lang.String itemCode)
setItemCode
in interface ItemIdentifier
itemCode
- The unique item identifier.public void setItemCodeType(java.lang.String itemCodeType)
setItemCodeType
in interface ItemIdentifier
itemCodeType
- The type of identifier (sku, velocity, upc, dept, etc)for the valid id types.
public void setQuantity(java.lang.String itemQuantity)
setQuantity
in interface ItemIdentifier
itemQuantity
- The quantity for the item.public void setPrice(java.lang.String itemPrice)
setPrice
in interface ItemIdentifier
itemPrice
- The price for the item.public void setDealPrice(java.lang.String dealPrice)
setDealPrice
in interface ItemIdentifier
dealPrice
- The price for a number of items, for example 3 for $1.00.public void setDealQuantity(java.lang.String dealQuantity)
setDealQuantity
in interface ItemIdentifier
dealQuantity
- The number of items selling for a price, for example 3 for $1.00.public void setWeight(java.lang.String itemWeight)
setWeight
in interface ItemIdentifier
itemWeight
- The weight of the item.public void setDepartment(java.lang.String itemdepartment)
setDepartment
in interface ItemIdentifier
itemdepartment
- The department for the item.public void setItemClass(java.lang.String itemClass)
setItemClass
in interface ItemIdentifier
itemClass
- The item's class.public void setNonMerchandise(boolean itemNonMerchandiseStatus)
setNonMerchandise
in interface ItemIdentifier
itemNonMerchandiseStatus
- The item's non-merchandise status.public void setOriginalSalesperson(java.lang.String originalSalesperson)
setOriginalSalesperson
in interface ItemIdentifier
originalSalesperson
- The original salesperson for this item.public java.lang.String getItemCode()
getItemCode
in interface ItemIdentifier
public java.lang.String getItemCodeType()
getItemCodeType
in interface ItemIdentifier
for the valid id types.
public java.lang.String getQuantity()
getQuantity
in interface ItemIdentifier
public java.lang.String getPrice()
getPrice
in interface ItemIdentifier
public java.lang.String getDealPrice()
getDealPrice
in interface ItemIdentifier
public java.lang.String getDealQuantity()
getDealQuantity
in interface ItemIdentifier
public java.lang.String getWeight()
getWeight
in interface ItemIdentifier
public java.lang.String getDepartment()
getDepartment
in interface ItemIdentifier
public java.lang.String getItemClass()
getItemClass
in interface ItemIdentifier
public java.lang.String getOriginalSalesperson()
getOriginalSalesperson
in interface ItemIdentifier
public boolean isNonMerchandise()
isNonMerchandise
in interface ItemIdentifier
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |