Class 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
Author:
Ernst Melchinger
  • Constructor Details

    • ProcessingOrderHistory

      public ProcessingOrderHistory()
  • Method Details

    • getMissionCode

      public String getMissionCode()
      Returns:
      the missionCode
    • getIdentifier

      public String getIdentifier()
      Returns:
      the identifier
    • getCreationTime

      public Instant getCreationTime()
      Returns:
      the creationTime
    • getReleaseTime

      public Instant getReleaseTime()
      Returns:
      the releaseTime
    • getCompletionTime

      public Instant getCompletionTime()
      Returns:
      the completionTime
    • getDeletionTime

      public Instant getDeletionTime()
      Returns:
      the deletionTime
    • getOrderState

      public OrderState getOrderState()
      Returns:
      the orderState
    • getProductTypes

      public Set<String> getProductTypes()
      Returns:
      the productTypes
    • setMissionCode

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

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

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

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

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

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

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

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