de.hattrickorganizer.model.matches
Class Matchdetails

java.lang.Object
  extended by de.hattrickorganizer.model.matches.Matchdetails
All Implemented Interfaces:
IMatchDetails

public class Matchdetails
extends java.lang.Object
implements IMatchDetails

DOCUMENT ME!

Author:
thomas.werth

Field Summary
 
Fields inherited from interface plugins.IMatchDetails
EINSTELLUNG_MOTS, EINSTELLUNG_NORMAL, EINSTELLUNG_PIC, EINSTELLUNG_UNBEKANNT, LOCATION_AWAY, LOCATION_AWAYDERBY, LOCATION_HOME, TAKTIK_CREATIVE, TAKTIK_KONTER, TAKTIK_MIDDLE, TAKTIK_NORMAL, TAKTIK_PRESSING, TAKTIK_WINGS, WETTER_BEWOELKT, WETTER_REGEN, WETTER_SONNE, WETTER_WOLKIG
 
Constructor Summary
Matchdetails()
          Creates a new instance of Matchdetails
 
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 m_iGastId.
 java.lang.String getGastName()
          Getter for property m_sGastName.
 int getGuestEinstellung()
          Getter for property m_iGuestEinstellung.
 float getGuestGesamtstaerke(boolean absolut)
          Gibt die Gesamtstärke zurück, Absolut oder durch die Anzahl der Summanten geteilt
 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 m_iHeimId.
 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.
 float getHomeGesamtstaerke(boolean absolut)
          Gibt die Gesamtstärke zurück, Absolut oder durch die Anzahl der Summanten geteilt
 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.
static java.lang.String getNameForEinstellung(int einstellung)
          Gibt den Namen zu einer Bewertungzurück
static java.lang.String getNameForTaktik(int taktikTyp)
          Gibt den Namen zu einer Bewertungzurück
 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()
          Getter for property m_iWetterId.
 int getZuschauer()
          Getter for property m_iZuschauer.
protected static boolean isNumeric(java.lang.String aText)
          check if numeric
 void setArenaID(int m_iArenaID)
          Setter for property m_iArenaID.
 void setArenaName(java.lang.String m_sArenaName)
          Setter for property m_sArenaName.
 void setFetchDatum(java.sql.Timestamp m_clFetchDatum)
          Setter for property m_clFetchDatum.
 boolean setFetchDatumFromString(java.lang.String date)
          Getter for property m_lDatum.
 void setGastId(int m_iGastId)
          Setter for property m_iGastId.
 void setGastName(java.lang.String m_sGastName)
          Setter for property m_sGastName.
 void setGuestEinstellung(int m_iGuestEinstellung)
          Setter for property m_iGuestEinstellung.
 void setGuestGoals(int m_iGuestGoals)
          Setter for property m_iGuestGoals.
 void setGuestLeftAtt(int m_iGuestLeftAtt)
          Setter for property m_iGuestLeftAtt.
 void setGuestLeftDef(int m_iGuestLeftDef)
          Setter for property m_iGuestLeftDef.
 void setGuestMidAtt(int m_iGuestMidAtt)
          Setter for property m_iGuestMidAtt.
 void setGuestMidDef(int m_iGuestMidDef)
          Setter for property m_iGuestMidDef.
 void setGuestMidfield(int m_iGuestMidfield)
          Setter for property m_iGuestMidfield.
 void setGuestRightAtt(int m_iGuestRightAtt)
          Setter for property m_iGuestRightAtt.
 void setGuestRightDef(int m_iGuestRightDef)
          Setter for property m_iGuestRightDef.
 void setGuestTacticSkill(int m_iGuestTacticSkill)
          Setter for property m_iGuestTacticSkill.
 void setGuestTacticType(int m_iGuestTacticType)
          Setter for property m_iGuestTacticType.
 void setHeimId(int m_iHeimId)
          Setter for property m_iHeimId.
 void setHeimName(java.lang.String m_sHeimName)
          Setter for property m_sHeimName.
 void setHighlights(java.util.Vector m_vHighlights)
          Setter for property m_vHighlights.
 void setHomeEinstellung(int m_iHomeEinstellung)
          Setter for property m_iHomeEinstellung.
 void setHomeGoals(int m_iHomeGoals)
          Setter for property m_iHomeGoals.
 void setHomeLeftAtt(int m_iHomeLeftAtt)
          Setter for property m_iHomeLeftAtt.
 void setHomeLeftDef(int m_iHomeLeftDef)
          Setter for property m_iHomeLeftDef.
 void setHomeMidAtt(int m_iHomeMidAtt)
          Setter for property m_iHomeMidAtt.
 void setHomeMidDef(int m_iHomeMidDef)
          Setter for property m_iHomeMidDef.
 void setHomeMidfield(int m_iHomeMidfield)
          Setter for property m_iHomeMidfield.
 void setHomeRightAtt(int m_iHomeRightAtt)
          Setter for property m_iHomeRightAtt.
 void setHomeRightDef(int m_iHomeRightDef)
          Setter for property m_iHomeRightDef.
 void setHomeTacticSkill(int m_iHomeTacticSkill)
          Setter for property m_iHomeTacticSkill.
 void setHomeTacticType(int m_iHomeTacticType)
          Setter for property m_iHomeTacticType.
 void setMatchID(int m_iMatchID)
          Setter for property m_iMatchID.
 void setMatchreport(java.lang.String m_sMatchreport)
          Setter for property m_sMatchreport.
 void setRegionId(int regionId)
          Set the region ID of the match's arena
 void setSpielDatum(java.sql.Timestamp m_clSpielDatum)
          Setter for property m_clSpielDatum.
 boolean setSpielDatumFromString(java.lang.String date)
          Getter for property m_lDatum.
 void setWetterId(int m_iWetterId)
          Setter for property m_iWetterId.
 void setZuschauer(int m_iZuschauer)
          Setter for property m_iZuschauer.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Matchdetails

public Matchdetails()
Creates a new instance of Matchdetails

Method Detail

getNameForEinstellung

public static java.lang.String getNameForEinstellung(int einstellung)
Gibt den Namen zu einer Bewertungzurück

Parameters:
einstellung - TODO Missing Constructuor Parameter Documentation
Returns:
TODO Missing Return Method Documentation

getNameForTaktik

public static java.lang.String getNameForTaktik(int taktikTyp)
Gibt den Namen zu einer Bewertungzurück

Parameters:
taktikTyp - TODO Missing Constructuor Parameter Documentation
Returns:
TODO Missing Return Method Documentation

setArenaID

public final void setArenaID(int m_iArenaID)
Setter for property m_iArenaID.

Parameters:
m_iArenaID - New value of property m_iArenaID.

getArenaID

public final int getArenaID()
Getter for property m_iArenaID.

Specified by:
getArenaID in interface IMatchDetails
Returns:
Value of property m_iArenaID.

setArenaName

public final void setArenaName(java.lang.String m_sArenaName)
Setter for property m_sArenaName.

Parameters:
m_sArenaName - New value of property m_sArenaName.

getArenaName

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

Specified by:
getArenaName in interface IMatchDetails
Returns:
Value of property m_sArenaName.

setFetchDatum

public final void setFetchDatum(java.sql.Timestamp m_clFetchDatum)
Setter for property m_clFetchDatum.

Parameters:
m_clFetchDatum - New value of property m_clFetchDatum.

getFetchDatum

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

Specified by:
getFetchDatum in interface IMatchDetails
Returns:
Value of property m_clFetchDatum.

setFetchDatumFromString

public final boolean setFetchDatumFromString(java.lang.String date)
Getter for property m_lDatum.

Parameters:
date - TODO Missing Constructuor Parameter Documentation
Returns:
Value of property m_lDatum.

getFormation

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

Specified by:
getFormation in interface IMatchDetails
Parameters:
home - true for home lineup, false for away
Returns:
The formation type 4-4-2 or 5-3-2 etc

setGastId

public final void setGastId(int m_iGastId)
Setter for property m_iGastId.

Parameters:
m_iGastId - New value of property m_iGastId.

getGastId

public final int getGastId()
Getter for property m_iGastId.

Specified by:
getGastId in interface IMatchDetails
Returns:
Value of property m_iGastId.

setGastName

public final void setGastName(java.lang.String m_sGastName)
Setter for property m_sGastName.

Parameters:
m_sGastName - New value of property m_sGastName.

getGastName

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

Specified by:
getGastName in interface IMatchDetails
Returns:
Value of property m_sGastName.

setGuestEinstellung

public final void setGuestEinstellung(int m_iGuestEinstellung)
Setter for property m_iGuestEinstellung.

Parameters:
m_iGuestEinstellung - New value of property m_iGuestEinstellung.

getGuestEinstellung

public final int getGuestEinstellung()
Getter for property m_iGuestEinstellung.

Specified by:
getGuestEinstellung in interface IMatchDetails
Returns:
Value of property m_iGuestEinstellung.

