Class EngineeringDeliverablesPackage.DeliverableStatus

java.lang.Object
neqsim.process.mechanicaldesign.EngineeringDeliverablesPackage.DeliverableStatus
All Implemented Interfaces:
Serializable
Enclosing class:
EngineeringDeliverablesPackage

public static class EngineeringDeliverablesPackage.DeliverableStatus extends Object implements Serializable
Status of a single deliverable generation.
Version:
1.0
Author:
esol
See Also:
  • Field Details

  • Constructor Details

    • DeliverableStatus

      public DeliverableStatus(StudyClass.DeliverableType type)
      Constructor.
      Parameters:
      type - the deliverable type
  • Method Details

    • getType

      public StudyClass.DeliverableType getType()
      Get the deliverable type.
      Returns:
      deliverable type
    • isSuccess

      public boolean isSuccess()
      Check if generation was successful.
      Returns:
      true if successful
    • getMessage

      public String getMessage()
      Get the status message.
      Returns:
      message
    • getDurationMs

      public long getDurationMs()
      Get the generation duration in milliseconds.
      Returns:
      duration in ms