|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Provides information needed to identify an item at the point-of-sale register.
This information typically consists of the item number as it would be keyed from the bar-coded label on the item. Some identifiers are not scanned and may require an item type to be specified.
Field Summary | |
---|---|
static byte |
SCAN_LABEL
Identifies the item code string as a scanned label, typically a UPC. |
static byte |
SKU
Identifies the item code string as an SKU. |
static byte |
VELOCITY
Identifies the item code string as an VELOCITY code or PLU code. |
Method Summary | |
---|---|
java.lang.String |
getItemCode()
Get the item code string. |
byte |
getItemCodeType()
Get the item code type. |
void |
setItemCode(java.lang.String itemCode)
Set the item code string. |
void |
setItemCodeType(byte itemCodeType)
Set the item code type. |
Methods inherited from interface com.ibm.retail.saf.provider.POSInfo |
---|
getExtendedAttribute, getExtendedAttributeNames, removeExtendedAttribute, setExtendedAttribute |
Field Detail |
public static final byte SCAN_LABEL
public static final byte SKU
public static final byte VELOCITY
Method Detail |
public java.lang.String getItemCode()
public byte getItemCodeType()
Reserved item code types are:
SCAN_LABEL
SKU
VELOCITY
public void setItemCode(java.lang.String itemCode)
public void setItemCodeType(byte itemCodeType)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |