public class ProcessHierarchy extends Object implements Serializable
| Constructor and Description |
|---|
ProcessHierarchy() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getChildProcess() |
String |
getParentProcess() |
ProcessContainmentType |
getProcessContainmentType() |
int |
hashCode() |
void |
setChildProcess(String childProcess) |
void |
setParentProcess(String parentProcess) |
void |
setProcessContainmentType(ProcessContainmentType processContainmentType) |
String |
toString() |
public String getParentProcess()
public void setParentProcess(String parentProcess)
public String getChildProcess()
public void setChildProcess(String childProcess)
public ProcessContainmentType getProcessContainmentType()
public void setProcessContainmentType(ProcessContainmentType processContainmentType)
Copyright © 2018–2021 LF AI & Data Foundation. All rights reserved.