org.jbpm.process.core.timer
public class Timer extends Object implements Serializable
Modifier and Type | Field and Description |
---|---|
static int |
TIME_CYCLE |
static int |
TIME_DATE |
static int |
TIME_DURATION |
Constructor and Description |
---|
Timer() |
Modifier and Type | Method and Description |
---|---|
String |
getDate() |
String |
getDelay() |
long |
getId() |
String |
getPeriod() |
int |
getTimeType() |
void |
setDate(String date) |
void |
setDelay(String delay) |
void |
setId(long id) |
void |
setPeriod(String period) |
void |
setTimeType(int timeType) |
String |
toString() |
public static final int TIME_DURATION
public static final int TIME_CYCLE
public static final int TIME_DATE
public long getId()
public void setId(long id)
public String getDelay()
public void setDelay(String delay)
public String getPeriod()
public void setPeriod(String period)
public String getDate()
public void setDate(String date)
public int getTimeType()
public void setTimeType(int timeType)
Copyright © 2001-2013 JBoss by Red Hat. All Rights Reserved.