Class MonExtServiceStateOperation

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

@Entity public class MonExtServiceStateOperation extends PersistentObject
The state of an external service at a given point in time
  • Constructor Details

    • MonExtServiceStateOperation

      public MonExtServiceStateOperation()
  • Method Details

    • getMonServiceState

      public MonServiceState getMonServiceState()
      Returns:
      the monServiceState
    • getMonExtService

      public MonExtService getMonExtService()
      Returns:
      the monService
    • getDatetime

      public Instant getDatetime()
      Returns:
      the datetime
    • setMonServiceState

      public void setMonServiceState(MonServiceState monServiceState)
      Parameters:
      monServiceState - the monServiceState to set
    • setMonExtService

      public void setMonExtService(MonExtService monExtService)
      Parameters:
      monExtService - the monExtService to set
    • setDatetime

      public void setDatetime(Instant datetime)
      Parameters:
      datetime - the datetime to set