getGuestGesamtstaerke

public final float getGuestGesamtstaerke(boolean absolut)
Gibt die Gesamtstärke zurück, Absolut oder durch die Anzahl der Summanten geteilt

Parameters:
absolut - TODO Missing Constructuor Parameter Documentation
Returns:
TODO Missing Return Method Documentation

setGuestGoals

public final void setGuestGoals(int m_iGuestGoals)
Setter for property m_iGuestGoals.

Parameters:
m_iGuestGoals - New value of property m_iGuestGoals.

getGuestGoals

public final int getGuestGoals()
Getter for property m_iGuestGoals.

Specified by:
getGuestGoals in interface IMatchDetails
Returns:
Value of property m_iGuestGoals.

setGuestLeftAtt

public final void setGuestLeftAtt(int m_iGuestLeftAtt)
Setter for property m_iGuestLeftAtt.

Parameters:
m_iGuestLeftAtt - New value of property m_iGuestLeftAtt.

getGuestLeftAtt

public final int getGuestLeftAtt()
Getter for property m_iGuestLeftAtt.

Specified by:
getGuestLeftAtt in interface IMatchDetails
Returns:
Value of property m_iGuestLeftAtt.

setGuestLeftDef

public final void setGuestLeftDef(int m_iGuestLeftDef)
Setter for property m_iGuestLeftDef.

Parameters:
m_iGuestLeftDef - New value of property m_iGuestLeftDef.

getGuestLeftDef

public final int getGuestLeftDef()
Getter for property m_iGuestLeftDef.

Specified by:
getGuestLeftDef in interface IMatchDetails
Returns:
Value of property m_iGuestLeftDef.

setGuestMidAtt

public final void setGuestMidAtt(int m_iGuestMidAtt)
Setter for property m_iGuestMidAtt.

Parameters:
m_iGuestMidAtt - New value of property m_iGuestMidAtt.

getGuestMidAtt

public final int getGuestMidAtt()
Getter for property m_iGuestMidAtt.

Specified by:
getGuestMidAtt in interface IMatchDetails
Returns:
Value of property m_iGuestMidAtt.

setGuestMidDef

public final void setGuestMidDef(int m_iGuestMidDef)
Setter for property m_iGuestMidDef.

Parameters:
m_iGuestMidDef - New value of property m_iGuestMidDef.

getGuestMidDef

public final int getGuestMidDef()
Getter for property m_iGuestMidDef.

Specified by:
getGuestMidDef in interface IMatchDetails
Returns:
Value of property m_iGuestMidDef.

setGuestMidfield

public final void setGuestMidfield(int m_iGuestMidfield)
Setter for property m_iGuestMidfield.

Parameters:
m_iGuestMidfield - New value of property m_iGuestMidfield.

getGuestMidfield

public final int getGuestMidfield()
Getter for property m_iGuestMidfield.

Specified by:
getGuestMidfield in interface IMatchDetails
Returns:
Value of property m_iGuestMidfield.

setGuestRightAtt

public final void setGuestRightAtt(int m_iGuestRightAtt)
Setter for property m_iGuestRightAtt.

Parameters:
m_iGuestRightAtt - New value of property m_iGuestRightAtt.

getGuestRightAtt

public final int getGuestRightAtt()
Getter for property m_iGuestRightAtt.

Specified by:
getGuestRightAtt in interface IMatchDetails
Returns:
Value of property m_iGuestRightAtt.

setGuestRightDef

public final void setGuestRightDef(int m_iGuestRightDef)
Setter for property m_iGuestRightDef.

Parameters:
m_iGuestRightDef - New value of property m_iGuestRightDef.

getGuestRightDef

public final int getGuestRightDef()
Getter for property m_iGuestRightDef.

Specified by:
getGuestRightDef in interface IMatchDetails
Returns:
Value of property m_iGuestRightDef.

setGuestTacticSkill

public final void setGuestTacticSkill(int m_iGuestTacticSkill)
Setter for property m_iGuestTacticSkill.

Parameters:
m_iGuestTacticSkill - New value of property m_iGuestTacticSkill.

getGuestTacticSkill

public final int getGuestTacticSkill()
Getter for property m_iGuestTacticSkill.

Specified by:
getGuestTacticSkill in interface IMatchDetails
Returns:
Value of property m_iGuestTacticSkill.

setGuestTacticType

public final void setGuestTacticType(int m_iGuestTacticType)
Setter for property m_iGuestTacticType.

Parameters:
m_iGuestTacticType - New value of property m_iGuestTacticType.

