|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.hattrickorganizer.gui.model.Ergebnis
public class Ergebnis
TODO Missing Class Documentation
Constructor Summary | |
---|---|
Ergebnis(int homegoals,
int guestgoals,
java.util.Vector vActions)
Creates a new Ergebnis object. |
Method Summary | |
---|---|
java.util.Vector |
getActions()
TODO Missing Method Documentation |
int |
getGuestGoals()
TODO Missing Method Documentation |
int |
getHomeGoals()
TODO Missing Method Documentation |
int |
getResult()
1 = win, 0 = drawn, -1 = lose for the hometeam |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Ergebnis(int homegoals, int guestgoals, java.util.Vector vActions)
homegoals
- TODO Missing Constructuor Parameter Documentationguestgoals
- TODO Missing Constructuor Parameter DocumentationvActions
- TODO Missing Constructuor Parameter DocumentationMethod Detail |
---|
public final java.util.Vector getActions()
public final int getGuestGoals()
public final int getHomeGoals()
public final int getResult()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |