public class GovernanceActionProcessElement extends Object implements MetadataElement, Serializable
| Constructor and Description |
|---|
GovernanceActionProcessElement()
Default constructor
|
GovernanceActionProcessElement(GovernanceActionProcessElement template)
Copy/clone constructor
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object objectToCompare)
Return comparison result based on the content of the properties.
|
ElementHeader |
getElementHeader()
Return the element header associated with the properties.
|
GovernanceActionProcessProperties |
getProcessProperties()
Return details of the process
|
int |
hashCode()
Return hash code for this object
|
void |
setElementHeader(ElementHeader elementHeader)
Set up the element header associated with the properties.
|
void |
setProcessProperties(GovernanceActionProcessProperties processProperties)
Set up process properties
|
String |
toString()
JSON-style toString
|
public GovernanceActionProcessElement()
public GovernanceActionProcessElement(GovernanceActionProcessElement template)
template - object to copypublic ElementHeader getElementHeader()
getElementHeader in interface MetadataElementpublic void setElementHeader(ElementHeader elementHeader)
setElementHeader in interface MetadataElementelementHeader - element header objectpublic GovernanceActionProcessProperties getProcessProperties()
public void setProcessProperties(GovernanceActionProcessProperties processProperties)
processProperties - process propertiespublic String toString()
public boolean equals(Object objectToCompare)
Copyright © 2018–2021 LF AI & Data Foundation. All rights reserved.