Package org.ivoa.dm.registry.sia
Class SkySize
java.lang.Object
org.ivoa.dm.registry.sia.SkySize
- All Implemented Interfaces:
 org.ivoa.vodml.jpa.JPAManipulations,org.ivoa.vodml.jpa.JPAManipulationsForObjectType<Long>
@Entity
@VoDml(id="SIA:SkySize",
       role=objectType)
public class SkySize
extends Object
implements org.ivoa.vodml.jpa.JPAManipulationsForObjectType<Long>
.
 objectType:  SkySize
- 
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classA builder class for SkySize, mainly for use in the functional builder pattern. - 
Field Summary
Fields - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionstatic SkySizecreate a SkySize in functional builder style.voiddelete(jakarta.persistence.EntityManager em) voidgetId()getLat()Returns lat Attribute.getLong()Returns long Attribute.voidSet lat Attribute.voidSet long Attribute.voidupdateUsing(SkySize other) Update this object with the content of the given object.fluent setter for lat Attribute.fluent setter for long Attribute. 
- 
Field Details
- 
_id
inserted database key - 
long_
@VoDml(id="SIA:SkySize.long", role=attribute, type="ivoa:real", typeRole=primitiveType) protected Double long_The maximum size in the longitude (R.A.) direction given in degrees . : Attribute long_ : multiplicity 1 - 
lat
@VoDml(id="SIA:SkySize.lat", role=attribute, type="ivoa:real", typeRole=primitiveType) protected Double latThe maximum size in the latitude (Dec.) direction given in degrees . : Attribute lat : multiplicity 1 
 - 
 - 
Constructor Details
- 
SkySize
public SkySize()Creates a new SkySize - 
SkySize
full parameter constructor.- Parameters:
 long_- The maximum size in the longitude (R.A.) direction given in degrees .lat- The maximum size in the latitude (Dec.) direction given in degrees .
 - 
SkySize
Copy 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 interfaceorg.ivoa.vodml.jpa.JPAManipulationsForObjectType<Long>- Returns:
 - the id
 
 - 
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.
 - 
getLong
Returns long Attribute.- Returns:
 - long Attribute
 
 - 
setLong
Set long Attribute.- Parameters:
 pLong- value to set
 - 
withLong
fluent setter for long Attribute.- Parameters:
 pLong- value to set- Returns:
 - SkySize
 
 - 
getLat
Returns lat Attribute.- Returns:
 - lat Attribute
 
 - 
setLat
Set lat Attribute.- Parameters:
 pLat- value to set
 - 
withLat
fluent setter for lat Attribute.- Parameters:
 pLat- value to set- Returns:
 - SkySize
 
 - 
createSkySize
create a SkySize in functional builder style.- Parameters:
 f- the functional builder.- Returns:
 - an object initialized from the builder.
 
 - 
forceLoad
public void forceLoad()- Specified by:
 forceLoadin interfaceorg.ivoa.vodml.jpa.JPAManipulations
 - 
delete
public void delete(jakarta.persistence.EntityManager em) - Specified by:
 deletein interfaceorg.ivoa.vodml.jpa.JPAManipulationsForObjectType<Long>
 
 -