Class Player
java.lang.Object
net.andresbustamante.yafoot.users.model.User
net.andresbustamante.yafoot.core.model.Player
- All Implemented Interfaces:
Serializable,Auditable,Identifiable<Integer>
A match player.
- Author:
- andresbustamante
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.andresbustamante.yafoot.commons.model.Auditable
getCreationDate, getModificationDateMethods inherited from interface net.andresbustamante.yafoot.commons.model.Identifiable
getId
-
Constructor Details
-
Player
Constructor for testing purposes only.- Parameters:
id- Player ID
-
Player
Constructor for testing purposes only.- Parameters:
id- Player IDsurname- Player's surnamefirstName- Player's first nameemail- Player's emailphoneNumber- Player's phone number
-