Package de.dlr.proseo.sampleproc
Class SampleProduct
java.lang.Object
de.dlr.proseo.sampleproc.SampleProduct
Dummy product for use with the prosEO Sample Processor
- Author:
- Dr. Thomas Bassler
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets 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
-
Constructor Details
-
SampleProduct
public SampleProduct()
-
-
Method Details
-
getId
Gets the product identifier- Returns:
- the id
-
setId
Sets the product identifier- Parameters:
id- the id to set
-
getType
Gets the product type- Returns:
- the type
-
setType
Sets the product type- Parameters:
type- the type to set
-
getStartTime
Gets the sensing start time- Returns:
- the startTime
-
setStartTime
Sets the sensing start time- Parameters:
startTime- the startTime to set
-
getStopTime
Gets the sensing stop time- Returns:
- the stopTime
-
setStopTime
Sets the sensing stop time- Parameters:
stopTime- the stopTime to set
-
getGenerationTime
Gets the generation time- Returns:
- the generationTime
-
setGenerationTime
Sets the generation time- Parameters:
generationTime- the generationTime to set
-
getRevision
Gets the revision- Returns:
- the revision
-
setRevision
Sets the revision- Parameters:
revision- the revision to set
-