Package com.saperion.intf.wf
Interface EscalationHoldInfo
-
- All Superinterfaces:
java.io.Serializable
- All Known Implementing Classes:
EscalationHoldInfoImpl
public interface EscalationHoldInfo extends java.io.Serializable
Escalation and hold info interface.- Author:
- rbo
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.Date
getEscalationDate()
int
getEscalationId()
java.util.Date
getHoldDate()
java.util.Date
getPoolEscalationDate()
-
-
-
Method Detail
-
getEscalationId
int getEscalationId()
- Returns:
- the escalationId
-
getEscalationDate
java.util.Date getEscalationDate()
- Returns:
- the escalationDate
-
getPoolEscalationDate
java.util.Date getPoolEscalationDate()
- Returns:
- the poolEscalationDate
-
getHoldDate
java.util.Date getHoldDate()
- Returns:
- the holdDate
-
-