net.sf.imca.model.entities
Class BoatVersionEntity
java.lang.Object
net.sf.imca.model.entities.BoatVersionEntity
public class BoatVersionEntity
- extends java.lang.Object
An persistence entity description. There is no logic just getter and setters,
for the properties. This Object represents a table in the database and the
properties are fields.
- Author:
- dougculnane
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
BoatVersionEntity
public BoatVersionEntity()
getBoat
public BoatEntity getBoat()
setBoat
public void setBoat(BoatEntity boat)
getId
public long getId()
setId
public void setId(long id)
getFoils
public java.util.Collection<FoilEntity> getFoils()
setFoils
public void setFoils(java.util.Collection<FoilEntity> foils)
getMasts
public java.util.Collection<MastEntity> getMasts()
setMasts
public void setMasts(java.util.Collection<MastEntity> masts)
getSails
public java.util.Collection<SailEntity> getSails()
setSails
public void setSails(java.util.Collection<SailEntity> sails)
toString
public java.lang.String toString()
- Override the Object method to give a usable human readable
representation of the Object.
- Overrides:
toString
in class java.lang.Object
getDescription
public java.lang.String getDescription()
setDescription
public void setDescription(java.lang.String description)
Copyright © 2007-2008 The International Moth Class Association (IMCA).. All Rights Reserved.