Package org.ivoa.dm.pdl
Class ParameterSemantics
java.lang.Object
org.ivoa.dm.pdl.ParameterSemantics
- All Implemented Interfaces:
org.ivoa.vodml.jpa.JPAManipulations
- Direct Known Subclasses:
IVOASemantics
@MappedSuperclass
@VoDml(id="pdl:ParameterSemantics",
role=dataType)
public abstract class ParameterSemantics
extends Object
implements org.ivoa.vodml.jpa.JPAManipulations
a base type for semantics .
dataType: ParameterSemantics
-
Constructor Summary
ConstructorsConstructorDescriptionCreates a new ParameterSemanticsCopy Constructor. -
Method Summary
Modifier and TypeMethodDescriptionabstract ParameterSemanticscopyMe()make a clone of the object taking into account current polymorhic type.booleanvoidinthashCode()voidupdateUsing(ParameterSemantics other) Update this object with the content of the given object.
-
Constructor Details
-
ParameterSemantics
public ParameterSemantics()Creates a new ParameterSemantics -
ParameterSemantics
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.- 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
-
equals
-
hashCode
public int hashCode()
-