|
uPortal 2.4.1 API Documentation |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jasig.portal.EntityIdentifier
A key and type that uniquely identify a portal entity.
IBasicEntity
,
Serialized FormConstructor Summary | |
EntityIdentifier(java.lang.String entityKey,
java.lang.Class entityType)
KeyTypePair constructor. |
Method Summary | |
boolean |
equals(java.lang.Object o)
|
java.lang.String |
getKey()
|
java.lang.Class |
getType()
|
int |
hashCode()
|
java.lang.String |
toString()
Returns a String that represents the value of this object. |
Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public EntityIdentifier(java.lang.String entityKey, java.lang.Class entityType)
Method Detail |
public boolean equals(java.lang.Object o)
o
- the Object to compare with
public java.lang.String getKey()
public java.lang.Class getType()
public int hashCode()
public java.lang.String toString()
|
uPortal 2.4.1 API Documentation |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |