public class SEscalation extends Object implements SXmlEntity, SEntityWithId
Constructor and Description |
---|
SEscalation()
Creates new instance.
|
Modifier and Type | Method and Description |
---|---|
String |
getElementId()
Gets the identifier of the escalation flow element which generated this
escalation.
|
String |
getEscalationCode()
Gets the code of this escalation.
|
long |
getId()
Returns the id.
|
SSimpleValue |
getPayload()
Gets payload of this escalation.
|
long |
getProcessInstanceId()
Gets the identifier of the process instance in which this escalation
was generated.
|
void |
postUnmarshal(javax.xml.bind.Unmarshaller unmarshaller,
Object parent)
Callback method invoked after unmarshalling XML data into target.
|
void |
preUnmarshal(javax.xml.bind.Unmarshaller unmarshaller,
Object parent)
Callback method invoked before unmarshalling into target.
|
void |
setElementId(String elementId) |
void |
setEscalationCode(String escalationCode) |
void |
setId(long id) |
void |
setPayload(SSimpleValue payload) |
void |
setProcessInstanceId(long processInstanceId) |
public String getEscalationCode()
public void setEscalationCode(String escalationCode)
public String getElementId()
public void setElementId(String elementId)
public long getProcessInstanceId()
public void setProcessInstanceId(long processInstanceId)
public SSimpleValue getPayload()
public void setPayload(SSimpleValue payload)
public void preUnmarshal(javax.xml.bind.Unmarshaller unmarshaller, Object parent)
UnmarshalCallback
preUnmarshal
in interface UnmarshalCallback
parent
- instance of JAXB mapped class that will eventually reference target.
null when target is root element.public void postUnmarshal(javax.xml.bind.Unmarshaller unmarshaller, Object parent)
UnmarshalCallback
postUnmarshal
in interface UnmarshalCallback
parent
- instance of JAXB mapped class that will reference target.
null when target is root element.public long getId()
SEntityWithId
getId
in interface SEntityWithId
public void setId(long id)
Copyright © 2007-2020 Whitestein Technologies. All Rights Reserved.