Package de.dlr.proseo.sampleproc
Klasse SampleProduct
java.lang.Object
de.dlr.proseo.sampleproc.SampleProduct
Dummy product for use with the prosEO Sample Processor
- Autor:
- Dr. Thomas Bassler
-
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungGets the generation timegetId()Gets the product identifierGets the revisionGets the sensing start timeGets the sensing stop timegetType()Gets the product typevoidsetGenerationTime(Instant generationTime) Sets the generation timevoidSets the product identifiervoidsetRevision(Integer revision) Sets the revisionvoidsetStartTime(Instant startTime) Sets the sensing start timevoidsetStopTime(Instant stopTime) Sets the sensing stop timevoidSets the product type
-
Konstruktordetails
-
SampleProduct
public SampleProduct()
-
-
Methodendetails
-
getId
Gets the product identifier- Gibt zurück:
- the id
-
setId
Sets the product identifier- Parameter:
id- the id to set
-
getType
Gets the product type- Gibt zurück:
- the type
-
setType
Sets the product type- Parameter:
type- the type to set
-
getStartTime
Gets the sensing start time- Gibt zurück:
- the startTime
-
setStartTime
Sets the sensing start time- Parameter:
startTime- the startTime to set
-
getStopTime
Gets the sensing stop time- Gibt zurück:
- the stopTime
-
setStopTime
Sets the sensing stop time- Parameter:
stopTime- the stopTime to set
-
getGenerationTime
Gets the generation time- Gibt zurück:
- the generationTime
-
setGenerationTime
Sets the generation time- Parameter:
generationTime- the generationTime to set
-
getRevision
Gets the revision- Gibt zurück:
- the revision
-
setRevision
Sets the revision- Parameter:
revision- the revision to set
-