public class CmrFieldMapping extends Object
| Modifier and Type | Field and Description |
|---|---|
protected String |
cmrFieldName |
protected List<ColumnPair> |
columnPair |
protected FetchedWith |
fetchedWith |
| Constructor and Description |
|---|
CmrFieldMapping() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCmrFieldName() |
List<ColumnPair> |
getColumnPair() |
FetchedWith |
getFetchedWith() |
void |
setCmrFieldName(String value) |
void |
setFetchedWith(FetchedWith value) |
protected String cmrFieldName
protected List<ColumnPair> columnPair
protected FetchedWith fetchedWith
public String getCmrFieldName()
public void setCmrFieldName(String value)
public List<ColumnPair> getColumnPair()
public FetchedWith getFetchedWith()
public void setFetchedWith(FetchedWith value)
Copyright © 1999–2020 The Apache Software Foundation. All rights reserved.