Klasse SampleProduct

java.lang.Object
de.dlr.proseo.sampleproc.SampleProduct

public class SampleProduct extends Object
Dummy product for use with the prosEO Sample Processor
Autor:
Dr. Thomas Bassler
  • Konstruktordetails

    • SampleProduct

      public SampleProduct()
  • Methodendetails

    • getId

      public String getId()
      Gets the product identifier
      Gibt zurück:
      the id
    • setId

      public void setId(String id)
      Sets the product identifier
      Parameter:
      id - the id to set
    • getType

      public String getType()
      Gets the product type
      Gibt zurück:
      the type
    • setType

      public void setType(String type)
      Sets the product type
      Parameter:
      type - the type to set
    • getStartTime

      public Instant getStartTime()
      Gets the sensing start time
      Gibt zurück:
      the startTime
    • setStartTime

      public void setStartTime(Instant startTime)
      Sets the sensing start time
      Parameter:
      startTime - the startTime to set
    • getStopTime

      public Instant getStopTime()
      Gets the sensing stop time
      Gibt zurück:
      the stopTime
    • setStopTime

      public void setStopTime(Instant stopTime)
      Sets the sensing stop time
      Parameter:
      stopTime - the stopTime to set
    • getGenerationTime

      public Instant getGenerationTime()
      Gets the generation time
      Gibt zurück:
      the generationTime
    • setGenerationTime

      public void setGenerationTime(Instant generationTime)
      Sets the generation time
      Parameter:
      generationTime - the generationTime to set
    • getRevision

      public Integer getRevision()
      Gets the revision
      Gibt zurück:
      the revision
    • setRevision

      public void setRevision(Integer revision)
      Sets the revision
      Parameter:
      revision - the revision to set