com.retek.component.customer
Interface CustomerChangeReason
- All Superinterfaces:
- BusinessObject, com.retek.swing11.commons.type.Displayable, DistributedObject
- public interface CustomerChangeReason
- extends DistributedObject, com.retek.swing11.commons.type.Displayable
This class defines the valid codes that indicate why a customer's information (like address,
name, etc.) was modified.
Method Summary |
java.lang.String |
getCode()
|
Methods inherited from interface com.retek.commons.component.DistributedObject |
debugToString, discardChanges, getContext, getId, getReference, isDeleted, isDirty, isDirtyDeep, isDirtyIgnoreFields, isPersisted, refresh |
Methods inherited from interface com.retek.swing11.commons.type.Displayable |
toDisplayString |
CORRECTION_CODE
public static final java.lang.String CORRECTION_CODE
- See Also:
- Constant Field Values
NEW_CUSTOMER_THIS_HOUSEHOLD_CODE
public static final java.lang.String NEW_CUSTOMER_THIS_HOUSEHOLD_CODE
- See Also:
- Constant Field Values
NEW_CUSTOMER_NOT_THIS_HOUSEHOLD_CODE
public static final java.lang.String NEW_CUSTOMER_NOT_THIS_HOUSEHOLD_CODE
- See Also:
- Constant Field Values
MOVE_ENTIRE_HOUSEHOLD
public static final java.lang.String MOVE_ENTIRE_HOUSEHOLD
- See Also:
- Constant Field Values
MOVE_NOT_ENTIRE_HOUSEHOLD
public static final java.lang.String MOVE_NOT_ENTIRE_HOUSEHOLD
- See Also:
- Constant Field Values
NAME_CHANGE_ONLY_REASON_CODES
public static final java.util.Set NAME_CHANGE_ONLY_REASON_CODES
ADDRESS_CHANGE_ONLY_REASON_CODES
public static final java.util.Set ADDRESS_CHANGE_ONLY_REASON_CODES
NAME_AND_ADDRESS_CHANGE_REASON_CODES
public static final java.util.Set NAME_AND_ADDRESS_CHANGE_REASON_CODES
CUSTOMER_ADDRESS_NAME_ATTRIBUTES
public static final java.util.Set CUSTOMER_ADDRESS_NAME_ATTRIBUTES
CUSTOMER_ADDRESS_ADDRESS_ATTRIBUTES
public static final java.util.Set CUSTOMER_ADDRESS_ADDRESS_ATTRIBUTES
getCode
public java.lang.String getCode()
throws SystemException
- Throws:
SystemException
Copyright © 2005 Retek Inc. All Rights Reserved.
- Generated at Fri, 01/21/2005 14:25