com.crankuptheamps.client
Class CommandId

java.lang.Object
  extended by com.crankuptheamps.client.CommandId

public class CommandId
extends Object


Field Summary
 byte[] id
           
 
Constructor Summary
CommandId(String string)
           
 
Method Summary
 boolean equals(Object obj)
           
 int hashCode()
           
static CommandId nextIdentifier()
           
 void set(byte[] buffer, int position, int length)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

id

public byte[] id
Constructor Detail

CommandId

public CommandId(String string)
Method Detail

nextIdentifier

public static CommandId nextIdentifier()

set

public void set(byte[] buffer,
                int position,
                int length)

equals

public boolean equals(Object obj)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object

toString

public String toString()
Overrides:
toString in class Object