org.egothor.slotter
Class Slot

java.lang.Object
  extended by org.egothor.slotter.Slot

public final class Slot
extends java.lang.Object

This class represents a slot handle.

Author:
galambos

Constructor Summary
Slot(int slot)
           
 
Method Summary
 boolean equals(java.lang.Object object)
           
 int getSlot()
           
 int hashCode()
           
 void setSlot(int slot)
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Slot

public Slot(int slot)
Method Detail

getSlot

public int getSlot()

setSlot

public void setSlot(int slot)

equals

public boolean equals(java.lang.Object object)
Overrides:
equals in class java.lang.Object

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object