getGuestTacticType

public final int getGuestTacticType()
Getter for property m_iGuestTacticType.

Specified by:
getGuestTacticType in interface IMatchDetails
Returns:
Value of property m_iGuestTacticType.

setHeimId

public final void setHeimId(int m_iHeimId)
Setter for property m_iHeimId.

Parameters:
m_iHeimId - New value of property m_iHeimId.

getHeimId

public final int getHeimId()
Getter for property m_iHeimId.

Specified by:
getHeimId in interface IMatchDetails
Returns:
Value of property m_iHeimId.

setHeimName

public final void setHeimName(java.lang.String m_sHeimName)
Setter for property m_sHeimName.

Parameters:
m_sHeimName - New value of property m_sHeimName.

getHeimName

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

Specified by:
getHeimName in interface IMatchDetails
Returns:
Value of property m_sHeimName.

setHighlights

public final void setHighlights(java.util.Vector m_vHighlights)
Setter for property m_vHighlights.

Parameters:
m_vHighlights - New value of property m_vHighlights.

getHighlights

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

Specified by:
getHighlights in interface IMatchDetails
Returns:
Value of property m_vHighlights.

setHomeEinstellung

public final void setHomeEinstellung(int m_iHomeEinstellung)
Setter for property m_iHomeEinstellung.

Parameters:
m_iHomeEinstellung - New value of property m_iHomeEinstellung.

getHomeEinstellung

public final int getHomeEinstellung()
Getter for property m_iHomeEinstellung.

Specified by:
getHomeEinstellung in interface IMatchDetails
Returns:
Value of property m_iHomeEinstellung.

getHomeGesamtstaerke

public final float getHomeGesamtstaerke(boolean absolut)
Gibt die Gesamtstärke zurück, Absolut oder durch die Anzahl der Summanten geteilt

Parameters:
absolut - TODO Missing Constructuor Parameter Documentation
Returns:
TODO Missing Return Method Documentation

setHomeGoals

public final void setHomeGoals(int m_iHomeGoals)
Setter for property m_iHomeGoals.

Parameters:
m_iHomeGoals - New value of property m_iHomeGoals.

getHomeGoals

public final int getHomeGoals()
Getter for property m_iHomeGoals.

Specified by:
getHomeGoals in interface IMatchDetails
Returns:
Value of property m_iHomeGoals.

setHomeLeftAtt

public final void setHomeLeftAtt(int m_iHomeLeftAtt)
Setter for property m_iHomeLeftAtt.

Parameters:
m_iHomeLeftAtt - New value of property m_iHomeLeftAtt.

getHomeLeftAtt

public final int getHomeLeftAtt()
Getter for property m_iHomeLeftAtt.

Specified by:
getHomeLeftAtt in interface IMatchDetails
Returns:
Value of property m_iHomeLeftAtt.

setHomeLeftDef

public final void setHomeLeftDef(int m_iHomeLeftDef)
Setter for property m_iHomeLeftDef.

Parameters:
m_iHomeLeftDef - New value of property m_iHomeLeftDef.

getHomeLeftDef

public final int getHomeLeftDef()
Getter for property m_iHomeLeftDef.

Specified by:
getHomeLeftDef in interface IMatchDetails
Returns:
Value of property m_iHomeLeftDef.

setHomeMidAtt

public final void setHomeMidAtt(int m_iHomeMidAtt)
Setter for property m_iHomeMidAtt.

Parameters:
m_iHomeMidAtt - New value of property m_iHomeMidAtt.

getHomeMidAtt

public final int getHomeMidAtt()
Getter for property m_iHomeMidAtt.

Specified by:
getHomeMidAtt in interface IMatchDetails
Returns:
Value of property m_iHomeMidAtt.

setHomeMidDef

public final void setHomeMidDef(int m_iHomeMidDef)
Setter for property m_iHomeMidDef.

Parameters:
m_iHomeMidDef - New value of property m_iHomeMidDef.

getHomeMidDef

public final int getHomeMidDef()
Getter for property m_iHomeMidDef.

Specified by:
getHomeMidDef in interface IMatchDetails
Returns:
Value of property m_iHomeMidDef.

setHomeMidfield

public final void setHomeMidfield(int m_iHomeMidfield)
Setter for property m_iHomeMidfield.

Parameters:
m_iHomeMidfield - New value of property m_iHomeMidfield.

getHomeMidfield

public final int getHomeMidfield()
Getter for property m_iHomeMidfield.

Specified by:
getHomeMidfield in interface IMatchDetails
Returns:
Value of property m_iHomeMidfield.

