Class ResTable

java.lang.Object
org.javastro.ivoa.entities.regtap.ResTable
All Implemented Interfaces:
Serializable

@Entity public class ResTable extends Object implements Serializable
Author:
Paul Harrison <paul.harrison@manchester.ac.uk> 04-Feb-2013
See Also:
  • Field Details

  • Constructor Details

    • ResTable

      public ResTable()
    • ResTable

      public ResTable(String name, String type)
    • ResTable

      public ResTable(ResTablePK resTablePK)
    • ResTable

      public ResTable(ResTablePK resTablePK, String tableName, String tableType)
    • ResTable

      public ResTable(String ivoid, Short schemaIndex, short tableIndex)
  • Method Details

    • getResTablePK

      public ResTablePK getResTablePK()
    • getSchemaIndex

      public short getSchemaIndex()
    • setSchemaIndex

      public void setSchemaIndex(short schemaIndex)
    • setResTablePK

      public void setResTablePK(ResTablePK resTablePK)
    • getName

      public String getName()
    • setName

      public void setName(String name)
    • getTitle

      public String getTitle()
    • setTitle

      public void setTitle(String title)
    • getType

      public String getType()
    • setType

      public void setType(String type)
    • getUtype

      public String getUtype()
    • setUtype

      public void setUtype(String utype)
    • getDescription

      public String getDescription()
    • setDescription

      public void setDescription(String description)
    • getTableColumnList

      public List<TableColumn> getTableColumnList()
    • getResource

      public Resource getResource()
    • addToSchema

      public void addToSchema(ResSchema schema)
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • equals

      public boolean equals(Object object)
      Overrides:
      equals in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • getIndex

      public short getIndex()
    • setPKIndex

      public void setPKIndex(short idx)
    • setIvoid

      public void setIvoid(String i)
      overrides @see org.javastro.ivoa.entities.regtap.PKIndex#setIvoid(java.lang.String)