Class ChallengeAttemptWithPlayer


  • public class ChallengeAttemptWithPlayer
    extends ChallengeAttempt
    ChallengeAttemptWithPlayer extends the ChallengeAttempt entity to provide support for queries that need the Player object in addition to the ChallengeAttempt object.
    • Constructor Detail

      • ChallengeAttemptWithPlayer

        public ChallengeAttemptWithPlayer()
    • Method Detail

      • getPlayer

        public Player getPlayer()
        Returns the Player associated with the ChallengeAttempt.
        Returns:
        The player associated with the attempt.
      • setPlayer

        public void setPlayer​(Player player)
        Sets the Player associated with the ChallengeAttempt.
        Parameters:
        player - The Player object to be set.