public class CmpFieldMapping
extends java.lang.Object
| Modifier and Type | Field and Description | 
|---|---|
protected java.util.List<ColumnName> | 
columnName  | 
protected FetchedWith | 
fetchedWith  | 
protected java.lang.String | 
fieldName  | 
protected ReadOnly | 
readOnly  | 
| Constructor and Description | 
|---|
CmpFieldMapping()  | 
| Modifier and Type | Method and Description | 
|---|---|
java.util.List<ColumnName> | 
getColumnName()  | 
FetchedWith | 
getFetchedWith()  | 
java.lang.String | 
getFieldName()  | 
ReadOnly | 
getReadOnly()  | 
void | 
setFetchedWith(FetchedWith value)  | 
void | 
setFieldName(java.lang.String value)  | 
void | 
setReadOnly(ReadOnly value)  | 
protected java.lang.String fieldName
protected java.util.List<ColumnName> columnName
protected ReadOnly readOnly
protected FetchedWith fetchedWith
public java.lang.String getFieldName()
public void setFieldName(java.lang.String value)
public java.util.List<ColumnName> getColumnName()
public ReadOnly getReadOnly()
public void setReadOnly(ReadOnly value)
public FetchedWith getFetchedWith()
public void setFetchedWith(FetchedWith value)