public final class EscalationHoldInfoImpl extends WorkflowDataHolder implements EscalationHoldInfo
| Constructor and Description |
|---|
EscalationHoldInfoImpl(Map<String,Object> propertyMap)
Constructor from property map.
|
| Modifier and Type | Method and Description |
|---|---|
Date |
getEscalationDate() |
int |
getEscalationId() |
Date |
getHoldDate() |
Date |
getPoolEscalationDate() |
void |
writeXML(ContentHandler hd,
String partName)
Writes data as xml part.
|
getDateValue, getIntValue, getStringValuepublic void writeXML(ContentHandler hd, String partName) throws SAXException
hd - Content handlerpartName - Part nameSAXException - Exceptionpublic int getEscalationId()
getEscalationId in interface EscalationHoldInfoEscalationHoldInfo.getEscalationId()public Date getEscalationDate()
getEscalationDate in interface EscalationHoldInfoEscalationHoldInfo.getEscalationDate()public Date getPoolEscalationDate()
getPoolEscalationDate in interface EscalationHoldInfoEscalationHoldInfo.getPoolEscalationDate()public Date getHoldDate()
getHoldDate in interface EscalationHoldInfoEscalationHoldInfo.getHoldDate()Copyright © 2020 Hyland Software Germany GmbH. All rights reserved.