|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectokapi.coreobjects.OkapiObjectID
public class OkapiObjectID
OkapiObjectID - Okapi unique identifier
Constructor Summary | |
---|---|
|
OkapiObjectID()
Creates a new globally unique object ID |
protected |
OkapiObjectID(java.lang.Object o)
Creates a new globally unique object ID and associates it with a particular object. |
protected |
OkapiObjectID(java.lang.String s)
Constructs an ID set to a partcular string. |
Method Summary | |
---|---|
java.lang.String |
getIdentifier()
Return the identifier. |
java.lang.String |
toString()
String version of object is simply the object identifier |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public OkapiObjectID()
protected OkapiObjectID(java.lang.Object o)
protected OkapiObjectID(java.lang.String s)
Method Detail |
---|
public java.lang.String getIdentifier()
public java.lang.String toString()
toString
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |