|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.identityconnectors.framework.common.objects.QualifiedUid
public final class QualifiedUid
A fully-qualified uid. That is, a pair of ObjectClass and
Uid.
| Constructor Summary | |
|---|---|
QualifiedUid(ObjectClass objectClass,
Uid uid)
Create a QualifiedUid. |
|
| Method Summary | |
|---|---|
boolean |
equals(Object o)
Returns true iff o is a QualifiedUid and the object class and uid match. |
ObjectClass |
getObjectClass()
Returns the object class. |
Uid |
getUid()
Returns the uid. |
int |
hashCode()
Returns a hash code based on uid |
String |
toString()
Returns a string representation acceptible for debugging. |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public QualifiedUid(ObjectClass objectClass,
Uid uid)
objectClass - The object class. May not be null.uid - The uid. May not be null.| Method Detail |
|---|
public ObjectClass getObjectClass()
public Uid getUid()
public boolean equals(Object o)
equals in class Objectpublic int hashCode()
hashCode in class Objectpublic String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||