Package com.saperion.wf
Class TimeInfoImpl
java.lang.Object
com.saperion.wf.WorkflowDataHolder
com.saperion.wf.TimeInfoImpl
- All Implemented Interfaces:
TimeInfo
,Serializable
Time info class.
- Author:
- rbo
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionTimeInfoImpl
(Map<String, Object> propertyMap, boolean isBC) Constructor from property map. -
Method Summary
Modifier and TypeMethodDescriptionint
int
int
void
writeXML
(ContentHandler hd, String partName) Writes data as xml part.Methods inherited from class com.saperion.wf.WorkflowDataHolder
getDateValue, getIntValue, getStringValue
-
Constructor Details
-
TimeInfoImpl
Constructor from property map.- Parameters:
propertyMap
- Property MapisBC
- Is BC time info
-
-
Method Details
-
writeXML
Writes data as xml part.- Parameters:
hd
- Content handlerpartName
- Part name- Throws:
SAXException
- Exception
-
getDuration
public int getDuration()- Specified by:
getDuration
in interfaceTimeInfo
- Returns:
- the duration
- See Also:
-
getWorkingTime
public int getWorkingTime()- Specified by:
getWorkingTime
in interfaceTimeInfo
- Returns:
- the workingTime
- See Also:
-
getEstWorkingTime
public int getEstWorkingTime()- Specified by:
getEstWorkingTime
in interfaceTimeInfo
- Returns:
- the estWorkingTime
- See Also:
-