net.sf.imca.model
Class EventBO

java.lang.Object
  extended by net.sf.imca.model.EventBO

public class EventBO
extends java.lang.Object

Business Object representing the properties, persistence and functionality of the IMCA domain object.

Author:
dougculnane

Constructor Summary
EventBO()
           
 
Method Summary
 EventEntity getEntity()
          Get the persistence entity.
 void setEntity(EventEntity entity)
          Set the persistence entity.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EventBO

public EventBO()
Method Detail

getEntity

public EventEntity getEntity()
Get the persistence entity.

Returns:
The persistence entity for this Business Object.

setEntity

public void setEntity(EventEntity entity)
Set the persistence entity.

Parameters:
entity - The new persistence entity for this Business Object.


Copyright © 2007-2008 The International Moth Class Association (IMCA).. All Rights Reserved.