org.apache.openejb.jee.sun
Class CmrFieldMapping

java.lang.Object
  extended by org.apache.openejb.jee.sun.CmrFieldMapping

public class CmrFieldMapping
extends java.lang.Object


Field Summary
protected  java.lang.String cmrFieldName
           
protected  java.util.List<ColumnPair> columnPair
           
protected  FetchedWith fetchedWith
           
 
Constructor Summary
CmrFieldMapping()
           
 
Method Summary
 java.lang.String getCmrFieldName()
           
 java.util.List<ColumnPair> getColumnPair()
           
 FetchedWith getFetchedWith()
           
 void setCmrFieldName(java.lang.String value)
           
 void setFetchedWith(FetchedWith value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

cmrFieldName

protected java.lang.String cmrFieldName

columnPair

protected java.util.List<ColumnPair> columnPair

fetchedWith

protected FetchedWith fetchedWith
Constructor Detail

CmrFieldMapping

public CmrFieldMapping()
Method Detail

getCmrFieldName

public java.lang.String getCmrFieldName()

setCmrFieldName

public void setCmrFieldName(java.lang.String value)

getColumnPair

public java.util.List<ColumnPair> getColumnPair()

getFetchedWith

public FetchedWith getFetchedWith()

setFetchedWith

public void setFetchedWith(FetchedWith value)


Copyright © 1999-2011 The Apache OpenEJB development community. All Rights Reserved.