public class Identity extends Object
| Constructor and Description |
|---|
Identity() |
| Modifier and Type | Method and Description |
|---|---|
String |
getTable()
Gets the table.
|
long |
getValue()
Gets the value.
|
void |
setTable(String table)
Sets the table.
|
void |
setValue(long value)
Sets the value.
|
public String getTable()
public void setTable(String table)
table - the new tablepublic long getValue()
public void setValue(long value)
value - the new valueCopyright © 2010–2018 Eclipse Foundation. All rights reserved.