Class TargetObservation

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

@Entity @VoDml(id="proposal:TargetObservation", role=objectType) public class TargetObservation extends Observation implements org.ivoa.vodml.jpa.JPAManipulationsForObjectType<Long>
an observation of the scientific target . objectType: TargetObservation
  • Constructor Details

    • TargetObservation

      public TargetObservation()
      Creates a new TargetObservation
    • TargetObservation

      public TargetObservation(List<Target> target, Field field, TechnicalGoal technicalGoal, List<ObservingConstraint> constraints)
      full parameter constructor.
      Parameters:
      target - The actual target of the observation.
      field - The Field for the observation.
      technicalGoal - The technical goals of the observation.
      constraints - any constraints on the observation.
    • TargetObservation

      public TargetObservation(TargetObservation other)
      Copy Constructor. Note that references will remain as is rather than be copied.
      Parameters:
      other - the object to be copied.
    • TargetObservation

      public TargetObservation(Observation superinstance)
      Constructor from supertype instance.
      Parameters:
      superinstance - The supertype.
  • Method Details

    • copyMe

      public Observation copyMe()
      Specified by:
      copyMe in class Observation
    • updateClonedReferences

      public void updateClonedReferences()
      updates any cloned references that are contained within the hierarchy.
      Overrides:
      updateClonedReferences in class Observation
    • updateUsing

      public void updateUsing(TargetObservation 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.
    • createTargetObservation

      public static TargetObservation createTargetObservation(Consumer<TargetObservation.TargetObservationBuilder> f)
      create a TargetObservation in functional builder style.
      Parameters:
      f - the functional builder.
      Returns:
      an object initialized from the builder.
    • forceLoad

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

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

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