|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.softwareag.centrasite.appl.framework.fixed.CSAppFixedRegistryObject
public abstract class CSAppFixedRegistryObject
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 |
---|
public IntString getIntDescription()
public java.lang.String getDescription()
RegistryBean
getDescription
in interface RegistryBean
public Key getKey()
RegistryBean
getKey
in interface RegistryBean
public IntString getIntName()
public java.lang.String getName()
RegistryBean
getName
in interface RegistryBean
public void setDescription(java.lang.String pDescription)
RegistryBean
setDescription
in interface RegistryBean
public final void setName(java.lang.String pName)
RegistryBean
setName
in interface RegistryBean
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |