net.sf.imca.model
Class MembershipTypeBO

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

public class MembershipTypeBO
extends java.lang.Object

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

Author:
dougculnane

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

MembershipTypeBO

public MembershipTypeBO(MembershipTypeEntity membershipTypeEntity)
Method Detail

getEntity

public MembershipTypeEntity getEntity()
Get the persistence entity.

Returns:
The persistence entity for this Business Object.

setEntity

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