com.springrts.ai.oo
Class Group

java.lang.Object
  extended by com.springrts.ai.oo.Group
All Implemented Interfaces:
Comparable<Group>

public class Group
extends Object
implements Comparable<Group>


Method Summary
 int compareTo(Group other)
           
 boolean equals(Object otherObject)
           
 int getGroupId()
           
 OrderPreview getOrderPreview()
           
 SupportedCommand getSupportedCommand()
           
 int hashCode()
           
 boolean isSelected()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Method Detail

getGroupId

public int getGroupId()

compareTo

public int compareTo(Group other)
Specified by:
compareTo in interface Comparable<Group>

equals

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

hashCode

public int hashCode()
Overrides:
hashCode in class Object

toString

public String toString()
Overrides:
toString in class Object

isSelected

public boolean isSelected()

getSupportedCommand

public SupportedCommand getSupportedCommand()

getOrderPreview

public OrderPreview getOrderPreview()