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
Constructor Summary |
Timer()
|
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
Timer
public Timer()
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)
toString
public String toString()
- Overrides:
toString
in class Object
getTimeType
public int getTimeType()
setTimeType
public void setTimeType(int timeType)
Copyright © 2001-2013 JBoss by Red Hat. All Rights Reserved.