public class Game
extends java.lang.Object
implements java.io.Serializable
Constructor and Description |
---|
Game() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
int |
getAttempts() |
int |
getCompletes() |
java.lang.String |
getId() |
int |
getInterceptions() |
java.lang.String |
getOpponent() |
int |
getPassingTd() |
int |
getPassingYards() |
int |
getReceptions() |
int |
getReceptionYards() |
int |
getRushes() |
int |
getRushYards() |
java.lang.String |
getTeam() |
int |
getTotalTd() |
int |
getWeek() |
int |
getYear() |
int |
hashCode() |
void |
setAttempts(int attempts) |
void |
setCompletes(int completes) |
void |
setId(java.lang.String id) |
void |
setInterceptions(int interceptions) |
void |
setOpponent(java.lang.String opponent) |
void |
setPassingTd(int passingTd) |
void |
setPassingYards(int passingYards) |
void |
setReceptions(int receptions) |
void |
setReceptionYards(int receptionYards) |
void |
setRushes(int rushes) |
void |
setRushYards(int rushYards) |
void |
setTeam(java.lang.String team) |
void |
setTotalTd(int totalTd) |
void |
setWeek(int week) |
void |
setYear(int year) |
java.lang.String |
toString() |
public java.lang.String getId()
public int getYear()
public java.lang.String getTeam()
public int getWeek()
public java.lang.String getOpponent()
public int getCompletes()
public int getAttempts()
public int getPassingYards()
public int getPassingTd()
public int getInterceptions()
public int getRushes()
public int getRushYards()
public int getReceptions()
public int getReceptionYards()
public int getTotalTd()
public void setId(java.lang.String id)
id
- the id to setpublic void setYear(int year)
year
- the year to setpublic void setTeam(java.lang.String team)
team
- the team to setpublic void setWeek(int week)
week
- the week to setpublic void setOpponent(java.lang.String opponent)
opponent
- the opponent to setpublic void setCompletes(int completes)
completes
- the completes to setpublic void setAttempts(int attempts)
attempts
- the attempts to setpublic void setPassingYards(int passingYards)
passingYards
- the passingYards to setpublic void setPassingTd(int passingTd)
passingTd
- the passingTd to setpublic void setInterceptions(int interceptions)
interceptions
- the interceptions to setpublic void setRushes(int rushes)
rushes
- the rushes to setpublic void setRushYards(int rushYards)
rushYards
- the rushYards to setpublic void setReceptions(int receptions)
receptions
- the receptions to setpublic void setReceptionYards(int receptionYards)
receptionYards
- the receptionYards to setpublic void setTotalTd(int totalTd)
totalTd
- the totalTd to setpublic java.lang.String toString()
toString
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object