org.mule.examples.leagues.response
Class Position
java.lang.Object
org.mule.examples.leagues.response.Position
public class Position
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Position
public Position()
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.