Package de.dlr.proseo.model
Klasse MonProductProduction
java.lang.Object
de.dlr.proseo.model.PersistentObject
de.dlr.proseo.model.MonProductProduction
- Bekannte direkte Unterklassen:
MonProductProductionDay
,MonProductProductionHour
,MonProductProductionMonth
-
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungint
getCount()
long
int
int
int
int
int
int
void
setCount
(int count) void
setDatetime
(Instant datetime) void
setFileSize
(long fileSize) void
setMission
(Mission mission) void
setProductionLatencyAvg
(int productionLatencyAvg) void
setProductionLatencyMax
(int productionLatencyMax) void
setProductionLatencyMin
(int productionLatencyMin) void
setProductionType
(String productionType) void
setTotalLatencyAvg
(int totalLatencyAvg) void
setTotalLatencyMax
(int totalLatencyMax) void
setTotalLatencyMin
(int totalLatencyMin) Von Klasse geerbte Methoden de.dlr.proseo.model.PersistentObject
equals, getId, getVersion, hashCode, incrementVersion, setId
-
Konstruktordetails
-
MonProductProduction
public MonProductProduction()
-
-
Methodendetails
-
getMission
- Gibt zurück:
- the mission
-
getFileSize
public long getFileSize()- Gibt zurück:
- the fileSize
-
getCount
public int getCount()- Gibt zurück:
- the count
-
getProductionType
- Gibt zurück:
- the productionType
-
getProductionLatencyMin
public int getProductionLatencyMin()- Gibt zurück:
- the productionLatencyMin
-
getProductionLatencyMax
public int getProductionLatencyMax()- Gibt zurück:
- the productionLatencyMax
-
getProductionLatencyAvg
public int getProductionLatencyAvg()- Gibt zurück:
- the productionLatencyAvg
-
getTotalLatencyMin
public int getTotalLatencyMin()- Gibt zurück:
- the totalLatencyMin
-
getTotalLatencyMax
public int getTotalLatencyMax()- Gibt zurück:
- the totalLatencyMax
-
getTotalLatencyAvg
public int getTotalLatencyAvg()- Gibt zurück:
- the totalLatencyAvg
-
getDatetime
- Gibt zurück:
- the datetime
-
setMission
- Parameter:
mission
- the mission to set
-
setFileSize
public void setFileSize(long fileSize) - Parameter:
fileSize
- the fileSize to set
-
setCount
public void setCount(int count) - Parameter:
count
- the count to set
-
setProductionType
- Parameter:
productionType
- the productionType to set
-
setProductionLatencyMin
public void setProductionLatencyMin(int productionLatencyMin) - Parameter:
productionLatencyMin
- the productionLatencyMin to set
-
setProductionLatencyMax
public void setProductionLatencyMax(int productionLatencyMax) - Parameter:
productionLatencyMax
- the productionLatencyMax to set
-
setProductionLatencyAvg
public void setProductionLatencyAvg(int productionLatencyAvg) - Parameter:
productionLatencyAvg
- the productionLatencyAvg to set
-
setTotalLatencyMin
public void setTotalLatencyMin(int totalLatencyMin) - Parameter:
totalLatencyMin
- the totalLatencyMin to set
-
setTotalLatencyMax
public void setTotalLatencyMax(int totalLatencyMax) - Parameter:
totalLatencyMax
- the totalLatencyMax to set
-
setTotalLatencyAvg
public void setTotalLatencyAvg(int totalLatencyAvg) - Parameter:
totalLatencyAvg
- the totalLatencyAvg to set
-
setDatetime
- Parameter:
datetime
- the datetime to set
-