public class SecondaryTable extends Object
| Modifier and Type | Field and Description |
|---|---|
protected List<ColumnPair> |
columnPair |
protected String |
tableName |
| Constructor and Description |
|---|
SecondaryTable() |
| Modifier and Type | Method and Description |
|---|---|
List<ColumnPair> |
getColumnPair() |
String |
getTableName() |
void |
setTableName(String value) |
protected String tableName
protected List<ColumnPair> columnPair
public String getTableName()
public void setTableName(String value)
public List<ColumnPair> getColumnPair()
Copyright © 1999–2021 The Apache Software Foundation. All rights reserved.