Package com.sun.corba.ee.impl.ior
Class ObjectIdImpl
- java.lang.Object
-
- com.sun.corba.ee.impl.ior.ObjectIdImpl
-
-
Field Summary
Fields Modifier and Type Field Description private byte[]
id
-
Constructor Summary
Constructors Constructor Description ObjectIdImpl(byte[] id)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(java.lang.Object obj)
byte[]
getId()
java.lang.String
getIdString()
int
hashCode()
java.lang.String
toString()
void
write(OutputStream os)
Write this object directly to the output stream.
-
-
-
Method Detail
-
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equals
in classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classjava.lang.Object
-
getIdString
public java.lang.String getIdString()
- Specified by:
getIdString
in interfaceObjectId
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
write
public void write(OutputStream os)
Description copied from interface:Writeable
Write this object directly to the output stream.
-
-