Klasse MonServiceStateOperationMonth

java.lang.Object
de.dlr.proseo.model.PersistentObject
de.dlr.proseo.model.MonServiceStateOperationMonth

@Entity public class MonServiceStateOperationMonth extends PersistentObject
  • Konstruktordetails

    • MonServiceStateOperationMonth

      public MonServiceStateOperationMonth()
  • Methodendetails

    • getDatetime

      public Instant getDatetime()
      Gibt zurück:
      the datetime
    • getMonServiceId

      public long getMonServiceId()
      Gibt zurück:
      the monServiceId
    • getUpTime

      public double getUpTime()
      Gibt zurück:
      the upTime
    • setDatetime

      public void setDatetime(Instant datetime)
      Parameter:
      datetime - the datetime to set
    • setMonServiceId

      public void setMonServiceId(long monServiceId)
      Parameter:
      monServiceId - the monServiceId to set
    • setUpTime

      public void setUpTime(double upTime)
      Parameter:
      upTime - the upTime to set