|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.dt.iTunesController.ITObjectPersistentID
public class ITObjectPersistentID
Simple utility wrapper class to represent the persistent object identity ID numbers. Use the getHigh() and getLow() methods individually to get each ID, or the combined hex string through toString().
| Constructor Summary | |
|---|---|
ITObjectPersistentID(long high,
long low)
Create the ITObjectPersistentID. |
|
| Method Summary | |
|---|---|
long |
getHigh()
Returns the high persistent ID. |
long |
getLow()
Returns the low persistent ID. |
java.lang.String |
toString()
Return a string representation (in hex) of the persistent IDs. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public ITObjectPersistentID(long high,
long low)
high - The High Persistent IDlow - The Low Persistent ID| Method Detail |
|---|
public long getHigh()
public long getLow()
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 | ||||||||