net.sf.imca.model.entities
Class EventEntity

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

public class EventEntity
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
EventEntity()
           
 
Method Summary
 java.util.Collection<EventEntryEntity> getEntries()
           
 long getId()
           
 java.lang.String getLocation()
           
 java.lang.String getName()
           
 java.util.Collection<SailingClubEntity> getSailingClub()
           
 void setEntries(java.util.Collection<EventEntryEntity> entries)
           
 void setId(long id)
           
 void setLocation(java.lang.String location)
           
 void setName(java.lang.String name)
           
 void setSailingClub(java.util.Collection<SailingClubEntity> sailingClub)
           
 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

EventEntity

public EventEntity()
Method Detail

getEntries

public java.util.Collection<EventEntryEntity> getEntries()

setEntries

public void setEntries(java.util.Collection<EventEntryEntity> entries)

getId

public long getId()

setId

public void setId(long id)

getLocation

public java.lang.String getLocation()

setLocation

public void setLocation(java.lang.String location)

getSailingClub

public java.util.Collection<SailingClubEntity> getSailingClub()

setSailingClub

public void setSailingClub(java.util.Collection<SailingClubEntity> sailingClub)

getName

public java.lang.String getName()

setName

public void setName(java.lang.String name)

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.