public abstract class CSAppFixedRegistryObject extends java.lang.Object implements RegistryBean
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getDescription()
Returns the registry object description.
|
IntString |
getIntDescription()
Returns the collection of localized descriptions.
|
IntString |
getIntName()
Returns the collection of localized names.
|
Key |
getKey()
Returns the registry object key.
|
java.lang.String |
getName()
Returns the registry object name.
|
int |
hashCode() |
void |
setDescription(java.lang.String pDescription)
Sets the registry object description.
|
void |
setName(java.lang.String pName)
Sets the name for the registry object.
|
public IntString getIntDescription()
public java.lang.String getDescription()
getDescription
in interface RegistryBean
public Key getKey()
getKey
in interface RegistryBean
public IntString getIntName()
public java.lang.String getName()
getName
in interface RegistryBean
public void setDescription(java.lang.String pDescription)
setDescription
in interface RegistryBean
pDescription
- the registry object description.public final void setName(java.lang.String pName)
setName
in interface RegistryBean
pName
- the name for the registry object.public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object