Class ResDetail

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

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

    • ResDetail

      public ResDetail()
    • ResDetail

      public ResDetail(String ivoid, Short capIndex, String detailUtype, String detailValue)
      Parameters:
      ivoid -
      capIndex -
      detailUtype -
      detailValue -
  • Method Details

    • getIvoid

      public String getIvoid()
      Returns:
      the ivoid
    • setIvoid

      public void setIvoid(String ivoid)
      Parameters:
      ivoid - the ivoid to set
    • getCapIndex

      public Short getCapIndex()
      Returns:
      the capIndex
    • setCapIndex

      public void setCapIndex(Short capIndex)
      Parameters:
      capIndex - the capIndex to set
    • getDetailUtype

      public String getDetailUtype()
      Returns:
      the detailUtype
    • setDetailUtype

      public void setDetailUtype(String detailUtype)
      Parameters:
      detailUtype - the detailUtype to set
    • getDetailValue

      public String getDetailValue()
    • setDetailValue

      public void setDetailValue(String detailValue)
    • getResource

      public Resource getResource()
    • addToResource

      public void addToResource(Resource resource)
    • hashCode

      public int hashCode()
      overrides @see java.lang.Object#hashCode()
      Overrides:
      hashCode in class Object
    • equals

      public boolean equals(Object obj)
      overrides @see java.lang.Object#equals(java.lang.Object)
      Overrides:
      equals in class Object