com.retek.component.supplier
Class PersonalizationStyleTypeKey
java.lang.Object
com.retek.component.supplier.PersonalizationStyleTypeKey
- All Implemented Interfaces:
- java.lang.Cloneable, java.io.Serializable
- public final class PersonalizationStyleTypeKey
- extends java.lang.Object
- implements java.io.Serializable, java.lang.Cloneable
Class defining operations for a key representation of a Personalization Style/Type.
This is a lightweight, serializable object which holds a DistributedReference
to a PersonalizationStyle and a PersonalizationType. This class is for use in a Dto
data structure and within the persistence layer.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
finalize, getClass, notify, notifyAll, wait, wait, wait |
PersonalizationStyleTypeKey
public PersonalizationStyleTypeKey(DistributedReference personalizationStyleRef,
DistributedReference personalizationTypeRef)
getPersonalizationStyleRef
public DistributedReference getPersonalizationStyleRef()
throws SystemException
- Throws:
SystemException
getPersonalizationStyleCode
public java.lang.String getPersonalizationStyleCode()
throws SystemException
- Throws:
SystemException
getPersonalizationTypeRef
public DistributedReference getPersonalizationTypeRef()
throws SystemException
- Throws:
SystemException
getPersonalizationTypeCode
public java.lang.String getPersonalizationTypeCode()
throws SystemException
- Throws:
SystemException
toString
public java.lang.String toString()
equals
public boolean equals(java.lang.Object obj)
hashCode
public int hashCode()
clone
protected java.lang.Object clone()
throws java.lang.CloneNotSupportedException
- Throws:
java.lang.CloneNotSupportedException
Copyright © 2005 Retek Inc. All Rights Reserved.
- Generated at Fri, 01/21/2005 14:25