public class RefColumn extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
protected String |
columnId |
protected String |
tableId |
| Constructor and Description |
|---|
RefColumn() |
RefColumn(String tableId,
String columnId) |
| Modifier and Type | Method and Description |
|---|---|
String |
getColumnId() |
String |
getTableId() |
void |
setColumnId(String columnId) |
void |
setTableId(String tableId) |
String |
toString() |
Copyright © 2018. All Rights Reserved.