org.openorb.orb.test.iiop.fragmentedmessage
Class ObjectIdImpl
java.lang.Object
ObjectId
org.openorb.orb.test.iiop.fragmentedmessage.ObjectIdImpl
- All Implemented Interfaces:
- java.lang.Comparable
public final class ObjectIdImpl
- extends ObjectId
- implements java.lang.Comparable
This is the implementation of the custom valuetype ObjectId.
- Author:
- Michael Macaluso
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
NULL_HASHCODE
public static final int NULL_HASHCODE
- See Also:
- Constant Field Values
ObjectIdImpl
public ObjectIdImpl()
ObjectIdImpl
public ObjectIdImpl(java.lang.String id)
marshal
public void marshal(org.omg.CORBA.DataOutputStream os)
unmarshal
public void unmarshal(org.omg.CORBA.DataInputStream is)
equals
public boolean equals(java.lang.Object anObject)
equals
public boolean equals(ObjectIdImpl anObject)
equals
public boolean equals(java.lang.String anObject)
hashCode
public int hashCode()
compare
public int compare(java.lang.Object anObject)
compareTo
public int compareTo(java.lang.Object anObject)
- Specified by:
compareTo
in interface java.lang.Comparable
compareTo
public int compareTo(ObjectIdImpl anObject)
compareTo
public int compareTo(java.lang.String anObject)
toString
public java.lang.String toString()