net.sf.imca.model.entities
Class SailEntity
java.lang.Object
net.sf.imca.model.entities.SailEntity
public class SailEntity
- 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 |
SailEntity
public SailEntity()
getId
public long getId()
setId
public void setId(long id)
getMeasurer
public PersonEntity getMeasurer()
setMeasurer
public void setMeasurer(PersonEntity measurer)
getSailmaker
public EquipmentSupplierEntity getSailmaker()
setSailmaker
public void setSailmaker(EquipmentSupplierEntity sailmaker)
getMeasuredDate
public java.util.Date getMeasuredDate()
setMeasuredDate
public void setMeasuredDate(java.util.Date measuredDate)
getType
public java.lang.String getType()
setType
public void setType(java.lang.String type)
getDescription
public java.lang.String getDescription()
setDescription
public void setDescription(java.lang.String description)
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
Copyright © 2007-2008 The International Moth Class Association (IMCA).. All Rights Reserved.