net.sf.imca.model.entities
Class BoatVersionEntity

java.lang.Object
  extended by 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

Constructor Summary
BoatVersionEntity()
           
 
Method Summary
 BoatEntity getBoat()
           
 java.lang.String getDescription()
           
 java.util.Collection<FoilEntity> getFoils()
           
 long getId()
           
 java.util.Collection<MastEntity> getMasts()
           
 java.util.Collection<SailEntity> getSails()
           
 void setBoat(BoatEntity boat)
           
 void setDescription(java.lang.String description)
           
 void setFoils(java.util.Collection<FoilEntity> foils)
           
 void setId(long id)
           
 void setMasts(java.util.Collection<MastEntity> masts)
           
 void setSails(java.util.Collection<SailEntity> sails)
           
 java.lang.String toString()
          Override the Object method to give a usable human readable representation of the Object.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

BoatVersionEntity

public BoatVersionEntity()
Method Detail

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.