com.retek.component.customer
Class CustomerMergeRequestType

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

public final class CustomerMergeRequestType
extends Enum

Enum representing the type for an customer merge request (either an EXPORT (outbound) or an IMPORT (inbound) request.

See Also:
Serialized Form

Field Summary
static CustomerMergeRequestType EXPORT_REQUEST
           
static CustomerMergeRequestType IMPORT_REQUEST
           
static long serialVersionUID
           
 
Fields inherited from class org.apache.commons.lang.enums.Enum
iToString
 
Constructor Summary
CustomerMergeRequestType(java.lang.String code, java.lang.String description)
           
 
Method Summary
static CustomerMergeRequestType fromCode(java.lang.String code)
           
static java.util.List getAllRequestTypes()
           
 
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

EXPORT_REQUEST

public static final CustomerMergeRequestType EXPORT_REQUEST

IMPORT_REQUEST

public static final CustomerMergeRequestType IMPORT_REQUEST
Constructor Detail

CustomerMergeRequestType

public CustomerMergeRequestType(java.lang.String code,
                                java.lang.String description)
Method Detail

fromCode

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

getAllRequestTypes

public static java.util.List getAllRequestTypes()


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