|
Oracle Role Manager Java API Reference 10g (10.1.4) E12031-02 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
oracle.iam.rm.temporal.ObjectKey
public final class ObjectKey
Class that must be used for an object that can identify a temporal object.
| Constructor Summary | |
|---|---|
ObjectKey()Method used for unmarshalling by XMLMapped package. |
|
ObjectKey(java.lang.String type, long uniqueIdentifier)Creates an ObjectKey instance with the provided type and identifier. |
|
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object o) |
java.lang.String |
getType()Gets the root type of the object that the key identifies. |
long |
getUniqueId()Gets the numeric identifier of the object that the key identifies. |
oracle.iam.rm.util.xml.XMLMappingInfo |
getXmlMappingInfo()Gets the XMLMappingInfo for this object (class), supporting the system's Object to XML mapping technology. |
int |
hashCode() |
void |
setType(java.lang.String type)Sets the root type of the object that the key identifies. |
void |
setUniqueId(long userID)Sets the numeric identifier of the object that the key identifies. |
java.lang.String |
toString() |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public ObjectKey()
public ObjectKey(java.lang.String type,
long uniqueIdentifier)
ObjectKey instance with the provided type and identifier.
type - the root type of the object that the key identifies (must not be null)uniqueIdentifier - the numeric identifier of the object that the key identifies| Method Detail |
|---|
public boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic java.lang.String getType()
public long getUniqueId()
public void setType(java.lang.String type)
XMLMapped. Do not use for normal operation.type - the root type of the object that the key identifies.public void setUniqueId(long userID)
XMLMapped. Do not use for normal operation.userID - the numeric identifier of the object that the key identifiespublic java.lang.String toString()
toString in class java.lang.Objectpublic oracle.iam.rm.util.xml.XMLMappingInfo getXmlMappingInfo()
XMLMappingInfo for this object (class), supporting the system's Object to XML mapping technology. Do not use this method directly as it may be removed in future releases.getXmlMappingInfo in interface oracle.iam.rm.util.xml.XMLMappedXMLMappingInfo for this object (class).
|
Oracle Role Manager Java API Reference 10g (10.1.4) E12031-02 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||