Class QualifiedUid
java.lang.Object
org.identityconnectors.framework.common.objects.QualifiedUid
A fully-qualified uid. That is, a pair of
ObjectClass
and
Uid
.-
Constructor Summary
-
Method Summary
-
Constructor Details
-
QualifiedUid
Create a QualifiedUid.- Parameters:
objectClass
- The object class. May not be null.uid
- The uid. May not be null.
-
-
Method Details
-
getObjectClass
Returns the object class.- Returns:
- The object class.
-
getUid
Returns the uid.- Returns:
- The uid.
-
equals
Returns true if o is a QualifiedUid and the object class and uid match. -
hashCode
public int hashCode()Returns a hash code based on uid -
toString
Returns a string representation acceptible for debugging.
-