public abstract class AbstractStep extends AbstractStorable implements Step
LOGGER| Constructor and Description |
|---|
AbstractStep() |
| Modifier and Type | Method and Description |
|---|---|
static String |
checkUnit(String unitName)
TODO: Add JavaDoc.
|
static TimeUnit |
convertToTimeUnit(String unitName)
TODO: Add JavaDoc.
|
long |
getDelay() |
int |
getOrder() |
String |
getUnit() |
boolean |
isEnabled() |
boolean |
isManual() |
TimeUnit |
retrieveUnit() |
void |
setDelay(long delay) |
void |
setEnabled(boolean enabled) |
void |
setManual(boolean manual) |
void |
setOrder(int order) |
void |
setUnit(String unit) |
contains, copy, doAfterCreate, doAfterUpdate, doBeforeRemove, equals, findRootObject, findUsages, flush, getDescription, getExtendsParameters, getID, getManager, getNaturalId, getParent, getPrefix, getStorableProp, getStoreInformationDelegate, getVersion, hashCode, move, performActionsForImportIntoAnotherProject, performPostCopyActions, performPostImportActions, performPostImportActionsParent, printStackTrace, remove, replicate, returnSimpleParent, setDescription, setID, setNaturalId, setParent, setPrefix, setStorableProp, setVersion, store, toString, update, upStorableVersiongetName, setNameclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetMep, getTypecontains, copy, findRootObject, findUsages, flush, getDescription, getExtendsParameters, getNaturalId, getParent, getProjectId, getStorableProp, getStoreInformationDelegate, move, performActionsForImportIntoAnotherProject, performPostCopyActions, performPostImportActions, performPostImportActionsParent, remove, replicate, returnSimpleParent, setDescription, setNaturalId, setParent, setProjectId, setStorableProp, store, upStorableVersiongetName, setNamegetID, setIDgetPrefix, setPrefixgetVersion, setVersionpublic void setEnabled(boolean enabled)
setEnabled in interface Steppublic TimeUnit retrieveUnit()
retrieveUnit in interface StepCopyright © 2025. All rights reserved.