plugins
Interface IMatchDetails

All Known Implementing Classes:
Matchdetails

public interface IMatchDetails

Interface for severy match details.

Author:
thomas.werth

Field Summary
static int EINSTELLUNG_MOTS
          Match of the Season
static int EINSTELLUNG_NORMAL
          Normal
static int EINSTELLUNG_PIC
          Play it cool
static int EINSTELLUNG_UNBEKANNT
          TODO Missing Parameter Documentation
static short LOCATION_AWAY
          away match
static short LOCATION_AWAYDERBY
          away derby
static short LOCATION_HOME
          home match
static int TAKTIK_CREATIVE
          Play creatively
static int TAKTIK_KONTER
          Counter attack tactic
static int TAKTIK_MIDDLE
          AiM - Attack On Middle
static int TAKTIK_NORMAL
          Normal tactic
static int TAKTIK_PRESSING
          Pressing tactic
static int TAKTIK_WINGS
          AoW - Attack On Wings
static int WETTER_BEWOELKT
          overcast
static int WETTER_REGEN
          rain
static int WETTER_SONNE
          sun
static int WETTER_WOLKIG
          cloudy
 
Method Summary
 int getArenaID()
          Getter for property m_iArenaID.
 java.lang.String getArenaName()
          Getter for property m_sArenaName.
 java.sql.Timestamp getFetchDatum()
          Getter for property m_clFetchDatum.
 java.lang.String getFormation(boolean home)
          Method that extract the formation from the full match comment
 int getGastId()
          Getter for property AWAY Team ID
 java.lang.String getGastName()
          Getter for property m_sGastName.
 int getGuestEinstellung()
          PIC=-1/NORM=0/MOTS=1
 int getGuestGoals()
          Getter for property m_iGuestGoals.
 int getGuestLeftAtt()
          Getter for property m_iGuestLeftAtt.
 int getGuestLeftDef()
          Getter for property m_iGuestLeftDef.
 int getGuestMidAtt()
          Getter for property m_iGuestMidAtt.
 int getGuestMidDef()
          Getter for property m_iGuestMidDef.
 int getGuestMidfield()
          Getter for property m_iGuestMidfield.
 int getGuestRightAtt()
          Getter for property m_iGuestRightAtt.
 int getGuestRightDef()
          Getter for property m_iGuestRightDef.
 int getGuestTacticSkill()
          Getter for property m_iGuestTacticSkill.
 int getGuestTacticType()
          Getter for property m_iGuestTacticType.
 int getHeimId()
          Getter for property Home Team ID
 java.lang.String getHeimName()
          Getter for property m_sHeimName.
 java.util.Vector getHighlights()
          Getter for property m_vHighlights.
 int getHomeEinstellung()
          Getter for property m_iHomeEinstellung.
 int getHomeGoals()
          Getter for property m_iHomeGoals.
 int getHomeLeftAtt()
          Getter for property m_iHomeLeftAtt.
 int getHomeLeftDef()
          Getter for property m_iHomeLeftDef.
 int getHomeMidAtt()
          Getter for property m_iHomeMidAtt.
 int getHomeMidDef()
          Getter for property m_iHomeMidDef.
 int getHomeMidfield()
          Getter for property m_iHomeMidfield.
 int getHomeRightAtt()
          Getter for property m_iHomeRightAtt.
 int getHomeRightDef()
          Getter for property m_iHomeRightDef.
 int getHomeTacticSkill()
          Getter for property m_iHomeTacticSkill.
 int getHomeTacticType()
          Getter for property m_iHomeTacticType.
 java.util.List getLineup(boolean home)
          Method that extract a lineup from the full match comment
 int getMatchID()
          Getter for property m_iMatchID.
 java.lang.String getMatchreport()
          Getter for property m_sMatchreport.
 int getRegionId()
          Get the region ID of this match's arena
 java.sql.Timestamp getSpielDatum()
          Getter for property m_clSpielDatum.
 ITeamLineup getTeamLineup(boolean home)
          Method that extract a lineup from the full match comment
 int getWetterId()
          ID of Weather
 int getZuschauer()
          Number of crowd
 

Field Detail

EINSTELLUNG_UNBEKANNT

static final int EINSTELLUNG_UNBEKANNT
TODO Missing Parameter Documentation

See Also:
Constant Field Values

EINSTELLUNG_PIC

static final int EINSTELLUNG_PIC
Play it cool

See Also:
Constant Field Values

EINSTELLUNG_NORMAL

static final int EINSTELLUNG_NORMAL
Normal

See Also:
Constant Field Values

EINSTELLUNG_MOTS

static final int EINSTELLUNG_MOTS
Match of the Season

See Also:
Constant Field Values

WETTER_REGEN

static final int WETTER_REGEN
rain

See Also:
Constant Field Values

WETTER_BEWOELKT

static final int WETTER_BEWOELKT
overcast

See Also:
Constant Field Values

WETTER_WOLKIG

static final int WETTER_WOLKIG
cloudy

See Also:
Constant Field Values

WETTER_SONNE

static final int WETTER_SONNE
sun

See Also:
Constant Field Values

TAKTIK_NORMAL

static final int TAKTIK_NORMAL
Normal tactic

See Also:
Constant Field Values

TAKTIK_PRESSING

static final int TAKTIK_PRESSING
Pressing tactic

See Also:
Constant Field Values

TAKTIK_KONTER

static final int TAKTIK_KONTER
Counter attack tactic

See Also:
Constant Field Values

TAKTIK_MIDDLE

static final int TAKTIK_MIDDLE
AiM - Attack On Middle

See Also:
Constant Field Values

TAKTIK_WINGS

static final int TAKTIK_WINGS
AoW - Attack On Wings

See Also:
Constant Field Values

TAKTIK_CREATIVE

static final int TAKTIK_CREATIVE
Play creatively

See Also:
Constant Field Values

LOCATION_AWAY

static final short LOCATION_AWAY
away match

See Also:
Constant Field Values

LOCATION_HOME

static final short LOCATION_HOME
home match

See Also:
Constant Field Values

LOCATION_AWAYDERBY

static final short LOCATION_AWAYDERBY
away derby

See Also:
Constant Field Values
Method Detail

getArenaID

int getArenaID()
Getter for property m_iArenaID.

Returns:
Value of property m_iArenaID.

getArenaName

java.lang.String getArenaName()
Getter for property m_sArenaName.

Returns:
Value of property m_sArenaName.

getFetchDatum

java.sql.Timestamp getFetchDatum()
Getter for property m_clFetchDatum.

Returns:
Value of property m_clFetchDatum.

getFormation

java.lang.String getFormation(boolean home)
Method that extract the formation from the full match comment

Parameters:
home - true for home lineup, false for away
Returns:
The formation type 4-4-2 or 5-3-2 etc

getGastId

int getGastId()
Getter for property AWAY Team ID

Returns:
Value of property m_iGastId.

getGastName

java.lang.String getGastName()
Getter for property m_sGastName.

Returns:
Value of property m_sGastName.

getGuestEinstellung

int getGuestEinstellung()
PIC=-1/NORM=0/MOTS=1

Returns:
Value of property m_iGuestEinstellung.

getGuestGoals

int getGuestGoals()
Getter for property m_iGuestGoals.

Returns:
Value of property m_iGuestGoals.

getGuestLeftAtt

int getGuestLeftAtt()
Getter for property m_iGuestLeftAtt.

Returns:
Value of property m_iGuestLeftAtt.

getGuestLeftDef

int getGuestLeftDef()
Getter for property m_iGuestLeftDef.

Returns:
Value of property m_iGuestLeftDef.

getGuestMidAtt

int getGuestMidAtt()
Getter for property m_iGuestMidAtt.

Returns:
Value of property m_iGuestMidAtt.

getGuestMidDef

int getGuestMidDef()
Getter for property m_iGuestMidDef.

