com.softwareag.centrasite.appl.framework.fixed
Class CSAppFixedRegistryObject

java.lang.Object
  extended by com.softwareag.centrasite.appl.framework.fixed.CSAppFixedRegistryObject
All Implemented Interfaces:
RegistryBean
Direct Known Subclasses:
CSAppConcept, CSAppTaxonomy, CSAppUser

public abstract class CSAppFixedRegistryObject
extends java.lang.Object
implements RegistryBean

Abstract base class for deriving fixed registry object classes.


Method Summary
 boolean equals(java.lang.Object obj)
           
 java.lang.String getDescription()
          Returns the registry objects description.
 IntString getIntDescription()
          Returns the collection of localized descriptions.
 IntString getIntName()
          Returns the collection of localized names.
 Key getKey()
          Returns the registry objects key.
 java.lang.String getName()
          Returns the registry objects name.
 int hashCode()
           
 void setDescription(java.lang.String pDescription)
          Sets the registry objects description.
 void setName(java.lang.String pName)
          Sets the registry objects name.
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getIntDescription

public IntString getIntDescription()
Returns the collection of localized descriptions.


getDescription

public java.lang.String getDescription()
Description copied from interface: RegistryBean
Returns the registry objects description.

Specified by:
getDescription in interface RegistryBean

getKey

public Key getKey()
Description copied from interface: RegistryBean
Returns the registry objects key.

Specified by:
getKey in interface RegistryBean

getIntName

public IntString getIntName()
Returns the collection of localized names.


getName

public java.lang.String getName()
Description copied from interface: RegistryBean
Returns the registry objects name.

Specified by:
getName in interface RegistryBean

setDescription

public void setDescription(java.lang.String pDescription)
Description copied from interface: RegistryBean
Sets the registry objects description.

Specified by:
setDescription in interface RegistryBean

setName

public final void setName(java.lang.String pName)
Description copied from interface: RegistryBean
Sets the registry objects name.

Specified by:
setName in interface RegistryBean

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object

equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class java.lang.Object