Class Car
java.lang.Object
net.andresbustamante.yafoot.core.model.Car
- All Implemented Interfaces:
 Serializable,net.andresbustamante.yafoot.commons.model.Auditable,net.andresbustamante.yafoot.commons.model.Identifiable<Integer>
public final class Car
extends Object
implements Serializable, net.andresbustamante.yafoot.commons.model.Identifiable<Integer>, net.andresbustamante.yafoot.commons.model.Auditable
A car used to go to a match.
- 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
- 
Car
Constructor for testing purposes only.- Parameters:
 id- Car ID
 
 -