de.hattrickorganizer.gui.model
Class Ergebnis

java.lang.Object
  extended by de.hattrickorganizer.gui.model.Ergebnis

public class Ergebnis
extends java.lang.Object

TODO Missing Class Documentation

Author:
TODO Author Name

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

Ergebnis

public Ergebnis(int homegoals,
                int guestgoals,
                java.util.Vector vActions)
Creates a new Ergebnis object.

Parameters:
homegoals - TODO Missing Constructuor Parameter Documentation
guestgoals - TODO Missing Constructuor Parameter Documentation
vActions - TODO Missing Constructuor Parameter Documentation
Method Detail

getActions

public final java.util.Vector getActions()
TODO Missing Method Documentation

Returns:
TODO Missing Return Method Documentation

getGuestGoals

public final int getGuestGoals()
TODO Missing Method Documentation

Returns:
TODO Missing Return Method Documentation

getHomeGoals

public final int getHomeGoals()
TODO Missing Method Documentation

Returns:
TODO Missing Return Method Documentation

getResult

public final int getResult()
1 = win, 0 = drawn, -1 = lose for the hometeam

Returns:
TODO Missing Return Method Documentation