java.lang.Object
net.andresbustamante.yafoot.users.model.User
net.andresbustamante.yafoot.core.model.Player
All Implemented Interfaces:
Serializable, Auditable, Identifiable<Integer>

public final class Player extends User implements Serializable, Identifiable<Integer>, Auditable
A match player.
Author:
andresbustamante
See Also:
  • Constructor Details

    • Player

      public Player(Integer id)
      Constructor for testing purposes only.
      Parameters:
      id - Player ID
    • Player

      public Player(Integer id, String surname, String firstName, String email, String phoneNumber)
      Constructor for testing purposes only.
      Parameters:
      id - Player ID
      surname - Player's surname
      firstName - Player's first name
      email - Player's email
      phoneNumber - Player's phone number