hoplugins.teamAnalyzer.vo
Class Match

java.lang.Object
  extended byhoplugins.teamAnalyzer.vo.Match

public class Match
extends java.lang.Object

Match Value object that holds relevant information about the game

Author:
Massimiliano Amato

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

Match

public Match(plugins.IMatchKurzInfo matchInfo)
Creates a new Match object.

Parameters:
matchInfo - IMatckKurtzInfo from which a match object has to be created

Match

public Match(plugins.IPaarung matchInfo)
Creates a new Match object.

Parameters:
matchInfo - IPaarung from which a match object has to be created

Match

public Match()
Creates a new empty Match object.

Method Detail

setAwayGoals

public void setAwayGoals(int i)
Document Me!

Parameters:
i -

getAwayGoals

public int getAwayGoals()
Document Me!

Returns:

setAwayId

public void setAwayId(int i)
Document Me!

Parameters:
i -

getAwayId

public int getAwayId()
Document Me!

Returns:

setAwayTeam

public void setAwayTeam(java.lang.String string)
Document Me!

Parameters:
string -

getAwayTeam

public java.lang.String getAwayTeam()
Document Me!

Returns:

setHomeGoals

public void setHomeGoals(int i)
Document Me!

Parameters:
i -

getHomeGoals

public int getHomeGoals()
Document Me!

Returns:

setHomeId

public void setHomeId(int i)
Document Me!

Parameters:
i -

getHomeId

public int getHomeId()
Document Me!

Returns:

setHomeTeam

public void setHomeTeam(java.lang.String string)
Document Me!

Parameters:
string -

getHomeTeam

public java.lang.String getHomeTeam()
Document Me!

Returns:

setMatchDate

public void setMatchDate(java.util.Date date)
Document Me!

Parameters:
date -

getMatchDate

public java.util.Date getMatchDate()
Document Me!

Returns:

setMatchId

public void setMatchId(int i)
Document Me!

Parameters:
i -

getMatchId

public int getMatchId()
Document Me!

Returns:

setMatchType

public void setMatchType(int i)
Document Me!

Parameters:
i -

getMatchType

public int getMatchType()
Document Me!

Returns:

setSeason

public void setSeason(int i)
Document Me!

Parameters:
i -

getSeason

public int getSeason()
Document Me!

Returns:

setWeek

public void setWeek(int i)
Document Me!

Parameters:
i -

getWeek

public int getWeek()
Document Me!

Returns:

toString

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

Returns:
the String representation


Copyright © 2005 Hattrick Organizer Plugins Project. All Rights Reserved.