|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.hattrickorganizer.logik.matchengine.engine.common.Action
public class Action
TODO Missing Class Documentation
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 |
---|
public Action()
Method Detail |
---|
public final void setArea(int i)
i
- TODO Missing Method Parameter Documentationpublic final int getArea()
getArea
in interface IMPActions
public final void setHomeTeam(boolean b)
b
- TODO Missing Method Parameter Documentationpublic final boolean isHomeTeam()
isHomeTeam
in interface IMPActions
public final void setMinute(int i)
i
- TODO Missing Method Parameter Documentationpublic final int getMinute()
getMinute
in interface IMPActions
public final void setScore(boolean b)
b
- TODO Missing Method Parameter Documentationpublic final boolean isScore()
isScore
in interface IMPActions
public final java.lang.String getShortDesc()
getShortDesc
in interface IMPActions
public final void setType(int i)
i
- TODO Missing Method Parameter Documentationpublic final int getType()
getType
in interface IMPActions
public final int compareTo(java.lang.Object o)
compareTo
in interface java.lang.Comparable
o
- TODO Missing Method Parameter Documentation
public final java.lang.String toString()
toString
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |