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

Constructor Summary
OSAppId()
           
OSAppId(InputBuffer buffer)
           
 
Method Summary
 boolean equals(Object other)
           
 int hashCode()
          Returns the internal id.
 void serialize(OutputBuffer buffer)
          Add the object to the buffer.
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

OSAppId

public OSAppId()

OSAppId

public OSAppId(InputBuffer buffer)
        throws QSException
Method Detail

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