Klasse ProcessingOrderHistory

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

@Entity public class ProcessingOrderHistory extends PersistentObject
A history entry for logging the processing times of a production order
Autor:
Ernst Melchinger
  • Konstruktordetails

    • ProcessingOrderHistory

      public ProcessingOrderHistory()
  • Methodendetails

    • getMissionCode

      public String getMissionCode()
      Gibt zurück:
      the missionCode
    • getIdentifier

      public String getIdentifier()
      Gibt zurück:
      the identifier
    • getCreationTime

      public Instant getCreationTime()
      Gibt zurück:
      the creationTime
    • getReleaseTime

      public Instant getReleaseTime()
      Gibt zurück:
      the releaseTime
    • getCompletionTime

      public Instant getCompletionTime()
      Gibt zurück:
      the completionTime
    • getDeletionTime

      public Instant getDeletionTime()
      Gibt zurück:
      the deletionTime
    • getOrderState

      public OrderState getOrderState()
      Gibt zurück:
      the orderState
    • getProductTypes

      public Set<String> getProductTypes()
      Gibt zurück:
      the productTypes
    • setMissionCode

      public void setMissionCode(String missionCode)
      Parameter:
      missionCode - the missionCode to set
    • setIdentifier

      public void setIdentifier(String identifier)
      Parameter:
      identifier - the identifier to set
    • setCreationTime

      public void setCreationTime(Instant creationTime)
      Parameter:
      creationTime - the creationTime to set
    • setReleaseTime

      public void setReleaseTime(Instant releaseTime)
      Parameter:
      releaseTime - the releaseTime to set
    • setCompletionTime

      public void setCompletionTime(Instant completionTime)
      Parameter:
      completionTime - the completionTime to set
    • setDeletionTime

      public void setDeletionTime(Instant deletionTime)
      Parameter:
      deletionTime - the deletionTime to set
    • setOrderState

      public void setOrderState(OrderState orderState)
      Parameter:
      orderState - the orderState to set
    • setProductTypes

      public void setProductTypes(Set<String> productTypes)
      Parameter:
      productType - the productType to set