Class Site
java.lang.Object
net.andresbustamante.yafoot.core.model.Site
- All Implemented Interfaces:
Serializable
,Auditable
,Identifiable<Integer>
,Locatable
public final class Site
extends Object
implements Locatable, Identifiable<Integer>, Auditable, Serializable
A site where a match can be played.
- 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, wait
Methods inherited from interface net.andresbustamante.yafoot.commons.model.Auditable
getCreationDate, getModificationDate
Methods inherited from interface net.andresbustamante.yafoot.commons.model.Identifiable
getId
Methods inherited from interface net.andresbustamante.yafoot.commons.model.Locatable
getLocation
-
Constructor Details
-
Site
Constructor for testing purposes only.- Parameters:
id
- Site ID
-