|
||||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.commons.lang.enums.Enum
com.retek.commons.util.type.Enum
com.retek.component.inventory.VirtualStoreInventoryBucketType
Field Summary | |
---|---|
static VirtualStoreInventoryBucketType |
CUSTOMER_RESERVED
|
static VirtualStoreInventoryBucketType |
FUTURE_AVAILABLE
|
static long |
serialVersionUID
|
static VirtualStoreInventoryBucketType |
STOCK
|
Fields inherited from class org.apache.commons.lang.enums.Enum |
---|
iToString |
Method Summary | |
---|---|
static VirtualStoreInventoryBucketType |
fromCode(java.lang.String code)
|
Methods inherited from class com.retek.commons.util.type.Enum |
---|
fromCode, getCode, getDescription, getEnumSet, getId, toDisplayString, toString |
Methods inherited from class org.apache.commons.lang.enums.Enum |
---|
compareTo, equals, getEnum, getEnumClass, getEnumList, getEnumMap, getName, hashCode, iterator, readResolve |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Methods inherited from interface com.retek.component.inventory.InventoryBucketType |
---|
getCode |
Field Detail |
public static final long serialVersionUID
public static final VirtualStoreInventoryBucketType STOCK
public static final VirtualStoreInventoryBucketType FUTURE_AVAILABLE
public static final VirtualStoreInventoryBucketType CUSTOMER_RESERVED
Method Detail |
public static VirtualStoreInventoryBucketType fromCode(java.lang.String code)
|
||||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |