org.jbpm.process.core.timer
Class Timer

java.lang.Object
  extended by org.jbpm.process.core.timer.Timer
All Implemented Interfaces:
Serializable

public class Timer
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
Timer()
           
 
Method Summary
 String getDelay()
           
 long getId()
           
 String getPeriod()
           
 void setDelay(String delay)
           
 void setId(long id)
           
 void setPeriod(String period)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Timer

public Timer()
Method Detail

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)

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2001-2012 JBoss by Red Hat. All Rights Reserved.