Package org.jbpm.process.core.timer
Class Timer
- java.lang.Object
-
- org.jbpm.process.core.timer.Timer
-
- All Implemented Interfaces:
Serializable
public class Timer extends Object implements Serializable
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static intTIME_CYCLEstatic intTIME_DATEstatic intTIME_DURATION
-
Constructor Summary
Constructors Constructor Description Timer()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetDate()StringgetDelay()longgetId()StringgetName()StringgetPeriod()intgetTimeType()voidsetDate(String date)voidsetDelay(String delay)voidsetId(long id)voidsetName(String name)voidsetPeriod(String period)voidsetTimeType(int timeType)StringtoString()
-
-
-
Field Detail
-
TIME_DURATION
public static final int TIME_DURATION
- See Also:
- Constant Field Values
-
TIME_CYCLE
public static final int TIME_CYCLE
- See Also:
- Constant Field Values
-
TIME_DATE
public static final int TIME_DATE
- See Also:
- Constant Field Values
-
-
Method Detail
-
getName
public String getName()
-
setName
public void setName(String name)
-
getId
public long getId()
-
setId
public void setId(long id)
-
getDelay
public String getDelay()
-
setDelay
public void setDelay(String delay)
-
getPeriod
public String getPeriod()
-
setPeriod
public void setPeriod(String period)
-
getDate
public String getDate()
-
setDate
public void setDate(String date)
-
getTimeType
public int getTimeType()
-
setTimeType
public void setTimeType(int timeType)
-
-