Class AltIdentifier

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

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

  • Constructor Details

    • AltIdentifier

      public AltIdentifier(String id)
  • Method Details

    • getResource

      public Resource getResource()
    • setAltId

      public void setAltId(String id)
    • getAltidPK

      public AltIdentifierPK getAltidPK()
      Returns:
      the altidPK
    • setAltidPK

      public void setAltidPK(AltIdentifierPK altidPK)
      Parameters:
      altidPK - the altidPK to set
    • addToResource

      public void addToResource(Resource resource)
    • 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