Package com.saperion.wf
Class EscalationHoldInfoImpl
- java.lang.Object
-
- com.saperion.wf.WorkflowDataHolder
-
- com.saperion.wf.EscalationHoldInfoImpl
-
- All Implemented Interfaces:
EscalationHoldInfo
,java.io.Serializable
public final class EscalationHoldInfoImpl extends WorkflowDataHolder implements EscalationHoldInfo
Escalation and hold info class.- Author:
- rbo
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description EscalationHoldInfoImpl(java.util.Map<java.lang.String,java.lang.Object> propertyMap)
Constructor from property map.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.Date
getEscalationDate()
int
getEscalationId()
java.util.Date
getHoldDate()
java.util.Date
getPoolEscalationDate()
void
writeXML(org.xml.sax.ContentHandler hd, java.lang.String partName)
Writes data as xml part.-
Methods inherited from class com.saperion.wf.WorkflowDataHolder
getDateValue, getIntValue, getStringValue
-
-
-
-
Method Detail
-
writeXML
public void writeXML(org.xml.sax.ContentHandler hd, java.lang.String partName) throws org.xml.sax.SAXException
Writes data as xml part.- Parameters:
hd
- Content handlerpartName
- Part name- Throws:
org.xml.sax.SAXException
- Exception
-
getEscalationId
public int getEscalationId()
- Specified by:
getEscalationId
in interfaceEscalationHoldInfo
- Returns:
- the escalationId
- See Also:
EscalationHoldInfo.getEscalationId()
-
getEscalationDate
public java.util.Date getEscalationDate()
- Specified by:
getEscalationDate
in interfaceEscalationHoldInfo
- Returns:
- the escalationDate
- See Also:
EscalationHoldInfo.getEscalationDate()
-
getPoolEscalationDate
public java.util.Date getPoolEscalationDate()
- Specified by:
getPoolEscalationDate
in interfaceEscalationHoldInfo
- Returns:
- the poolEscalationDate
- See Also:
EscalationHoldInfo.getPoolEscalationDate()
-
getHoldDate
public java.util.Date getHoldDate()
- Specified by:
getHoldDate
in interfaceEscalationHoldInfo
- Returns:
- the holdDate
- See Also:
EscalationHoldInfo.getHoldDate()
-
-