de.hattrickorganizer.logik.matchengine.engine.common
Class Action

java.lang.Object
  extended by de.hattrickorganizer.logik.matchengine.engine.common.Action
All Implemented Interfaces:
java.lang.Comparable, IMPActions

public class Action
extends java.lang.Object
implements IMPActions, java.lang.Comparable

TODO Missing Class Documentation

Author:
TODO Author Name

Field Summary
 
Fields inherited from interface plugins.IMPActions
AREA_LEFTSIDE, AREA_MIDDLE, AREA_RIGHTSIDE, TYPE_COUNTER, TYPE_NORMAL
 
Constructor Summary
Action()
           
 
Method Summary
 int compareTo(java.lang.Object o)
          TODO Missing Method Documentation
 int getArea()
          TODO Missing Method Documentation
 int getMinute()
          TODO Missing Method Documentation
 java.lang.String getShortDesc()
          TODO Missing Method Documentation
 int getType()
          TODO Missing Method Documentation
 boolean isHomeTeam()
          TODO Missing Method Documentation
 boolean isScore()
          TODO Missing Method Documentation
 void setArea(int i)
          TODO Missing Method Documentation
 void setHomeTeam(boolean b)
          TODO Missing Method Documentation
 void setMinute(int i)
          TODO Missing Method Documentation
 void setScore(boolean b)
          TODO Missing Method Documentation
 void setType(int i)
          TODO Missing Method Documentation
 java.lang.String toString()
          toString methode: creates a String representation of the object
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Action

public Action()
Method Detail

setArea

public final void setArea(int i)
TODO Missing Method Documentation

Parameters:
i - TODO Missing Method Parameter Documentation

getArea

public final int getArea()
TODO Missing Method Documentation

Specified by:
getArea in interface IMPActions
Returns:
TODO Missing Return Method Documentation

setHomeTeam

public final void setHomeTeam(boolean b)
TODO Missing Method Documentation

Parameters:
b - TODO Missing Method Parameter Documentation

isHomeTeam

public final boolean isHomeTeam()
TODO Missing Method Documentation

Specified by:
isHomeTeam in interface IMPActions
Returns:
TODO Missing Return Method Documentation

setMinute

public final void setMinute(int i)
TODO Missing Method Documentation

Parameters:
i - TODO Missing Method Parameter Documentation

getMinute

public final int getMinute()
TODO Missing Method Documentation

Specified by:
getMinute in interface IMPActions
Returns:
TODO Missing Return Method Documentation

setScore

public final void setScore(boolean b)
TODO Missing Method Documentation

Parameters:
b - TODO Missing Method Parameter Documentation

isScore

public final boolean isScore()
TODO Missing Method Documentation

Specified by:
isScore in interface IMPActions
Returns:
TODO Missing Return Method Documentation

getShortDesc

public final java.lang.String getShortDesc()
TODO Missing Method Documentation

Specified by:
getShortDesc in interface IMPActions
Returns:
TODO Missing Return Method Documentation

setType

public final void setType(int i)
TODO Missing Method Documentation

Parameters:
i - TODO Missing Method Parameter Documentation

getType

public final int getType()
TODO Missing Method Documentation

Specified by:
getType in interface IMPActions
Returns:
TODO Missing Return Method Documentation

compareTo

public final int compareTo(java.lang.Object o)
TODO Missing Method Documentation

Specified by:
compareTo in interface java.lang.Comparable
Parameters:
o - TODO Missing Method Parameter Documentation
Returns:
TODO Missing Return Method Documentation

toString

public final java.lang.String toString()
toString methode: creates a String representation of the object

Overrides:
toString in class java.lang.Object
Returns:
the String representation