Class LineupsEntity

    • Constructor Detail

      • LineupsEntity

        protected LineupsEntity()
    • Method Detail

      • getManagers

        public List<ManagerEntity> getManagers()
        Gets list of team managers
        Returns:
        team managers
      • getMatchId

        public long getMatchId()
        Gets match id.
        Returns:
        match id
      • getPreliminary

        public Boolean getPreliminary()
        Flag for Ice Hockey that show if we are dealing with provisional lineup.
        Returns:
        true if provisional lineup
      • getPlayers

        public List<PlayerEntity> getPlayers()
        Gets list of players in lineup.
        Returns:
        player list
      • getTeamOfficials

        public List<TeamOfficialEntity> getTeamOfficials()
        Gets list of team officials
        Returns:
        team officials