net.sf.juoserver.model
Class Item

java.lang.Object
  extended by net.sf.juoserver.model.Item
All Implemented Interfaces:
UOObject
Direct Known Subclasses:
Container

public class Item
extends Object
implements UOObject


Constructor Summary
Item(int serialId, int modelId, int hue)
           
 
Method Summary
 void accept(ItemVisitor itemManager)
           
 boolean equals(Object obj)
           
 int getHue()
           
 int getModelId()
           
 int getSerialId()
           
 int hashCode()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Item

public Item(int serialId,
            int modelId,
            int hue)
Method Detail

getSerialId

public int getSerialId()
Specified by:
getSerialId in interface UOObject

getModelId

public int getModelId()
Specified by:
getModelId in interface UOObject

getHue

public int getHue()

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

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

toString

public String toString()
Overrides:
toString in class Object

accept

public void accept(ItemVisitor itemManager)


Copyright © 2010-2012. All Rights Reserved.