|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectBasePackType
com.ibm.rfid.premises.app.entities.supplychain.PackType
public class PackType
Field Summary | |
---|---|
protected java.lang.String |
_containedPackIds
|
protected java.lang.String |
_defaultPrintTemplate
|
protected java.lang.String |
_epcEncoding
|
protected java.lang.String |
_filterValue
|
protected java.lang.String |
_id
|
protected java.lang.String |
_indicatorDigit
|
protected java.lang.String[] |
_inputTypes
|
protected java.lang.String |
_mixed
|
protected java.lang.String |
_name
|
Constructor Summary | |
---|---|
PackType(BasePackType pt)
|
Method Summary | |
---|---|
java.lang.String |
getContainedPackTypeIDs()
|
int |
getDecimalFilterValue()
gets the decimal int representation of this packtype's filter value (.e.g, a packtype with filter "010" would return the int '2') |
java.lang.String |
getDefaultPrintTemplate()
|
java.lang.String |
getEpcEncoding()
|
java.lang.String |
getFilterValue()
|
java.lang.String |
getId()
|
java.lang.String |
getIndicatorDigit()
|
java.lang.String[] |
getInputTypes()
|
java.lang.String |
getName()
|
boolean |
isCase()
checks to see if this packtype is a case (vs. |
boolean |
isItem()
checks to see if this packtype is an item (vs. |
boolean |
isItemLevel()
checks to see if this packtype contains an ecoding that is item level. |
boolean |
isNonItemLevel()
checks to see if this packtype contains an ecoding that is non item level. |
boolean |
isPallet()
checks to see if this packtype is a pallet (vs. |
boolean |
isValidInput(java.lang.String data,
java.lang.String companyPrefix)
Checks to see if parameters (data, companyPrefix) are valid for this PackType's encoding type |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected java.lang.String _name
protected java.lang.String _id
protected java.lang.String _indicatorDigit
protected java.lang.String _filterValue
protected java.lang.String _epcEncoding
protected java.lang.String _defaultPrintTemplate
protected java.lang.String _mixed
protected java.lang.String _containedPackIds
protected java.lang.String[] _inputTypes
Constructor Detail |
---|
public PackType(BasePackType pt)
Method Detail |
---|
public java.lang.String getContainedPackTypeIDs()
public boolean isValidInput(java.lang.String data, java.lang.String companyPrefix) throws PremisesAccessException
data
- global product identifier used to uniquely identify
a product or itemcompanyPrefix
- company prefix of product or item
PremisesAccessException
public boolean isNonItemLevel()
public boolean isItemLevel()
public int getDecimalFilterValue()
public boolean isItem()
public boolean isPallet()
public boolean isCase()
public java.lang.String getDefaultPrintTemplate()
public java.lang.String getEpcEncoding()
public java.lang.String getFilterValue()
public java.lang.String getId()
public java.lang.String getIndicatorDigit()
public java.lang.String[] getInputTypes()
public java.lang.String getName()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |