|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
T - The WCM API object type for which this is the Identitypublic interface Identity<T>
Represents the ID of a WCM API object.
| Method Summary | |
|---|---|
int |
compareTo(java.lang.Object o)
Compares this object with the specified object for order. |
java.lang.String |
getID()
Returns the unique identity number of this object. |
java.lang.Class<T> |
getTypeClass()
Returns the class of this object. |
| Method Detail |
|---|
java.lang.String getID()
java.lang.Class<T> getTypeClass()
int compareTo(java.lang.Object o)
Note: typically, Identity objects are comparable to other
Identity objects.
compareTo in interface java.lang.Comparable<java.lang.Object>o - the Object to be compared.
java.lang.ClassCastException - if the specified object's type prevents it
from being compared to this Object.Comparable#compareTo(Object)}
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||