net.sf.imca.model.entities
Class EventEntryEntity

java.lang.Object
  extended by net.sf.imca.model.entities.EventEntryEntity

public class EventEntryEntity
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
EventEntryEntity()
           
 
Method Summary
 BoatEntity getBoat()
           
 java.lang.String getBoatName()
           
 BoatVersionEntity getBoatVersion()
           
 EventEntity getEvent()
           
 FeeEntity getFee()
           
 long getId()
           
 PersonEntity getPerson()
           
 SailingClubEntity getSailingClub()
           
 java.lang.String getSailNumber()
           
 void setBoat(BoatEntity boat)
           
 void setBoatName(java.lang.String boatName)
           
 void setBoatVersion(BoatVersionEntity boatVersion)
           
 void setEvent(EventEntity event)
           
 void setFee(FeeEntity fee)
           
 void setId(long id)
           
 void setPerson(PersonEntity person)
           
 void setSailingClub(SailingClubEntity sailingClub)
           
 void setSailNumber(java.lang.String sailNumber)
           
 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

EventEntryEntity

public EventEntryEntity()
Method Detail

getBoat

public BoatEntity getBoat()

setBoat

public void setBoat(BoatEntity boat)

getBoatName

public java.lang.String getBoatName()

setBoatName

public void setBoatName(java.lang.String boatName)

getFee

public FeeEntity getFee()

setFee

public void setFee(FeeEntity fee)

getId

public long getId()

setId

public void setId(long id)

getBoatVersion

public BoatVersionEntity getBoatVersion()

setBoatVersion

public void setBoatVersion(BoatVersionEntity boatVersion)

getPerson

public PersonEntity getPerson()

setPerson

public void setPerson(PersonEntity person)

getSailingClub

public SailingClubEntity getSailingClub()

setSailingClub

public void setSailingClub(SailingClubEntity sailingClub)

getSailNumber

public java.lang.String getSailNumber()

setSailNumber

public void setSailNumber(java.lang.String sailNumber)

getEvent

public EventEntity getEvent()

setEvent

public void setEvent(EventEntity event)

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.