Package org.apache.openejb.jee.sun
Class CmrFieldMapping
- java.lang.Object
-
- org.apache.openejb.jee.sun.CmrFieldMapping
-
public class CmrFieldMapping extends Object
-
-
Field Summary
Fields Modifier and Type Field Description protected StringcmrFieldNameprotected List<ColumnPair>columnPairprotected FetchedWithfetchedWith
-
Constructor Summary
Constructors Constructor Description CmrFieldMapping()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetCmrFieldName()List<ColumnPair>getColumnPair()FetchedWithgetFetchedWith()voidsetCmrFieldName(String value)voidsetFetchedWith(FetchedWith value)
-
-
-
Field Detail
-
cmrFieldName
protected String cmrFieldName
-
columnPair
protected List<ColumnPair> columnPair
-
fetchedWith
protected FetchedWith fetchedWith
-
-
Method Detail
-
getCmrFieldName
public String getCmrFieldName()
-
setCmrFieldName
public void setCmrFieldName(String value)
-
getColumnPair
public List<ColumnPair> getColumnPair()
-
getFetchedWith
public FetchedWith getFetchedWith()
-
setFetchedWith
public void setFetchedWith(FetchedWith value)
-
-