Class ProcessHierarchy
java.lang.Object
org.odpi.openmetadata.accessservices.dataengine.model.ProcessHierarchy
- All Implemented Interfaces:
Serializable
ProcessHierarchy is a java bean used to create ProcessHierarchy relationships.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
Gets child process.Gets parent process.Gets process containment type.int
hashCode()
void
setChildProcess
(String childProcess) Sets child process.void
setParentProcess
(String parentProcess) Sets parent process.void
setProcessContainmentType
(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
-
canEqual
-
hashCode
public int hashCode() -
toString
-