Class ParentProcess
java.lang.Object
org.odpi.openmetadata.accessservices.dataengine.model.ParentProcess
- All Implemented Interfaces:
Serializable
The type Parent process.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanGets process containment type.Gets qualified name.inthashCode()voidsetProcessContainmentType(ProcessContainmentType processContainmentType) Sets process containment type.voidsetQualifiedName(String qualifiedName) Sets qualified name.toString()
-
Constructor Details
-
ParentProcess
public ParentProcess()
-
-
Method Details
-
getQualifiedName
Gets qualified name.- Returns:
- the qualified name
-
getProcessContainmentType
Gets process containment type.- Returns:
- the process containment type
-
setQualifiedName
Sets qualified name.- Parameters:
qualifiedName- the qualified name
-
setProcessContainmentType
Sets process containment type.- Parameters:
processContainmentType- the process containment type
-
equals
-
hashCode
public int hashCode() -
toString
-