Method Summary |
|
int | getAssists() Returns the value of the 'Assists' attribute. |
int | getEmptyNetGoals() Returns the value of the 'Empty Net Goals' attribute. |
int | getGamesPlayedIn() Returns the value of the 'Games Played In' attribute. |
int | getGoals() Returns the value of the 'Goals' attribute. |
int | getGoalsAgainst() Returns the value of the 'Goals Against' attribute. |
float | getGoalsAgainstAverage() Returns the value of the 'Goals Against Average' attribute. |
int | getLosses() Returns the value of the 'Losses' attribute. |
int | getMinutesPlayedIn() Returns the value of the 'Minutes Played In' attribute. |
int | getPenaltyMinutes() Returns the value of the 'Penalty Minutes' attribute. |
int | getPoints() Returns the value of the 'Points' attribute. |
int | getSaves() Returns the value of the 'Saves' attribute. |
int | getShutouts() Returns the value of the 'Shutouts' attribute. |
Team | getTeam() Returns the value of the 'Team' reference. |
int | getTies() Returns the value of the 'Ties' attribute. |
int | getWins() Returns the value of the 'Wins' attribute. |
String | getYear() Returns the value of the 'Year' attribute. |
void | setAssists(int value) Sets the value of the '
org.eclipse.ui.examples.views.properties.tabbed.hockeyleague.GoalieStats.getAssists Assists ' attribute. |
void | setEmptyNetGoals(int value) Sets the value of the '
org.eclipse.ui.examples.views.properties.tabbed.hockeyleague.GoalieStats.getEmptyNetGoals Empty Net Goals ' attribute. |
void | setGamesPlayedIn(int value) Sets the value of the '
org.eclipse.ui.examples.views.properties.tabbed.hockeyleague.GoalieStats.getGamesPlayedIn Games Played In ' attribute. |
void | setGoals(int value) Sets the value of the '
org.eclipse.ui.examples.views.properties.tabbed.hockeyleague.GoalieStats.getGoals Goals ' attribute. |
void | setGoalsAgainst(int value) Sets the value of the '
org.eclipse.ui.examples.views.properties.tabbed.hockeyleague.GoalieStats.getGoalsAgainst Goals Against ' attribute. |
void | setGoalsAgainstAverage(float value) Sets the value of the '
org.eclipse.ui.examples.views.properties.tabbed.hockeyleague.GoalieStats.getGoalsAgainstAverage Goals Against Average ' attribute. |
void | setLosses(int value) Sets the value of the '
org.eclipse.ui.examples.views.properties.tabbed.hockeyleague.GoalieStats.getLosses Losses ' attribute. |
void | setMinutesPlayedIn(int value) Sets the value of the '
org.eclipse.ui.examples.views.properties.tabbed.hockeyleague.GoalieStats.getMinutesPlayedIn Minutes Played In ' attribute. |
void | setPenaltyMinutes(int value) Sets the value of the '
org.eclipse.ui.examples.views.properties.tabbed.hockeyleague.GoalieStats.getPenaltyMinutes Penalty Minutes ' attribute. |
void | setPoints(int value) Sets the value of the '
org.eclipse.ui.examples.views.properties.tabbed.hockeyleague.GoalieStats.getPoints Points ' attribute. |
void | setSaves(int value) Sets the value of the '
org.eclipse.ui.examples.views.properties.tabbed.hockeyleague.GoalieStats.getSaves Saves ' attribute. |
void | setShutouts(int value) Sets the value of the '
org.eclipse.ui.examples.views.properties.tabbed.hockeyleague.GoalieStats.getShutouts Shutouts ' attribute. |
void | setTeam(Team value) Sets the value of the '
org.eclipse.ui.examples.views.properties.tabbed.hockeyleague.GoalieStats.getTeam Team ' reference. |
void | setTies(int value) Sets the value of the '
org.eclipse.ui.examples.views.properties.tabbed.hockeyleague.GoalieStats.getTies Ties ' attribute. |
void | setWins(int value) Sets the value of the '
org.eclipse.ui.examples.views.properties.tabbed.hockeyleague.GoalieStats.getWins Wins ' attribute. |
void | setYear(String value) Sets the value of the '
org.eclipse.ui.examples.views.properties.tabbed.hockeyleague.GoalieStats.getYear Year ' attribute. |