Returns:
Value of property m_iGuestMidDef.

getGuestMidfield

int getGuestMidfield()
Getter for property m_iGuestMidfield.

Returns:
Value of property m_iGuestMidfield.

getGuestRightAtt

int getGuestRightAtt()
Getter for property m_iGuestRightAtt.

Returns:
Value of property m_iGuestRightAtt.

getGuestRightDef

int getGuestRightDef()
Getter for property m_iGuestRightDef.

Returns:
Value of property m_iGuestRightDef.

getGuestTacticSkill

int getGuestTacticSkill()
Getter for property m_iGuestTacticSkill.

Returns:
Value of property m_iGuestTacticSkill.

getGuestTacticType

int getGuestTacticType()
Getter for property m_iGuestTacticType.

Returns:
Value of property m_iGuestTacticType.

getHeimId

int getHeimId()
Getter for property Home Team ID

Returns:
Value of property m_iHeimId.

getHeimName

java.lang.String getHeimName()
Getter for property m_sHeimName.

Returns:
Value of property m_sHeimName.

getHighlights

java.util.Vector getHighlights()
Getter for property m_vHighlights.

Returns:
Value of property m_vHighlights.

getHomeEinstellung

int getHomeEinstellung()
Getter for property m_iHomeEinstellung.

Returns:
Value of property m_iHomeEinstellung.

getHomeGoals

int getHomeGoals()
Getter for property m_iHomeGoals.

Returns:
Value of property m_iHomeGoals.

getHomeLeftAtt

int getHomeLeftAtt()
Getter for property m_iHomeLeftAtt.

Returns:
Value of property m_iHomeLeftAtt.

getHomeLeftDef

int getHomeLeftDef()
Getter for property m_iHomeLeftDef.

Returns:
Value of property m_iHomeLeftDef.

getHomeMidAtt

int getHomeMidAtt()
Getter for property m_iHomeMidAtt.

Returns:
Value of property m_iHomeMidAtt.

getHomeMidDef

int getHomeMidDef()
Getter for property m_iHomeMidDef.

Returns:
Value of property m_iHomeMidDef.

getHomeMidfield

int getHomeMidfield()
Getter for property m_iHomeMidfield.

Returns:
Value of property m_iHomeMidfield.

getHomeRightAtt

int getHomeRightAtt()
Getter for property m_iHomeRightAtt.

Returns:
Value of property m_iHomeRightAtt.

getHomeRightDef

int getHomeRightDef()
Getter for property m_iHomeRightDef.

Returns:
Value of property m_iHomeRightDef.

getHomeTacticSkill

int getHomeTacticSkill()
Getter for property m_iHomeTacticSkill.

Returns:
Value of property m_iHomeTacticSkill.

getHomeTacticType

int getHomeTacticType()
Getter for property m_iHomeTacticType.

Returns:
Value of property m_iHomeTacticType.

getLineup

java.util.List getLineup(boolean home)
Method that extract a lineup from the full match comment

Parameters:
home - true for home lineup, false for away
Returns:
The list of last names that started the match

getMatchID

int getMatchID()
Getter for property m_iMatchID.

Returns:
Value of property m_iMatchID.

getMatchreport

java.lang.String getMatchreport()
Getter for property m_sMatchreport.

Returns:
Value of property m_sMatchreport.

getSpielDatum

java.sql.Timestamp getSpielDatum()
Getter for property m_clSpielDatum.

Returns:
Value of property m_clSpielDatum.

getTeamLineup

ITeamLineup getTeamLineup(boolean home)
Method that extract a lineup from the full match comment

Parameters:
home - true for home lineup, false for away
Returns:
The Lineup object

getWetterId

int getWetterId()
ID of Weather

Returns:
Value of property m_iWetterId.

getZuschauer

int getZuschauer()
Number of crowd

Returns:
Value of property m_iZuschauer.

getRegionId

int getRegionId()
Get the region ID of this match's arena

Returns: