public class AID extends OID
Constructor and Description |
---|
AID()
Default constructor.
|
AID(long oid)
Creates an AID with the given value.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object other)
Determines if this AID is equal to another.
|
int |
hashCode()
Provides a unique hashCode for this AID.
|
java.lang.String |
oidString()
Returns the id itself in String form, for debugging.
|
void |
readObject(java.io.ObjectInputStream in)
Reads this AID's value from the input stream.
|
java.lang.String |
toString()
Returns a String representation of this AID.
|
void |
writeObject(java.io.ObjectOutputStream out)
Writes this AID to the output stream.
|
compareTo, getCLID, getUID, isProvisional
public AID()
public AID(long oid)
public boolean equals(java.lang.Object other)
public java.lang.String toString()
public java.lang.String oidString()
public int hashCode()
public void writeObject(java.io.ObjectOutputStream out) throws java.io.IOException
java.io.IOException
public void readObject(java.io.ObjectInputStream in) throws java.io.IOException
java.io.IOException
Copyright © 2005-2012 Apache Software Foundation. All Rights Reserved.