类 Game

  • 所有已实现的接口:
    java.io.Serializable

    public class Game
    extends java.lang.Object
    implements java.io.Serializable
    另请参阅:
    序列化表格
    • 构造器详细资料

    • 方法详细资料

      • getId

        public java.lang.String getId()
        返回:
        the id
      • getYear

        public int getYear()
        返回:
        the year
      • getTeam

        public java.lang.String getTeam()
        返回:
        the team
      • getWeek

        public int getWeek()
        返回:
        the week
      • getOpponent

        public java.lang.String getOpponent()
        返回:
        the opponent
      • getAttempts

        public int getAttempts()
        返回:
        the attempts
      • getRushes

        public int getRushes()
        返回:
        the rushes
      • getTotalTd

        public int getTotalTd()
        返回:
        the totalTd
      • setId

        public void setId​(java.lang.String id)
        参数:
        id - the id to set
      • setYear

        public void setYear​(int year)
        参数:
        year - the year to set
      • setTeam

        public void setTeam​(java.lang.String team)
        参数:
        team - the team to set
      • setWeek

        public void setWeek​(int week)
        参数:
        week - the week to set
      • setOpponent

        public void setOpponent​(java.lang.String opponent)
        参数:
        opponent - the opponent to set
      • setCompletes

        public void setCompletes​(int completes)
        参数:
        completes - the completes to set
      • setAttempts

        public void setAttempts​(int attempts)
        参数:
        attempts - the attempts to set
      • setPassingYards

        public void setPassingYards​(int passingYards)
        参数:
        passingYards - the passingYards to set
      • setPassingTd

        public void setPassingTd​(int passingTd)
        参数:
        passingTd - the passingTd to set
      • setInterceptions

        public void setInterceptions​(int interceptions)
        参数:
        interceptions - the interceptions to set
      • setRushes

        public void setRushes​(int rushes)
        参数:
        rushes - the rushes to set
      • setRushYards

        public void setRushYards​(int rushYards)
        参数:
        rushYards - the rushYards to set
      • setReceptions

        public void setReceptions​(int receptions)
        参数:
        receptions - the receptions to set
      • setReceptionYards

        public void setReceptionYards​(int receptionYards)
        参数:
        receptionYards - the receptionYards to set
      • setTotalTd

        public void setTotalTd​(int totalTd)
        参数:
        totalTd - the totalTd to set
      • toString

        public java.lang.String toString()
        覆盖:
        toString 在类中 java.lang.Object
      • hashCode

        public int hashCode()
        覆盖:
        hashCode 在类中 java.lang.Object
      • equals

        public boolean equals​(java.lang.Object obj)
        覆盖:
        equals 在类中 java.lang.Object