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.DategetEscalationDate()intgetEscalationId()java.util.DategetHoldDate()java.util.DategetPoolEscalationDate()voidwriteXML(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.SAXExceptionWrites data as xml part.- Parameters:
hd- Content handlerpartName- Part name- Throws:
org.xml.sax.SAXException- Exception
-
getEscalationId
public int getEscalationId()
- Specified by:
getEscalationIdin interfaceEscalationHoldInfo- Returns:
- the escalationId
- See Also:
EscalationHoldInfo.getEscalationId()
-
getEscalationDate
public java.util.Date getEscalationDate()
- Specified by:
getEscalationDatein interfaceEscalationHoldInfo- Returns:
- the escalationDate
- See Also:
EscalationHoldInfo.getEscalationDate()
-
getPoolEscalationDate
public java.util.Date getPoolEscalationDate()
- Specified by:
getPoolEscalationDatein interfaceEscalationHoldInfo- Returns:
- the poolEscalationDate
- See Also:
EscalationHoldInfo.getPoolEscalationDate()
-
getHoldDate
public java.util.Date getHoldDate()
- Specified by:
getHoldDatein interfaceEscalationHoldInfo- Returns:
- the holdDate
- See Also:
EscalationHoldInfo.getHoldDate()
-
-