Package de.dlr.proseo.model
Klasse MonExtServiceStateOperationMonth
java.lang.Object
de.dlr.proseo.model.PersistentObject
de.dlr.proseo.model.MonExtServiceStateOperationMonth
-
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibunglong
double
void
setDatetime
(Instant datetime) void
setMonExtServiceId
(long monExtServiceId) void
setUpTime
(double upTime) Von Klasse geerbte Methoden de.dlr.proseo.model.PersistentObject
equals, getId, getVersion, hashCode, incrementVersion, setId
-
Konstruktordetails
-
MonExtServiceStateOperationMonth
public MonExtServiceStateOperationMonth()
-
-
Methodendetails
-
getDatetime
- Gibt zurück:
- the datetime
-
getMonExtServiceId
public long getMonExtServiceId()- Gibt zurück:
- the monExtServiceId
-
getUpTime
public double getUpTime()- Gibt zurück:
- the upTime
-
setDatetime
- Parameter:
datetime
- the datetime to set
-
setMonExtServiceId
public void setMonExtServiceId(long monExtServiceId) - Parameter:
monExtServiceId
- the monExtServiceId to set
-
setUpTime
public void setUpTime(double upTime) - Parameter:
upTime
- the upTime to set
-