com.springrts.ai.oo
Class ModParam

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

public class ModParam
extends Object
implements Comparable<ModParam>


Method Summary
 int compareTo(ModParam other)
           
 boolean equals(Object otherObject)
           
 int getModParamId()
           
 String getName()
           
 int getUnitId()
           
 float getValue()
           
 int hashCode()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Method Detail

getUnitId

public int getUnitId()

getModParamId

public int getModParamId()

compareTo

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

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

getName

public String getName()

getValue

public float getValue()