public class DynamicRegistryBean extends java.lang.Object implements RevisionBean
Constructor and Description |
---|
DynamicRegistryBean() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getCheckpointName()
Retrieves the checkpoint (lebel) name.
|
java.lang.String |
getDescription()
Returns the registry object description.
|
Identity |
getIdentity()
Returns the identity object.
|
Key |
getKey()
Returns the registry object key.
|
java.lang.String |
getName()
Returns the registry object name.
|
int |
hashCode() |
boolean |
isRevision()
Checks if this instance is revision or actual object.
|
void |
setCheckpointName(java.lang.String checkpointName)
Sets the check piont name.
|
void |
setDescription(java.lang.String pDescription)
Sets the registry objects description.
|
void |
setIdentity(Identity id)
Sets the identity.
|
void |
setKey(Key key)
Sets the current key.
|
void |
setName(java.lang.String pName)
Sets the registry object name.
|
java.lang.String |
toString() |
public java.lang.String getName()
RegistryBean
getName
in interface RegistryBean
public void setName(java.lang.String pName)
RegistryBean
setName
in interface RegistryBean
pName
- the registry object namepublic java.lang.String getDescription()
RegistryBean
getDescription
in interface RegistryBean
public void setDescription(java.lang.String pDescription)
RegistryBean
setDescription
in interface RegistryBean
pDescription
- the registry object description.public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public java.lang.String toString()
toString
in class java.lang.Object
public Key getKey()
RegistryBean
getKey
in interface RegistryBean
public void setKey(Key key)
key
- the key object.public java.lang.String getCheckpointName()
RevisionBean
null
if this
instance is not a revision object.getCheckpointName
in interface RevisionBean
null
when RevisionBean.isRevision()
returns
false
public void setCheckpointName(java.lang.String checkpointName)
checkpointName
- the check pint name.public boolean isRevision()
RevisionBean
isRevision
in interface RevisionBean
public Identity getIdentity()
public void setIdentity(Identity id)
id
- the identity