|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
|
+--com.ds.fw.types.FwSimpleObject
|
+--com.ds.fw.types.FwUniqueObject
| Field Summary | |
java.lang.String |
_id
|
| Constructor Summary | |
FwUniqueObject()
|
|
| Method Summary | |
java.lang.Object |
_getCopyWithSameId()
PRIVATE |
void |
_installId()
PRIVATE |
void |
_setId(java.lang.String s)
PRIVATE |
boolean |
equals(java.lang.Object o)
Compares this FwUniqueObject to the specified object |
java.lang.String |
getFirstUniqueId()
For object that support the tracking of historical states, return a unique id that is consistent for all states. |
java.lang.String |
getId()
Same as getUniqueId() |
java.lang.String |
getUniqueId()
Return a string value that uniquely identifies this object. |
int |
hashCode()
|
boolean |
hasId(java.lang.String s)
Same as hasUniqueId(String). |
boolean |
hasUniqueId(java.lang.String s)
Determine if my unique id matches some string. |
void |
postCopy()
This should never be called directly from a client. |
| Methods inherited from class com.ds.fw.types.FwSimpleObject |
getClassName, getClone, getCopy, getCopy, getDeepCopy, getDisplayString, getDisplayStringFor, printStackTrace, toString, toStringValue |
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface com.ds.fw.types.FwSimpleObjectIF |
getClassName, getClone, getCopy, getCopy, getDeepCopy, getDisplayString, getDisplayStringFor, toString, toStringValue |
| Field Detail |
public java.lang.String _id
| Constructor Detail |
public FwUniqueObject()
| Method Detail |
public java.lang.String getId()
getId in interface FwIdIFgetUniqueId()public boolean hasId(java.lang.String s)
hasId in interface FwIdIFs - - the string we want to check for id
hasUniqueId(String)public void _setId(java.lang.String s)
FwUniqueObjectIF
_setId in interface FwUniqueObjectIFpublic void _installId()
FwUniqueObjectIF
_installId in interface FwUniqueObjectIFpublic java.lang.String getUniqueId()
getUniqueId in interface FwUniqueObjectIFgetFirstUniqueIdpublic java.lang.String getFirstUniqueId()
getFirstUniqueId in interface FwUniqueObjectIFgetUniqueId,
FwReservationpublic boolean hasUniqueId(java.lang.String s)
hasUniqueId in interface FwUniqueObjectIFpublic void postCopy()
FwCopyableIF
postCopy in interface FwSimpleObjectIFpostCopy in class FwSimpleObjectpublic java.lang.Object _getCopyWithSameId()
FwUniqueObjectIF
_getCopyWithSameId in interface FwUniqueObjectIFpublic boolean equals(java.lang.Object o)
equals in class java.lang.Objecto - - the object to compare this FwUniqueObject against.
public int hashCode()
hashCode in class java.lang.Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||