setHomeRightAtt

public final void setHomeRightAtt(int m_iHomeRightAtt)
Setter for property m_iHomeRightAtt.

Parameters:
m_iHomeRightAtt - New value of property m_iHomeRightAtt.

getHomeRightAtt

public final int getHomeRightAtt()
Getter for property m_iHomeRightAtt.

Specified by:
getHomeRightAtt in interface IMatchDetails
Returns:
Value of property m_iHomeRightAtt.

setHomeRightDef

public final void setHomeRightDef(int m_iHomeRightDef)
Setter for property m_iHomeRightDef.

Parameters:
m_iHomeRightDef - New value of property m_iHomeRightDef.

getHomeRightDef

public final int getHomeRightDef()
Getter for property m_iHomeRightDef.

Specified by:
getHomeRightDef in interface IMatchDetails
Returns:
Value of property m_iHomeRightDef.

setHomeTacticSkill

public final void setHomeTacticSkill(int m_iHomeTacticSkill)
Setter for property m_iHomeTacticSkill.

Parameters:
m_iHomeTacticSkill - New value of property m_iHomeTacticSkill.

getHomeTacticSkill

public final int getHomeTacticSkill()
Getter for property m_iHomeTacticSkill.

Specified by:
getHomeTacticSkill in interface IMatchDetails
Returns:
Value of property m_iHomeTacticSkill.

setHomeTacticType

public final void setHomeTacticType(int m_iHomeTacticType)
Setter for property m_iHomeTacticType.

Parameters:
m_iHomeTacticType - New value of property m_iHomeTacticType.

getHomeTacticType

public final int getHomeTacticType()
Getter for property m_iHomeTacticType.

Specified by:
getHomeTacticType in interface IMatchDetails
Returns:
Value of property m_iHomeTacticType.

getLineup

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

Specified by:
getLineup in interface IMatchDetails
Parameters:
home - true for home lineup, false for away
Returns:
The list of last names that started the match

setMatchID

public final void setMatchID(int m_iMatchID)
Setter for property m_iMatchID.

Parameters:
m_iMatchID - New value of property m_iMatchID.

getMatchID

public final int getMatchID()
Getter for property m_iMatchID.

Specified by:
getMatchID in interface IMatchDetails
Returns:
Value of property m_iMatchID.

setMatchreport

public final void setMatchreport(java.lang.String m_sMatchreport)
Setter for property m_sMatchreport.

Parameters:
m_sMatchreport - New value of property m_sMatchreport.

getMatchreport

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

Specified by:
getMatchreport in interface IMatchDetails
Returns:
Value of property m_sMatchreport.

setSpielDatum

public final void setSpielDatum(java.sql.Timestamp m_clSpielDatum)
Setter for property m_clSpielDatum.

Parameters:
m_clSpielDatum - New value of property m_clSpielDatum.

getSpielDatum

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

Specified by:
getSpielDatum in interface IMatchDetails
Returns:
Value of property m_clSpielDatum.

setSpielDatumFromString

public final boolean setSpielDatumFromString(java.lang.String date)
Getter for property m_lDatum.

Parameters:
date - TODO Missing Constructuor Parameter Documentation
Returns:
Value of property m_lDatum.

getTeamLineup

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

Specified by:
getTeamLineup in interface IMatchDetails
Parameters:
home - true for home lineup, false for away
Returns:
The Lineup object

setWetterId

public final void setWetterId(int m_iWetterId)
Setter for property m_iWetterId.

Parameters:
m_iWetterId - New value of property m_iWetterId.

getWetterId

public final int getWetterId()
Getter for property m_iWetterId.

Specified by:
getWetterId in interface IMatchDetails
Returns:
Value of property m_iWetterId.

setZuschauer

public final void setZuschauer(int m_iZuschauer)
Setter for property m_iZuschauer.

Parameters:
m_iZuschauer - New value of property m_iZuschauer.

getZuschauer

public final int getZuschauer()
Getter for property m_iZuschauer.

Specified by:
getZuschauer in interface IMatchDetails
Returns:
Value of property m_iZuschauer.

isNumeric

protected static final boolean isNumeric(java.lang.String aText)
check if numeric

Parameters:
aText - TODO Missing Constructuor Parameter Documentation
Returns:
TODO Missing Return Method Documentation

setRegionId

public void setRegionId(int regionId)
Set the region ID of the match's arena

Parameters:
regionId -

getRegionId

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

Specified by:
getRegionId in interface IMatchDetails
Returns: