org.apache.camel.bam.model
Class TemporalEntity

java.lang.Object
  extended by org.apache.camel.bam.model.EntitySupport
      extended by org.apache.camel.bam.model.TemporalEntity
Direct Known Subclasses:
ActivityState

public abstract class TemporalEntity
extends EntitySupport

Version:

Constructor Summary
TemporalEntity()
           
 
Method Summary
 Date getTimeCompleted()
           
 Date getTimeStarted()
           
 boolean isCompleted()
           
 boolean isStarted()
           
 void setTimeCompleted(Date timeCompleted)
           
 void setTimeStarted(Date timeStarted)
           
 
Methods inherited from class org.apache.camel.bam.model.EntitySupport
getId, setId, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TemporalEntity

public TemporalEntity()
Method Detail

isStarted

public boolean isStarted()

isCompleted

public boolean isCompleted()

getTimeStarted

public Date getTimeStarted()

setTimeStarted

public void setTimeStarted(Date timeStarted)

getTimeCompleted

public Date getTimeCompleted()

setTimeCompleted

public void setTimeCompleted(Date timeCompleted)


Apache CAMEL