public class CmpFieldMapping extends Object
| Modifier and Type | Field and Description |
|---|---|
protected List<ColumnName> |
columnName |
protected FetchedWith |
fetchedWith |
protected String |
fieldName |
protected ReadOnly |
readOnly |
| Constructor and Description |
|---|
CmpFieldMapping() |
| Modifier and Type | Method and Description |
|---|---|
List<ColumnName> |
getColumnName() |
FetchedWith |
getFetchedWith() |
String |
getFieldName() |
ReadOnly |
getReadOnly() |
void |
setFetchedWith(FetchedWith value) |
void |
setFieldName(String value) |
void |
setReadOnly(ReadOnly value) |
protected String fieldName
protected List<ColumnName> columnName
protected ReadOnly readOnly
protected FetchedWith fetchedWith
public String getFieldName()
public void setFieldName(String value)
public List<ColumnName> getColumnName()
public ReadOnly getReadOnly()
public void setReadOnly(ReadOnly value)
public FetchedWith getFetchedWith()
public void setFetchedWith(FetchedWith value)
Copyright © 1999–2020 The Apache Software Foundation. All rights reserved.