com.retek.component.supplier
Interface PersonalizationStyle

All Superinterfaces:
BusinessObject, com.retek.swing11.commons.type.Displayable, DistributedObject, Triggerable

public interface PersonalizationStyle
extends DistributedObject, com.retek.swing11.commons.type.Displayable, Triggerable

Interface defining the operations for a Personalization Style within the supplier personalization business domain. A personalization style defines whether the personalization is Monogramming style or Personalization style.


Field Summary
static java.lang.String MONOGRAMMING_STYLE_CODE
           
static java.lang.String MONOGRAMMING_STYLE_DESC
           
static java.lang.String PERSONALIZATION_STYLE_CODE
           
static java.lang.String PERSONALIZATION_STYLE_DESC
           
 
Method Summary
 java.lang.String getCode()
           
 java.lang.String getDescription()
           
 void setDescription(java.lang.String description)
           
 
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.commons.component.BusinessObject
getBusinessInterface
 
Methods inherited from interface com.retek.swing11.commons.type.Displayable
toDisplayString
 
Methods inherited from interface com.retek.commons.util.type.Triggerable
getDisplayCode, getReference
 

Field Detail

MONOGRAMMING_STYLE_CODE

public static final java.lang.String MONOGRAMMING_STYLE_CODE
See Also:
Constant Field Values

MONOGRAMMING_STYLE_DESC

public static final java.lang.String MONOGRAMMING_STYLE_DESC
See Also:
Constant Field Values

PERSONALIZATION_STYLE_CODE

public static final java.lang.String PERSONALIZATION_STYLE_CODE
See Also:
Constant Field Values

PERSONALIZATION_STYLE_DESC

public static final java.lang.String PERSONALIZATION_STYLE_DESC
See Also:
Constant Field Values
Method Detail

getCode

public java.lang.String getCode()
                         throws SystemException
Throws:
SystemException

setDescription

public void setDescription(java.lang.String description)
                    throws SystemException
Throws:
SystemException

getDescription

public java.lang.String getDescription()
                                throws SystemException
Throws:
SystemException


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