Package com.saperion.intf.wf
Interface TimeInfo
- All Superinterfaces:
Serializable
- All Known Implementing Classes:
TimeInfoImpl
Time info interface.
- Author:
- rbo
-
Method Summary
-
Method Details
-
getDuration
int getDuration()- Returns:
- the duration
-
getWorkingTime
int getWorkingTime()- Returns:
- the workingTime
-
getEstWorkingTime
int getEstWorkingTime()- Returns:
- the estWorkingTime
-