net.sf.imca.model
Class EquipmentSupplierBO

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

public class EquipmentSupplierBO
extends java.lang.Object

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

Author:
dougculnane

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

EquipmentSupplierBO

public EquipmentSupplierBO()
Method Detail

getEntity

public EquipmentSupplierEntity getEntity()
Get the persistence entity.

Returns:
The persistence entity for this Business Object.

setEntity

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