com.retek.component.supplier
Class PersonalizationStyleType

java.lang.Object
  extended bycom.retek.component.supplier.PersonalizationStyleType
All Implemented Interfaces:
com.retek.swing11.commons.type.Displayable

public final class PersonalizationStyleType
extends java.lang.Object
implements com.retek.swing11.commons.type.Displayable

Class defining operations for a simple business object which represents a specific personalization style/type combination. A personalization style/type is a specific instance of a personalization type (ex. Engraving, Embossing, Embroidering, Painting) for a given style of personalization (ex. Monogramming, Personalization).


Constructor Summary
PersonalizationStyleType(DistributedContext context, DistributedReference personalizationStyleRef, DistributedReference personalizationTypeRef)
           
PersonalizationStyleType(DistributedContext context, PersonalizationStyleTypeKey personalizationStyleTypeKey)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 DistributedContext getContext()
           
 java.lang.String getDescription()
           
 PersonalizationStyle getPersonalizationStyle()
           
 PersonalizationStyleTypeKey getPersonalizationStyleTypeKey()
           
 PersonalizationType getPersonalizationType()
           
 int hashCode()
           
 java.lang.String toDisplayString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PersonalizationStyleType

public PersonalizationStyleType(DistributedContext context,
                                PersonalizationStyleTypeKey personalizationStyleTypeKey)

PersonalizationStyleType

public PersonalizationStyleType(DistributedContext context,
                                DistributedReference personalizationStyleRef,
                                DistributedReference personalizationTypeRef)
Method Detail

getContext

public DistributedContext getContext()

getPersonalizationStyle

public PersonalizationStyle getPersonalizationStyle()
                                             throws SystemException
Throws:
SystemException

getPersonalizationType

public PersonalizationType getPersonalizationType()
                                           throws SystemException
Throws:
SystemException

getPersonalizationStyleTypeKey

public PersonalizationStyleTypeKey getPersonalizationStyleTypeKey()

getDescription

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

toDisplayString

public java.lang.String toDisplayString()
Specified by:
toDisplayString in interface com.retek.swing11.commons.type.Displayable

equals

public boolean equals(java.lang.Object obj)

hashCode

public int hashCode()


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