com.retek.component.customerorder
Class OrderLineTypeEnum

java.lang.Object
  extended byorg.apache.commons.lang.enums.Enum
      extended bycom.retek.commons.util.type.Enum
          extended bycom.retek.component.customerorder.OrderLineTypeEnum
All Implemented Interfaces:
java.lang.Comparable, com.retek.swing11.commons.type.Displayable, java.io.Serializable

public final class OrderLineTypeEnum
extends Enum

See Also:
Serialized Form

Nested Class Summary
static class OrderLineTypeEnum.ReleaseBackorderPriorityComparator
           
 
Field Summary
static OrderLineTypeEnum COMPONENT
           
static OrderLineTypeEnum CROSS_SELL
           
static OrderLineTypeEnum EXCHANGE
           
static OrderLineTypeEnum NO_LONGER_AVAILABLE
           
static OrderLineTypeEnum NORMAL
           
static OrderLineTypeEnum PARTIAL
           
static OrderLineTypeEnum PROMOTION_BENEFIT
           
static OrderLineTypeEnum REPLACEMENT
           
static long serialVersionUID
           
static OrderLineTypeEnum SUBSTITUTE
           
static OrderLineTypeEnum UPSELL
           
static OrderLineTypeEnum ZERO_SALE
           
 
Fields inherited from class org.apache.commons.lang.enums.Enum
iToString
 
Constructor Summary
OrderLineTypeEnum(java.lang.String code, java.lang.String description, int releaseBackorderPriority, boolean includedInSalesDemand)
           
 
Method Summary
static OrderLineTypeEnum fromCode(java.lang.String code)
           
 int getReleaseBackorderPriority()
           
static java.util.List getValues()
           
 boolean isIncludedInSalesDemand()
           
 
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
 

Field Detail

serialVersionUID

public static final long serialVersionUID
See Also:
Constant Field Values

PARTIAL

public static final OrderLineTypeEnum PARTIAL

NORMAL

public static final OrderLineTypeEnum NORMAL

EXCHANGE

public static final OrderLineTypeEnum EXCHANGE

REPLACEMENT

public static final OrderLineTypeEnum REPLACEMENT

UPSELL

public static final OrderLineTypeEnum UPSELL

SUBSTITUTE

public static final OrderLineTypeEnum SUBSTITUTE

CROSS_SELL

public static final OrderLineTypeEnum CROSS_SELL

NO_LONGER_AVAILABLE

public static final OrderLineTypeEnum NO_LONGER_AVAILABLE

ZERO_SALE

public static final OrderLineTypeEnum ZERO_SALE

COMPONENT

public static final OrderLineTypeEnum COMPONENT

PROMOTION_BENEFIT

public static final OrderLineTypeEnum PROMOTION_BENEFIT
Constructor Detail

OrderLineTypeEnum

public OrderLineTypeEnum(java.lang.String code,
                         java.lang.String description,
                         int releaseBackorderPriority,
                         boolean includedInSalesDemand)
Method Detail

fromCode

public static OrderLineTypeEnum fromCode(java.lang.String code)

getValues

public static java.util.List getValues()

getReleaseBackorderPriority

public int getReleaseBackorderPriority()

isIncludedInSalesDemand

public boolean isIncludedInSalesDemand()


Copyright © 2005 Retek Inc. All Rights Reserved. - Generated at Fri, 01/21/2005 14:25