com.retek.component.internet
Class ExAOrderLineType

java.lang.Object
  extended byorg.apache.commons.lang.enums.Enum
      extended bycom.retek.component.internet.ExABaseType
          extended bycom.retek.component.internet.ExAOrderLineType
All Implemented Interfaces:
java.lang.Comparable, java.io.Serializable

public class ExAOrderLineType
extends ExABaseType

This class manages type values for ExAOrderLine. Currently valid values are normal and exchange.

Retek Inc. Copyright (c) 2003

See Also:
Serialized Form

Field Summary
static ExAOrderLineType COMPONENT
           
static ExAOrderLineType CROSS_SELL
           
static ExAOrderLineType EXCHANGE
           
static ExAOrderLineType NO_LONGER_AVAILABLE
           
static ExAOrderLineType NORMAL
           
static ExAOrderLineType PARTIAL
           
static ExAOrderLineType PROMOTION_BENEFIT
           
static ExAOrderLineType REPLACEMENT
           
static ExAOrderLineType SUBSTITUTE
           
static ExAOrderLineType UPSELL
           
static ExAOrderLineType ZERO_SALE
           
 
Fields inherited from class org.apache.commons.lang.enums.Enum
iToString
 
Method Summary
static java.util.List getValues()
           
 
Methods inherited from class com.retek.component.internet.ExABaseType
getCode, getDescription
 
Methods inherited from class org.apache.commons.lang.enums.Enum
compareTo, equals, getEnum, getEnumClass, getEnumList, getEnumMap, getName, hashCode, iterator, readResolve, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

PARTIAL

public static final ExAOrderLineType PARTIAL

NORMAL

public static final ExAOrderLineType NORMAL

EXCHANGE

public static final ExAOrderLineType EXCHANGE

REPLACEMENT

public static final ExAOrderLineType REPLACEMENT

UPSELL

public static final ExAOrderLineType UPSELL

SUBSTITUTE

public static final ExAOrderLineType SUBSTITUTE

CROSS_SELL

public static final ExAOrderLineType CROSS_SELL

NO_LONGER_AVAILABLE

public static final ExAOrderLineType NO_LONGER_AVAILABLE

ZERO_SALE

public static final ExAOrderLineType ZERO_SALE

COMPONENT

public static final ExAOrderLineType COMPONENT

PROMOTION_BENEFIT

public static final ExAOrderLineType PROMOTION_BENEFIT
Method Detail

getValues

public static java.util.List getValues()


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