public class ProcessCallElement extends Object implements Serializable
| Constructor and Description |
|---|
ProcessCallElement()
Default constructor
|
ProcessCallElement(ProcessCallElement 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 |
getCalled()
Return the element header associated with end 2 of the relationship.
|
ElementHeader |
getCaller()
Return the element header associated with end 1 of the relationship.
|
ElementHeader |
getProcessCallHeader()
Return the element header associated with the relationship.
|
ProcessCallProperties |
getProcessCallProperties()
Return details of the relationship
|
int |
hashCode()
Return hash code for this object
|
void |
setCalled(ElementHeader called)
Set up the element header associated with end 2 of the relationship.
|
void |
setCaller(ElementHeader caller)
Set up the element header associated with end 1 of the relationship.
|
void |
setProcessCallHeader(ElementHeader processCallHeader)
Set up the element header associated with the relationship.
|
void |
setProcessCallProperties(ProcessCallProperties processCallProperties)
Set up relationship properties
|
String |
toString()
JSON-style toString
|
public ProcessCallElement()
public ProcessCallElement(ProcessCallElement template)
template - object to copypublic ElementHeader getProcessCallHeader()
public void setProcessCallHeader(ElementHeader processCallHeader)
processCallHeader - element header objectpublic ProcessCallProperties getProcessCallProperties()
public void setProcessCallProperties(ProcessCallProperties processCallProperties)
processCallProperties - relationship propertiespublic ElementHeader getCaller()
public void setCaller(ElementHeader caller)
caller - element header objectpublic ElementHeader getCalled()
public void setCalled(ElementHeader called)
called - element header objectpublic String toString()
public boolean equals(Object objectToCompare)
Copyright © 2018–2021 LF AI & Data Foundation. All rights reserved.