org.cementj.base
Class BusinessLogicObject

java.lang.Object
  extended by org.cementj.base.BusinessLogicObject

public abstract class BusinessLogicObject
extends java.lang.Object

Generic functionality for business logic objects.

Copyright: Delta Vortex Technologies, 2003.


Field Summary
protected  TransactionContext _transactionContext
           
 
Constructor Summary
protected BusinessLogicObject()
           
protected BusinessLogicObject(TransactionContext context)
           
 
Method Summary
protected  TransactionContext getTransactionContext()
           
protected  void setTransactionContext(TransactionContext context)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

_transactionContext

protected TransactionContext _transactionContext
Constructor Detail

BusinessLogicObject

protected BusinessLogicObject()

BusinessLogicObject

protected BusinessLogicObject(TransactionContext context)
Method Detail

getTransactionContext

protected TransactionContext getTransactionContext()

setTransactionContext

protected void setTransactionContext(TransactionContext context)


Copyright © 2003 Delta Vortex Technologies, Inc. All Rights Reserved.