Package org.flowable.bpmn.model
Class TimerEventDefinition
- java.lang.Object
-
- org.flowable.bpmn.model.BaseElement
-
- org.flowable.bpmn.model.EventDefinition
-
- org.flowable.bpmn.model.TimerEventDefinition
-
- All Implemented Interfaces:
HasExtensionAttributes
public class TimerEventDefinition extends EventDefinition
- Author:
- Tijs Rademakers
-
-
Field Summary
Fields Modifier and Type Field Description protected StringcalendarNameprotected StringendDateprotected StringtimeCycleprotected StringtimeDateprotected StringtimeDuration-
Fields inherited from class org.flowable.bpmn.model.BaseElement
attributes, extensionElements, id, xmlColumnNumber, xmlRowNumber
-
-
Constructor Summary
Constructors Constructor Description TimerEventDefinition()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TimerEventDefinitionclone()StringgetCalendarName()StringgetEndDate()StringgetTimeCycle()StringgetTimeDate()StringgetTimeDuration()voidsetCalendarName(String calendarName)voidsetEndDate(String endDate)voidsetTimeCycle(String timeCycle)voidsetTimeDate(String timeDate)voidsetTimeDuration(String timeDuration)voidsetValues(TimerEventDefinition otherDefinition)-
Methods inherited from class org.flowable.bpmn.model.BaseElement
addAttribute, addExtensionElement, getAttributes, getAttributeValue, getExtensionElements, getId, getXmlColumnNumber, getXmlRowNumber, setAttributes, setExtensionElements, setId, setValues, setXmlColumnNumber, setXmlRowNumber
-
-
-
-
Method Detail
-
getTimeDate
public String getTimeDate()
-
setTimeDate
public void setTimeDate(String timeDate)
-
getTimeDuration
public String getTimeDuration()
-
setTimeDuration
public void setTimeDuration(String timeDuration)
-
getTimeCycle
public String getTimeCycle()
-
setTimeCycle
public void setTimeCycle(String timeCycle)
-
setEndDate
public void setEndDate(String endDate)
-
getEndDate
public String getEndDate()
-
getCalendarName
public String getCalendarName()
-
setCalendarName
public void setCalendarName(String calendarName)
-
clone
public TimerEventDefinition clone()
- Specified by:
clonein classEventDefinition
-
setValues
public void setValues(TimerEventDefinition otherDefinition)
-
-