public abstract class TemporalEntity extends EntitySupport
| Constructor and Description |
|---|
TemporalEntity() |
| Modifier and Type | Method and Description |
|---|---|
Date |
getTimeCompleted() |
Date |
getTimeStarted() |
boolean |
isCompleted() |
boolean |
isStarted() |
void |
setTimeCompleted(Date timeCompleted) |
void |
setTimeStarted(Date timeStarted) |
getId, setId, toStringpublic boolean isStarted()
public boolean isCompleted()
public Date getTimeStarted()
public void setTimeStarted(Date timeStarted)
public Date getTimeCompleted()
public void setTimeCompleted(Date timeCompleted)
Apache Camel