|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectBaseSupplyChainProfile
com.ibm.rfid.premises.app.entities.supplychain.SupplyChainProfile
public class SupplyChainProfile
Field Summary | |
---|---|
protected java.lang.String |
_companyPrefix
|
protected java.lang.String |
_description
|
protected java.util.HashMap |
_packTypes
|
protected java.lang.String |
_profileId
|
Constructor Summary | |
---|---|
SupplyChainProfile(BaseSupplyChainProfile p)
|
Method Summary | |
---|---|
java.lang.String |
getCompanyPrefix()
Gets the company prefix |
java.lang.String |
getDescription()
Gets the profile description |
java.util.Hashtable |
getItemPackTypes()
returns PackTypes that contain an item-level encoding |
java.util.Hashtable |
getNonItemPackTypes()
returns PackTypes that do not contain an item-level encoding |
PackType |
getPackType(java.lang.String key)
Gets the PackType using the specified key |
java.util.HashMap |
getPackTypes()
Gets a list of the PackTypes |
java.lang.String |
getProfileId()
Gets a unique profile ID |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected java.lang.String _profileId
protected java.lang.String _description
protected java.lang.String _companyPrefix
protected java.util.HashMap _packTypes
Constructor Detail |
---|
public SupplyChainProfile(BaseSupplyChainProfile p)
Method Detail |
---|
public java.lang.String getProfileId()
public java.lang.String getDescription()
public java.util.HashMap getPackTypes()
public PackType getPackType(java.lang.String key)
key
- the pack type ID
public java.lang.String getCompanyPrefix()
public java.util.Hashtable getNonItemPackTypes()
public java.util.Hashtable getItemPackTypes()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |