|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | CONST | FIELD | CONSTR | METHOD | DETAIL: CONST | FIELD | CONSTR | METHOD | ||||||||
java.lang.Object | +--satin.aro.AROobjectID
public class AROobjectID
extends java.lang.ObjectIdentifies an ARO object that resides in an ARO server.
| Field Summary | |
final int |
id
The integer object ID. |
| Constructor Summary | |
AROobjectID(int id)
Constructs an AROobjectID from an integer ID. |
|
| Method Summary | |
boolean |
equals(java.lang.Object that)
|
int |
hashCode()
|
java.lang.String |
toAROstring()
Converts the object to a representation suitable for inclusion in an ARO protocol message. |
static java.lang.String |
toAROstring(AROobjectID id)
Converts an AROobjectID to a representation suitable for inclusion in an ARO protocol message. |
java.lang.String |
toString()
Converts the object to a human-readable representation. |
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
public final int id
| Constructor Detail |
public AROobjectID(int id)
AROobjectID from an integer ID.
idid field.| Method Detail |
public java.lang.String toAROstring()
public static java.lang.String toAROstring(AROobjectID id)
idpublic java.lang.String toString()
toString in class java.lang.Object
public int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object that)
equals in class java.lang.Object| Revision History |
7/24/01 Ed Stauff - added static toAROstring.
4/6/01 Ed Stauff - changes per initial code review.
4/16/01 Ed Stauff - added hashCode() and equals() to make AROexportMap work.
4/5/01 Ed Stauff - made changes per review.
3/27/01 Ed Stauff - initial review.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | CONST | FIELD | CONSTR | METHOD | DETAIL: CONST | FIELD | CONSTR | METHOD | ||||||||
AROobjectID.java (PRIVATE SOURCES)