Class WorkflowExecutionDispatchByEnvironment

java.lang.Object
flexagon.ff.common.core.pojos.BasePOJO
flexagon.fd.model.pojos.workflowexecution.dispatch.WorkflowExecutionDispatchByEnvironment
All Implemented Interfaces:
Serializable

public class WorkflowExecutionDispatchByEnvironment extends BasePOJO
See Also:
  • Constructor Details

    • WorkflowExecutionDispatchByEnvironment

      public WorkflowExecutionDispatchByEnvironment()
  • Method Details

    • toString

      public String toString()
      Description copied from class: BasePOJO
      Returns custom String representation implemented by walking complete object structure.
      Overrides:
      toString in class BasePOJO
      Returns:
      a String representation of this object
    • sortByDeployPriority

      public void sortByDeployPriority()
    • getAllowedDeployPriorityForDispatch

      public int getAllowedDeployPriorityForDispatch()
    • setEnvironmentId

      public void setEnvironmentId(Long pEnvironmentId)
    • getEnvironmentId

      public Long getEnvironmentId()
    • setEnvironmentName

      public void setEnvironmentName(String pEnvironmentName)
    • getEnvironmentName

      public String getEnvironmentName()
    • getDispatchItems

      public List<WorkflowExecutionDispatchItem> getDispatchItems()
    • checkDuplicateRunningExecution

      public WorkflowExecutionDispatchItem checkDuplicateRunningExecution(WorkflowExecutionDispatchItem pItem)