Package org.ivoa.dm.proposal.prop
Class SolarSystemTarget
java.lang.Object
org.ivoa.dm.proposal.prop.Target
org.ivoa.dm.proposal.prop.SolarSystemTarget
- All Implemented Interfaces:
org.ivoa.vodml.jaxb.XmlIdManagement,org.ivoa.vodml.jpa.JPAManipulations,org.ivoa.vodml.jpa.JPAManipulationsForObjectType<Long>
@Entity
@VoDml(id="proposal:SolarSystemTarget",
role=objectType)
public class SolarSystemTarget
extends Target
implements org.ivoa.vodml.jpa.JPAManipulationsForObjectType<Long>, org.ivoa.vodml.jaxb.XmlIdManagement
.
objectType: SolarSystemTarget
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classA builder class for SolarSystemTarget, mainly for use in the functional builder pattern. -
Field Summary
Fields inherited from class org.ivoa.dm.proposal.prop.Target
_id, sourceName -
Constructor Summary
ConstructorsConstructorDescriptionCreates a new SolarSystemTargetSolarSystemTarget(String sourceName) full parameter constructor.Copy Constructor.SolarSystemTarget(Target superinstance) Constructor from supertype instance. -
Method Summary
Modifier and TypeMethodDescriptioncopyMe()make a clone of the object taking into account current polymorhic type.static SolarSystemTargetcreate a SolarSystemTarget in functional builder style.voiddelete(jakarta.persistence.EntityManager em) voidvoidupdateUsing(SolarSystemTarget other) Update this object with the content of the given object.Methods inherited from class org.ivoa.dm.proposal.prop.Target
getId, getSourceName, getXmlId, hasNaturalKey, setSourceName, setXmlId, updateUsing, withSourceNameMethods 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
getIdMethods inherited from interface org.ivoa.vodml.jaxb.XmlIdManagement
getXmlId, hasNaturalKey, setXmlId
-
Constructor Details
-
SolarSystemTarget
public SolarSystemTarget()Creates a new SolarSystemTarget -
SolarSystemTarget
full parameter constructor.- Parameters:
sourceName- A common name for the source.
-
SolarSystemTarget
Copy Constructor. Note that references will remain as is rather than be copied.- Parameters:
other- the object to be copied.
-
SolarSystemTarget
Constructor from supertype instance.- Parameters:
superinstance- The supertype.
-
-
Method Details
-
copyMe
make a clone of the object taking into account current polymorhic type. -
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.
-
createSolarSystemTarget
public static SolarSystemTarget createSolarSystemTarget(Consumer<SolarSystemTarget.SolarSystemTargetBuilder> f) create a SolarSystemTarget in functional builder style.- Parameters:
f- the functional builder.- Returns:
- an object initialized from the builder.
-
forceLoad
public void forceLoad() -
delete
public void delete(jakarta.persistence.EntityManager em) - Specified by:
deletein interfaceorg.ivoa.vodml.jpa.JPAManipulationsForObjectType<Long>
-