Class Site
java.lang.Object
net.andresbustamante.yafoot.core.model.Site
- All Implemented Interfaces:
Serializable
,net.andresbustamante.yafoot.commons.model.Auditable
,net.andresbustamante.yafoot.commons.model.Identifiable<Integer>
,net.andresbustamante.yafoot.commons.model.Locatable
public final class Site
extends Object
implements net.andresbustamante.yafoot.commons.model.Locatable, net.andresbustamante.yafoot.commons.model.Identifiable<Integer>, net.andresbustamante.yafoot.commons.model.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
-