Class Identity

java.lang.Object
org.eclipse.dirigible.database.persistence.processors.identity.Identity

public class Identity
extends Object
The Identity transport object.
  • Constructor Details

  • Method Details

    • getTable

      public String getTable()
      Gets the table.
      Returns:
      the table
    • setTable

      public void setTable​(String table)
      Sets the table.
      Parameters:
      table - the new table
    • getValue

      public long getValue()
      Gets the value.
      Returns:
      the value
    • setValue

      public void setValue​(long value)
      Sets the value.
      Parameters:
      value - the new value