ostore.client
Class OSAppId
java.lang.Object
|
+--ostore.client.OSAppId
- All Implemented Interfaces:
- QuickSerializable
- public class OSAppId
- extends Object
- implements QuickSerializable
- Version:
- $Id: OSAppId.java,v 1.14 2002/07/25 15:46:02 eaton Exp $
- Author:
- Patrick R. Eaton
OSAppId
public OSAppId()
OSAppId
public OSAppId(InputBuffer buffer)
throws QSException
serialize
public void serialize(OutputBuffer buffer)
- Description copied from interface:
QuickSerializable
- Add the object to the
buffer
.
- Specified by:
serialize
in interface QuickSerializable
- Parameters:
buffer
- the output buffer to add the object to
toString
public String toString()
- Overrides:
toString
in class Object
hashCode
public int hashCode()
- Returns the internal id.
- Overrides:
hashCode
in class Object
equals
public boolean equals(Object other)
- Overrides:
equals
in class Object