org.mule.examples.leagues.response
Class Position

java.lang.Object
  extended by org.mule.examples.leagues.response.Position
All Implemented Interfaces:
Serializable

public class Position
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
Position()
           
 
Method Summary
 int getGoalsAgainst()
           
 int getGoalsInFavor()
           
 int getMatchesDraw()
           
 int getMatchesLost()
           
 int getMatchesPlayed()
           
 int getMatchesWon()
           
 int getPoints()
           
 int getPosition()
           
 String getTeam()
           
 void setGoalsAgainst(int goalsAgainst)
           
 void setGoalsInFavor(int goalsInFavor)
           
 void setMatchesDraw(int matchesDraw)
           
 void setMatchesLost(int matchesLost)
           
 void setMatchesPlayed(int matchesPlayed)
           
 void setMatchesWon(int matchesWon)
           
 void setPoints(int points)
           
 void setPosition(int position)
           
 void setTeam(String team)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Position

public Position()
Method Detail

getPosition

public int getPosition()

setPosition

public void setPosition(int position)

getTeam

public String getTeam()

setTeam

public void setTeam(String team)

getPoints

public int getPoints()

setPoints

public void setPoints(int points)

getMatchesPlayed

public int getMatchesPlayed()

setMatchesPlayed

public void setMatchesPlayed(int matchesPlayed)

getMatchesWon

public int getMatchesWon()

setMatchesWon

public void setMatchesWon(int matchesWon)

getMatchesDraw

public int getMatchesDraw()

setMatchesDraw

public void setMatchesDraw(int matchesDraw)

getMatchesLost

public int getMatchesLost()

setMatchesLost

public void setMatchesLost(int matchesLost)

getGoalsInFavor

public int getGoalsInFavor()

setGoalsInFavor

public void setGoalsInFavor(int goalsInFavor)

getGoalsAgainst

public int getGoalsAgainst()

setGoalsAgainst

public void setGoalsAgainst(int goalsAgainst)


Copyright © 2013. All rights reserved.