Package de.dlr.proseo.model
Class MonExtServiceStateOperationMonth
java.lang.Object
de.dlr.proseo.model.PersistentObject
de.dlr.proseo.model.MonExtServiceStateOperationMonth
The percentage of uptime of an external service for a given calendar month
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionlongdoublevoidsetDatetime(Instant datetime) voidsetMonExtServiceId(long monExtServiceId) voidsetUpTime(double upTime) Methods inherited from class de.dlr.proseo.model.PersistentObject
equals, getId, getVersion, hashCode, incrementVersion, setId
-
Constructor Details
-
MonExtServiceStateOperationMonth
public MonExtServiceStateOperationMonth()
-
-
Method Details
-
getDatetime
- Returns:
- the datetime
-
getMonExtServiceId
public long getMonExtServiceId()- Returns:
- the monExtServiceId
-
getUpTime
public double getUpTime()- Returns:
- the upTime
-
setDatetime
- Parameters:
datetime- the datetime to set
-
setMonExtServiceId
public void setMonExtServiceId(long monExtServiceId) - Parameters:
monExtServiceId- the monExtServiceId to set
-
setUpTime
public void setUpTime(double upTime) - Parameters:
upTime- the upTime to set
-