java.lang.Object
org.eclipse.dirigible.database.persistence.processors.identity.Identity
public class Identity
extends Object
The Identity transport object.
-
Constructor Summary
Constructors
| Constructor |
Description |
Identity() |
|
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Details
-
Gets the table.
- Returns:
- the table
-
public void setTable(
String table)
Sets the table.
- Parameters:
table - the new table
-
public long getValue()
Gets the value.
- Returns:
- the value
-
public void setValue(long value)
Sets the value.
- Parameters:
value - the new value