|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object hoplugins.teamAnalyzer.vo.Match
Match Value object that holds relevant information about the game
Constructor Summary | |
Match()
Creates a new empty Match object. |
|
Match(plugins.IMatchKurzInfo matchInfo)
Creates a new Match object. |
|
Match(plugins.IPaarung matchInfo)
Creates a new Match object. |
Method Summary | |
int |
getAwayGoals()
Document Me! |
int |
getAwayId()
Document Me! |
java.lang.String |
getAwayTeam()
Document Me! |
int |
getHomeGoals()
Document Me! |
int |
getHomeId()
Document Me! |
java.lang.String |
getHomeTeam()
Document Me! |
java.util.Date |
getMatchDate()
Document Me! |
int |
getMatchId()
Document Me! |
int |
getMatchType()
Document Me! |
int |
getSeason()
Document Me! |
int |
getWeek()
Document Me! |
void |
setAwayGoals(int i)
Document Me! |
void |
setAwayId(int i)
Document Me! |
void |
setAwayTeam(java.lang.String string)
Document Me! |
void |
setHomeGoals(int i)
Document Me! |
void |
setHomeId(int i)
Document Me! |
void |
setHomeTeam(java.lang.String string)
Document Me! |
void |
setMatchDate(java.util.Date date)
Document Me! |
void |
setMatchId(int i)
Document Me! |
void |
setMatchType(int i)
Document Me! |
void |
setSeason(int i)
Document Me! |
void |
setWeek(int i)
Document Me! |
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 Match(plugins.IMatchKurzInfo matchInfo)
matchInfo
- IMatckKurtzInfo from which a match object has to be createdpublic Match(plugins.IPaarung matchInfo)
matchInfo
- IPaarung from which a match object has to be createdpublic Match()
Method Detail |
public void setAwayGoals(int i)
i
- public int getAwayGoals()
public void setAwayId(int i)
i
- public int getAwayId()
public void setAwayTeam(java.lang.String string)
string
- public java.lang.String getAwayTeam()
public void setHomeGoals(int i)
i
- public int getHomeGoals()
public void setHomeId(int i)
i
- public int getHomeId()
public void setHomeTeam(java.lang.String string)
string
- public java.lang.String getHomeTeam()
public void setMatchDate(java.util.Date date)
date
- public java.util.Date getMatchDate()
public void setMatchId(int i)
i
- public int getMatchId()
public void setMatchType(int i)
i
- public int getMatchType()
public void setSeason(int i)
i
- public int getSeason()
public void setWeek(int i)
i
- public int getWeek()
public java.lang.String toString()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |