public final class QualifiedUid extends Object
ObjectClass
and
Uid
.Constructor and Description |
---|
QualifiedUid(ObjectClass objectClass,
Uid uid)
Create a QualifiedUid.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o)
Returns true if 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.
|
public QualifiedUid(ObjectClass objectClass, Uid uid)
objectClass
- The object class. May not be null.uid
- The uid. May not be null.public ObjectClass getObjectClass()
public Uid getUid()
public boolean equals(Object o)
Copyright © 2022. All rights reserved.