All Implemented Interfaces:
ElementBase

public class TableInfo extends TableProperties implements ElementBase
Description of a table. These are the values that are returned from UC.
  • Constructor Details

    • TableInfo

      public TableInfo()
      Constructor
  • Method Details

    • getCreated_at

      public long getCreated_at()
      Return the time that the element was created.
      Specified by:
      getCreated_at in interface ElementBase
      Returns:
      date/time as long
    • setCreated_at

      public void setCreated_at(long created_at)
      Set up the time that the element was created.
      Specified by:
      setCreated_at in interface ElementBase
      Parameters:
      created_at - date/time as long
    • getUpdated_at

      public long getUpdated_at()
      Return the time that the element was last updated.
      Specified by:
      getUpdated_at in interface ElementBase
      Returns:
      date/time as long
    • setUpdated_at

      public void setUpdated_at(long updated_at)
      Set up the time that the element was last updated.
      Specified by:
      setUpdated_at in interface ElementBase
      Parameters:
      updated_at - date/time as long
    • getTable_id

      public String getTable_id()
      Return the internal identifier of the table.
      Returns:
      string
    • setTable_id

      public void setTable_id(String table_id)
      Set up the internal identifier of the table.
      Parameters:
      table_id - string
    • toString

      public String toString()
      Standard toString method.
      Overrides:
      toString in class TableProperties
      Returns:
      print out of variables in a JSON-style
    • equals

      public boolean equals(Object objectToCompare)
      Compare the values of the supplied object with those stored in the current object.
      Overrides:
      equals in class TableProperties
      Parameters:
      objectToCompare - supplied object
      Returns:
      boolean result of comparison
    • hashCode

      public int hashCode()
      Return hash code based on properties.
      Overrides:
      hashCode in class TableProperties
      Returns:
      int