public class STask extends Object implements SXmlEntity, SEntityWithId
| Constructor and Description |
|---|
STask()
Creates new instance.
|
| Modifier and Type | Method and Description |
|---|---|
STask |
getChildTask()
Returns child task.
|
long |
getContextId() |
Date |
getEscalationTimeout()
Returns the escalation timeout.
|
long |
getId()
Returns the id.
|
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 |
setChildTask(STask childTask)
Sets child task.
|
void |
setContextId(long contextId) |
void |
setEscalationTimeout(Date escalationTimeout)
Sets the escalation timeout.
|
void |
setId(long id) |
public long getId()
SEntityWithIdgetId in interface SEntityWithIdpublic long getContextId()
public Date getEscalationTimeout()
public void setEscalationTimeout(Date escalationTimeout)
escalationTimeout - public STask getChildTask()
public void setChildTask(STask childTask)
childTask - public void setId(long id)
public void setContextId(long contextId)
public void preUnmarshal(javax.xml.bind.Unmarshaller unmarshaller, Object parent)
UnmarshalCallbackpreUnmarshal in interface UnmarshalCallbackparent - 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)
UnmarshalCallbackpostUnmarshal in interface UnmarshalCallbackparent - instance of JAXB mapped class that will reference target.
null when target is root element.Copyright © 2007-2020 Whitestein Technologies. All Rights Reserved.