net.sf.imca.model
Class FeeBO

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

public class FeeBO
extends java.lang.Object

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

Author:
dougculnane

Constructor Summary
FeeBO()
           
 
Method Summary
 FeeEntity getEntity()
          Get the persistence entity.
 void setEntity(FeeEntity 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

FeeBO

public FeeBO()
Method Detail

getEntity

public FeeEntity getEntity()
Get the persistence entity.

Returns:
The persistence entity for this Business Object.

setEntity

public void setEntity(FeeEntity 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.