public class Column extends Object
Constructor and Description |
---|
Column() |
Column(String property,
String column,
String type) |
Modifier and Type | Method and Description |
---|---|
String |
getColumn() |
String |
getProperty() |
String |
getType() |
void |
setColumn(String column) |
void |
setProperty(String property) |
void |
setType(String type) |