Package de.dlr.proseo.model
Klasse PersistentObject
java.lang.Object
de.dlr.proseo.model.PersistentObject
- Bekannte direkte Unterklassen:
ClassOutputParameter
,Configuration
,ConfigurationInputFile
,ConfiguredProcessor
,InputFilter
,Job
,JobStep
,Mission
,MonExtService
,MonExtServiceStateOperation
,MonExtServiceStateOperationDay
,MonExtServiceStateOperationMonth
,MonOrderState
,MonProductProduction
,MonService
,MonServiceState
,MonServiceStateOperation
,MonServiceStateOperationDay
,MonServiceStateOperationMonth
,Orbit
,ProcessingFacility
,ProcessingOrder
,Processor
,ProcessorClass
,Product
,ProductArchive
,ProductClass
,ProductFile
,ProductQuery
,SimplePolicy
,SimpleSelectionRule
,Spacecraft
,Task
,Workflow
,WorkflowOption
Abstract superclass of all persistent classes
- Autor:
- Thomas Bassler
-
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungboolean
Test equality of persistent objects based on their unique ID.long
getId()
Gets the id of the persistent objectint
Gets the version of the persistent objectint
hashCode()
void
Increments the version of the persistent objectvoid
setId
(long id) Set the id of the persistent object.
-
Konstruktordetails
-
PersistentObject
public PersistentObject()No-argument constructor that assigns the object id
-
-
Methodendetails
-
setId
public void setId(long id) Set the id of the persistent object.- Parameter:
id
- the id to set
-
getId
public long getId()Gets the id of the persistent object- Gibt zurück:
- the object id
-
getVersion
public int getVersion()Gets the version of the persistent object- Gibt zurück:
- the object version
-
incrementVersion
public void incrementVersion()Increments the version of the persistent object -
hashCode
public int hashCode() -
equals
Test equality of persistent objects based on their unique ID.
-