@Entity public class ETimer extends Timer implements de.tsl2.nano.service.util.IPersistable<String>
from, stepExceptions, stepLength, stepType, subTimers, until| Constructor and Description |
|---|
ETimer() |
ETimer(Date from,
Date until) |
ETimer(Date from,
Date until,
int stepType,
int stepLength,
Integer... stepExceptions) |
| Modifier and Type | Method and Description |
|---|---|
Date |
getFrom() |
String |
getId() |
int |
getStepLength() |
int |
getStepType() |
Date |
getUntil() |
boolean |
isGenerator() |
void |
setFrom(Date from) |
void |
setGenerator(boolean isGenerator) |
void |
setId(String id) |
void |
setStepLength(int stepLength) |
void |
setStepType(int stepType) |
void |
setUntil(Date until) |
public ETimer()
public ETimer(Date from, Date until, int stepType, int stepLength, Integer... stepExceptions)
public String getId()
getId in interface de.tsl2.nano.service.util.IPersistable<String>public void setId(String id)
setId in interface de.tsl2.nano.service.util.IPersistable<String>public Date getFrom()
public void setFrom(Date from)
public Date getUntil()
public void setUntil(Date until)
public int getStepType()
public void setStepType(int stepType)
public int getStepLength()
public void setStepLength(int stepLength)
public boolean isGenerator()
isGenerator in class TimerTimer.runThrough(Date, Date)public void setGenerator(boolean isGenerator)
Copyright © 2012–2020. All rights reserved.