Class PointingConstaint

java.lang.Object
org.ivoa.dm.proposal.prop.ObservingConstraint
org.ivoa.dm.proposal.prop.PointingConstaint
All Implemented Interfaces:
org.ivoa.vodml.jpa.JPAManipulations, org.ivoa.vodml.jpa.JPAManipulationsForObjectType<Long>

@Entity @VoDml(id="proposal:PointingConstaint", role=objectType) public abstract class PointingConstaint extends ObservingConstraint implements org.ivoa.vodml.jpa.JPAManipulationsForObjectType<Long>
A constraint that limits the telescope pointing. objectType: PointingConstaint
  • Constructor Details

    • PointingConstaint

      public PointingConstaint()
      Creates a new PointingConstaint
  • Method Details

    • copyMe

      public abstract ObservingConstraint copyMe()
      Specified by:
      copyMe in class ObservingConstraint
    • updateUsing

      public void updateUsing(PointingConstaint other)
      Update this object with the content of the given object. Note that references will remain as is rather than be copied.
      Parameters:
      other - the object to be copied.
    • forceLoad

      public void forceLoad()
      Specified by:
      forceLoad in interface org.ivoa.vodml.jpa.JPAManipulations
      Overrides:
      forceLoad in class ObservingConstraint
    • jpaClone

      public void jpaClone(jakarta.persistence.EntityManager em)
      Specified by:
      jpaClone in interface org.ivoa.vodml.jpa.JPAManipulations
      Overrides:
      jpaClone in class ObservingConstraint
    • persistRefs

      public void persistRefs(jakarta.persistence.EntityManager _em)
      Specified by:
      persistRefs in interface org.ivoa.vodml.jpa.JPAManipulations
      Overrides:
      persistRefs in class ObservingConstraint