net.sf.imca.model
Class DesignBO

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

public class DesignBO
extends java.lang.Object

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

Author:
dougculnane

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

DesignBO

public DesignBO()
Method Detail

getEntity

public DesignEntity getEntity()
Get the persistence entity.

Returns:
The persistence entity for this Business Object.

setEntity

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