org.mule.examples.leagues.request
Class Score
java.lang.Object
org.mule.examples.leagues.request.Score
public class Score
- extends Object
|
Constructor Summary |
Score()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Score
public Score()
getHomeTeamScore
public int getHomeTeamScore()
setHomeTeamScore
public void setHomeTeamScore(int homeTeamScore)
getAwayTeamScore
public int getAwayTeamScore()
setAwayTeamScore
public void setAwayTeamScore(int awayTeamScore)
Copyright © 2013. All rights reserved.