public final class TimeInfoImpl extends WorkflowDataHolder implements TimeInfo
Constructor and Description |
---|
TimeInfoImpl(Map<String,Object> propertyMap,
boolean isBC)
Constructor from property map.
|
Modifier and Type | Method and Description |
---|---|
int |
getDuration() |
int |
getEstWorkingTime() |
int |
getWorkingTime() |
void |
writeXML(ContentHandler hd,
String partName)
Writes data as xml part.
|
getDateValue, getIntValue, getStringValue
public void writeXML(ContentHandler hd, String partName) throws SAXException
hd
- Content handlerpartName
- Part nameSAXException
- Exceptionpublic int getDuration()
getDuration
in interface TimeInfo
TimeInfo.getDuration()
public int getWorkingTime()
getWorkingTime
in interface TimeInfo
TimeInfo.getWorkingTime()
public int getEstWorkingTime()
getEstWorkingTime
in interface TimeInfo
TimeInfo.getEstWorkingTime()
Copyright © 2016 SAPERION AG. All rights reserved.