public class BaseColumnMapping extends Object implements ColumnMapping
| Modifier and Type | Field and Description |
|---|---|
protected String |
columnName |
protected String |
name |
protected boolean |
readOnly |
protected String |
type |
| Constructor and Description |
|---|
BaseColumnMapping() |
| Modifier and Type | Method and Description |
|---|---|
String |
getColumnName() |
String |
getName() |
String |
getType() |
boolean |
isReadOnly() |
void |
setColumnName(String columnName) |
void |
setName(String name) |
void |
setReadOnly(boolean readOnly) |
void |
setType(String type) |
protected String name
protected String columnName
protected String type
protected boolean readOnly
public String getName()
getName in interface ColumnMappingpublic void setName(String name)
public String getColumnName()
getColumnName in interface ColumnMappingpublic void setColumnName(String columnName)
public String getType()
getType in interface ColumnMappingpublic void setType(String type)
public boolean isReadOnly()
isReadOnly in interface ColumnMappingpublic void setReadOnly(boolean readOnly)
Copyright © 2019. All rights reserved.