Class Table

All Implemented Interfaces:
Obj, Queryable, Serializable

public class Table extends AbstractObj implements Queryable
Represents physical data model table. Deserialization only.
See Also:
  • Method Details

    • getDBName

      public String getDBName()
      Returns:
      name of the table in DB
    • getDataLoads

      public Collection<String> getDataLoads()
      Returns:
      collection of TableDataLoad's uris, can return null
    • getWeight

      public Integer getWeight()
      Returns:
      table weight, can return null
    • getActiveDataLoad

      public String getActiveDataLoad()
      Returns:
      uri of active TableDataLoad, can return null
    • toString

      public String toString()
      Overrides:
      toString in class AbstractObj