Package org.ivoa.dm.proposal.prop
Class ObservingConstraint
java.lang.Object
org.ivoa.dm.proposal.prop.ObservingConstraint
- All Implemented Interfaces:
- org.ivoa.vodml.jpa.JPAManipulations,- org.ivoa.vodml.jpa.JPAManipulationsForObjectType<Long>
- Direct Known Subclasses:
- PointingConstaint,- TimingConstraint
@Entity
@VoDml(id="proposal:ObservingConstraint",
       role=objectType)
public abstract class ObservingConstraint
extends Object
implements org.ivoa.vodml.jpa.JPAManipulationsForObjectType<Long>
a form of constraint on the observation.
 objectType:  ObservingConstraint
- 
Field SummaryFields
- 
Constructor SummaryConstructorsConstructorDescriptionCreates a new ObservingConstraintCopy Constructor.
- 
Method SummaryModifier and TypeMethodDescriptionabstract ObservingConstraintcopyMe()make a clone of the object taking into account current polymorhic type.voidgetId()voidupdateUsing(ObservingConstraint other) Update this object with the content of the given object.Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.ivoa.vodml.jpa.JPAManipulationsForObjectTypedelete
- 
Field Details- 
_idinserted database key
 
- 
- 
Constructor Details- 
ObservingConstraintpublic ObservingConstraint()Creates a new ObservingConstraint
- 
ObservingConstraintCopy Constructor. Note that references will remain as is rather than be copied.- Parameters:
- other- the object to be copied.
 
 
- 
- 
Method Details- 
getId- Specified by:
- getIdin interface- org.ivoa.vodml.jpa.JPAManipulationsForObjectType<Long>
- Returns:
- the id
 
- 
copyMemake a clone of the object taking into account current polymorhic type.- Returns:
- the cloned object.
 
- 
updateUsingUpdate 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.
 
- 
forceLoadpublic void forceLoad()- Specified by:
- forceLoadin interface- org.ivoa.vodml.jpa.JPAManipulations
 
 
-