org.tranql.ejb
Class OneToManyCMR

java.lang.Object
  extended byorg.tranql.ejb.OneToManyCMR
All Implemented Interfaces:
CMPFieldTransform, java.io.Serializable

public class OneToManyCMR
extends java.lang.Object
implements CMPFieldTransform

Version:
$Revision: 1.1 $ $Date: 2004/03/21 01:25:31 $
See Also:
Serialized Form

Constructor Summary
OneToManyCMR(CMPFieldTransform next, CMPFieldTransform related)
           
 
Method Summary
 java.lang.Object get(InTxCache cache, CacheRow row)
           
 void set(InTxCache cache, CacheRow a1row, java.lang.Object value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OneToManyCMR

public OneToManyCMR(CMPFieldTransform next,
                    CMPFieldTransform related)
Method Detail

get

public java.lang.Object get(InTxCache cache,
                            CacheRow row)
Specified by:
get in interface CMPFieldTransform

set

public void set(InTxCache cache,
                CacheRow a1row,
                java.lang.Object value)
Specified by:
set in interface CMPFieldTransform


Copyright © -2005 The Codehaus. All Rights Reserved.