Package org.ivoa.dm.proposal.prop
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
-
Field Summary
Fields inherited from class org.ivoa.dm.proposal.prop.ObservingConstraint
_id -
Constructor Summary
ConstructorsConstructorDescriptionCreates a new PointingConstaintCopy Constructor. -
Method Summary
Modifier and TypeMethodDescriptionabstract ObservingConstraintcopyMe()make a clone of the object taking into account current polymorhic type.voidvoidupdateUsing(PointingConstaint other) Update this object with the content of the given object.Methods inherited from class org.ivoa.dm.proposal.prop.ObservingConstraint
getId, updateUsingMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.ivoa.vodml.jpa.JPAManipulationsForObjectType
delete, getId
-
Constructor Details
-
PointingConstaint
public PointingConstaint()Creates a new PointingConstaint -
PointingConstaint
Copy Constructor. Note that references will remain as is rather than be copied.- Parameters:
other- the object to be copied.
-
-
Method Details
-
copyMe
make a clone of the object taking into account current polymorhic type.- Specified by:
copyMein classObservingConstraint- Returns:
- the cloned object.
-
updateUsing
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:
forceLoadin interfaceorg.ivoa.vodml.jpa.JPAManipulations- Overrides:
forceLoadin classObservingConstraint
-