|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.softwareag.centrasite.appl.framework.beans.KeyImpl
public class KeyImpl
A registry objects key. The key may be temporary, in which case it is replaced with the actual key later on.
Constructor Summary | |
---|---|
KeyImpl()
Creates a new, temporary key. |
|
KeyImpl(java.lang.String pId)
Creates a new key, which resembles an object that exists in the database with the given id. |
Method Summary | |
---|---|
boolean |
equals(java.lang.Object obj)
|
java.lang.String |
getId()
Returns the keys ID. |
int |
hashCode()
|
boolean |
isTemporary()
Returns, whether the key is temporary. |
void |
setId(java.lang.String pId)
Sets the keys ID. |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public KeyImpl()
public KeyImpl(java.lang.String pId)
Method Detail |
---|
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public java.lang.String getId()
getId
in interface Key
public void setId(java.lang.String pId)
public boolean isTemporary()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |