java.lang.Object
org.odpi.openmetadata.accessservices.dataengine.model.ProcessHierarchy
All Implemented Interfaces:
Serializable

public class ProcessHierarchy extends Object implements Serializable
ProcessHierarchy is a java bean used to create ProcessHierarchy relationships.
See Also:
  • Constructor Details

    • ProcessHierarchy

      public ProcessHierarchy()
  • Method Details

    • getParentProcess

      public String getParentProcess()
      Gets parent process.
      Returns:
      the parent process
    • getChildProcess

      public String getChildProcess()
      Gets child process.
      Returns:
      the child process
    • getProcessContainmentType

      public ProcessContainmentType getProcessContainmentType()
      Gets process containment type.
      Returns:
      the process containment type
    • setParentProcess

      public void setParentProcess(String parentProcess)
      Sets parent process.
      Parameters:
      parentProcess - the parent process
    • setChildProcess

      public void setChildProcess(String childProcess)
      Sets child process.
      Parameters:
      childProcess - the child process
    • setProcessContainmentType

      public void setProcessContainmentType(ProcessContainmentType processContainmentType)
      Sets process containment type.
      Parameters:
      processContainmentType - the process containment type
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • canEqual

      protected boolean canEqual(Object other)
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object