Class InningScoreEntity

    • Constructor Detail

      • InningScoreEntity

        public InningScoreEntity()
    • Method Detail

      • getInning

        public int getInning()
        Gets inning number
        Returns:
        inning number
      • getScore

        public HomeAway<Integer> getScore()
        Gets scores in this inning
        Returns:
        scores in this inning
      • setInning

        protected void setInning​(int inning)