public class CmrFieldMapping
extends java.lang.Object
| Modifier and Type | Field and Description | 
|---|---|
| protected java.lang.String | cmrFieldName | 
| protected java.util.List<ColumnPair> | columnPair | 
| protected FetchedWith | fetchedWith | 
| Constructor and Description | 
|---|
| CmrFieldMapping() | 
| Modifier and Type | Method and Description | 
|---|---|
| java.lang.String | getCmrFieldName() | 
| java.util.List<ColumnPair> | getColumnPair() | 
| FetchedWith | getFetchedWith() | 
| void | setCmrFieldName(java.lang.String value) | 
| void | setFetchedWith(FetchedWith value) | 
protected java.lang.String cmrFieldName
protected java.util.List<ColumnPair> columnPair
protected FetchedWith fetchedWith
public java.lang.String getCmrFieldName()
public void setCmrFieldName(java.lang.String value)
public java.util.List<ColumnPair> getColumnPair()
public FetchedWith getFetchedWith()
public void setFetchedWith(FetchedWith value)