Class ProcessHierarchy
java.lang.Object
org.odpi.openmetadata.accessservices.dataengine.model.ProcessHierarchy
- All Implemented Interfaces:
Serializable
The type Process hierarchy.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanGets child process.Gets parent process.Gets process containment type.inthashCode()voidsetChildProcess(String childProcess) Sets child process.voidsetParentProcess(String parentProcess) Sets parent process.voidsetProcessContainmentType(ProcessContainmentType processContainmentType) Sets process containment type.toString()
-
Constructor Details
-
ProcessHierarchy
public ProcessHierarchy()
-
-
Method Details
-
getParentProcess
Gets parent process.- Returns:
- the parent process
-
getChildProcess
Gets child process.- Returns:
- the child process
-
getProcessContainmentType
Gets process containment type.- Returns:
- the process containment type
-
setParentProcess
Sets parent process.- Parameters:
parentProcess- the parent process
-
setChildProcess
Sets child process.- Parameters:
childProcess- the child process
-
setProcessContainmentType
Sets process containment type.- Parameters:
processContainmentType- the process containment type
-
equals
-
hashCode
public int hashCode() -
toString
-