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 SummaryConstructorsConstructorDescriptionTimeInfoImpl(Map<String, Object> propertyMap, boolean isBC) Constructor from property map.
- 
Method SummaryModifier and TypeMethodDescriptionintintintvoidwriteXML(ContentHandler hd, String partName) Writes data as xml part.Methods inherited from class com.saperion.wf.WorkflowDataHoldergetDateValue, getIntValue, getStringValue
- 
Constructor Details- 
TimeInfoImplConstructor from property map.- Parameters:
- propertyMap- Property Map
- isBC- Is BC time info
 
 
- 
- 
Method Details- 
writeXMLWrites data as xml part.- Parameters:
- hd- Content handler
- partName- Part name
- Throws:
- SAXException- Exception
 
- 
getDurationpublic int getDuration()- Specified by:
- getDurationin interface- TimeInfo
- Returns:
- the duration
- See Also:
 
- 
getWorkingTimepublic int getWorkingTime()- Specified by:
- getWorkingTimein interface- TimeInfo
- Returns:
- the workingTime
- See Also:
 
- 
getEstWorkingTimepublic int getEstWorkingTime()- Specified by:
- getEstWorkingTimein interface- TimeInfo
- Returns:
- the estWorkingTime
- See Also:
 
 
-