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, getStringValue
public void writeXML(ContentHandler hd, String partName) throws SAXException
hd
- Content handlerpartName
- Part nameSAXException
- Exceptionpublic int getEscalationId()
getEscalationId
in interface EscalationHoldInfo
EscalationHoldInfo.getEscalationId()
public Date getEscalationDate()
getEscalationDate
in interface EscalationHoldInfo
EscalationHoldInfo.getEscalationDate()
public Date getPoolEscalationDate()
getPoolEscalationDate
in interface EscalationHoldInfo
EscalationHoldInfo.getPoolEscalationDate()
public Date getHoldDate()
getHoldDate
in interface EscalationHoldInfo
EscalationHoldInfo.getHoldDate()
Copyright © 2020 Hyland Software Germany GmbH. All rights reserved.