com.ibm.premises.reusable.constants
Class Constants.RFIDICePedigreeConstants

java.lang.Object
  extended by com.ibm.premises.reusable.constants.Constants.WarehouseDataConstants
      extended by com.ibm.premises.reusable.constants.Constants.RFIDICConstants
          extended by com.ibm.premises.reusable.constants.Constants.RFIDICePedigreeConstants
Enclosing class:
Constants

public class Constants.RFIDICePedigreeConstants
extends Constants.RFIDICConstants


Field Summary
static java.lang.String BATCH
           
static java.lang.String CASES_PER_PALLET
           
static java.lang.String CHIP_UID
           
static java.lang.String CONTACT
           
static java.lang.String CONTACT_ID
           
static java.lang.String CONTAINED_QUANTITY
           
static java.lang.String EXPIRATION_DATE
           
static int LOD_CONTAINED_UNITS
           
static int LOD_PEDIGREE_STATE
           
static java.lang.String LOT
           
static java.lang.String MANUFACTURER
           
static java.lang.String MAP_NAME
           
static java.lang.String NDC
           
static java.lang.String PEDIGREE_STATE
           
static java.lang.String PRODUCT_INFO_BY_EPC
           
static java.lang.String RX_OTC_FLAG
           
static java.lang.String SENDER_LOCATION
           
static java.lang.String SENDER_LOCATION_ID
           
static java.lang.String TAG
           
static java.lang.String TEXT_DATA
           
static java.lang.String UNITS_PER_CASE
           
 
Fields inherited from class com.ibm.premises.reusable.constants.Constants.RFIDICConstants
PRODUCT_NAME
 
Fields inherited from class com.ibm.premises.reusable.constants.Constants.WarehouseDataConstants
LOD_MINIMAL_DATA, LOD_TAG_ONLY
 
Constructor Summary
Constants.RFIDICePedigreeConstants()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

LOD_PEDIGREE_STATE

public static final int LOD_PEDIGREE_STATE
See Also:
Constant Field Values

LOD_CONTAINED_UNITS

public static final int LOD_CONTAINED_UNITS
See Also:
Constant Field Values

PRODUCT_INFO_BY_EPC

public static final java.lang.String PRODUCT_INFO_BY_EPC
See Also:
Constant Field Values

MAP_NAME

public static final java.lang.String MAP_NAME
See Also:
Constant Field Values

TEXT_DATA

public static final java.lang.String TEXT_DATA
See Also:
Constant Field Values

NDC

public static final java.lang.String NDC
See Also:
Constant Field Values

TAG

public static final java.lang.String TAG
See Also:
Constant Field Values

BATCH

public static final java.lang.String BATCH
See Also:
Constant Field Values

LOT

public static final java.lang.String LOT
See Also:
Constant Field Values

CHIP_UID

public static final java.lang.String CHIP_UID
See Also:
Constant Field Values

EXPIRATION_DATE

public static final java.lang.String EXPIRATION_DATE
See Also:
Constant Field Values

RX_OTC_FLAG

public static final java.lang.String RX_OTC_FLAG
See Also:
Constant Field Values

UNITS_PER_CASE

public static final java.lang.String UNITS_PER_CASE
See Also:
Constant Field Values

CASES_PER_PALLET

public static final java.lang.String CASES_PER_PALLET
See Also:
Constant Field Values

CONTAINED_QUANTITY

public static final java.lang.String CONTAINED_QUANTITY
See Also:
Constant Field Values

CONTACT_ID

public static final java.lang.String CONTACT_ID
See Also:
Constant Field Values

SENDER_LOCATION_ID

public static final java.lang.String SENDER_LOCATION_ID
See Also:
Constant Field Values

CONTACT

public static final java.lang.String CONTACT
See Also:
Constant Field Values

SENDER_LOCATION

public static final java.lang.String SENDER_LOCATION
See Also:
Constant Field Values

MANUFACTURER

public static final java.lang.String MANUFACTURER
See Also:
Constant Field Values

PEDIGREE_STATE

public static final java.lang.String PEDIGREE_STATE
See Also:
Constant Field Values
Constructor Detail

Constants.RFIDICePedigreeConstants

public Constants.RFIDICePedigreeConstants()