Package de.dlr.proseo.model
Klasse ProcessingOrderHistory
java.lang.Object
de.dlr.proseo.model.PersistentObject
de.dlr.proseo.model.ProcessingOrderHistory
A history entry for logging the processing times of a production order
- Autor:
- Ernst Melchinger
-
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungvoidsetCompletionTime(Instant completionTime) voidsetCreationTime(Instant creationTime) voidsetDeletionTime(Instant deletionTime) voidsetIdentifier(String identifier) voidsetMissionCode(String missionCode) voidsetOrderState(OrderState orderState) voidsetProductTypes(Set<String> productTypes) voidsetReleaseTime(Instant releaseTime) Von Klasse geerbte Methoden de.dlr.proseo.model.PersistentObject
equals, getId, getVersion, hashCode, incrementVersion, setId
-
Konstruktordetails
-
ProcessingOrderHistory
public ProcessingOrderHistory()
-
-
Methodendetails
-
getMissionCode
- Gibt zurück:
- the missionCode
-
getIdentifier
- Gibt zurück:
- the identifier
-
getCreationTime
- Gibt zurück:
- the creationTime
-
getReleaseTime
- Gibt zurück:
- the releaseTime
-
getCompletionTime
- Gibt zurück:
- the completionTime
-
getDeletionTime
- Gibt zurück:
- the deletionTime
-
getOrderState
- Gibt zurück:
- the orderState
-
getProductTypes
- Gibt zurück:
- the productTypes
-
setMissionCode
- Parameter:
missionCode- the missionCode to set
-
setIdentifier
- Parameter:
identifier- the identifier to set
-
setCreationTime
- Parameter:
creationTime- the creationTime to set
-
setReleaseTime
- Parameter:
releaseTime- the releaseTime to set
-
setCompletionTime
- Parameter:
completionTime- the completionTime to set
-
setDeletionTime
- Parameter:
deletionTime- the deletionTime to set
-
setOrderState
- Parameter:
orderState- the orderState to set
-
setProductTypes
- Parameter:
productType- the productType to set
-