public abstract class AbstractTaskDescriptor extends java.lang.Object implements TaskDescriptor
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
author |
protected java.lang.String |
id |
protected boolean |
legacy |
protected java.lang.String |
order |
protected RecoveryDescriptor |
recovery |
protected boolean |
runAlways |
protected java.lang.String |
source |
protected boolean |
system |
protected TargetSystemDescriptor |
targetSystem |
protected boolean |
transactional |
| Constructor and Description |
|---|
AbstractTaskDescriptor() |
AbstractTaskDescriptor(java.lang.String id,
java.lang.String order,
java.lang.String author,
java.lang.String source,
boolean runAlways,
boolean transactional,
boolean system,
TargetSystemDescriptor targetSystem,
RecoveryDescriptor recovery,
boolean legacy) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o) |
java.lang.String |
getAuthor() |
java.lang.String |
getId() |
java.util.Optional<java.lang.String> |
getOrder() |
RecoveryDescriptor |
getRecovery() |
java.lang.String |
getSource() |
TargetSystemDescriptor |
getTargetSystem() |
int |
hashCode() |
boolean |
isLegacy() |
boolean |
isRunAlways() |
boolean |
isSystem() |
boolean |
isTransactional() |
void |
setAuthor(java.lang.String author) |
void |
setId(java.lang.String id) |
void |
setLegacy(boolean legacy) |
void |
setOrder(java.lang.String order) |
void |
setRecovery(RecoveryDescriptor recovery) |
void |
setRunAlways(boolean runAlways) |
void |
setSource(java.lang.String source) |
void |
setSystem(boolean system) |
void |
setTargetSystem(TargetSystemDescriptor targetSystem) |
void |
setTransactional(boolean transactional) |
java.lang.String |
toString() |
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcompareTo, isSortable, isStandard, prettyprotected java.lang.String id
protected java.lang.String order
protected java.lang.String author
protected java.lang.String source
protected boolean runAlways
protected boolean transactional
protected boolean system
protected TargetSystemDescriptor targetSystem
protected RecoveryDescriptor recovery
protected boolean legacy
public AbstractTaskDescriptor()
public AbstractTaskDescriptor(java.lang.String id,
java.lang.String order,
java.lang.String author,
java.lang.String source,
boolean runAlways,
boolean transactional,
boolean system,
TargetSystemDescriptor targetSystem,
RecoveryDescriptor recovery,
boolean legacy)
public java.lang.String getId()
getId in interface TaskDescriptorpublic java.util.Optional<java.lang.String> getOrder()
getOrder in interface TaskDescriptorpublic java.lang.String getAuthor()
getAuthor in interface TaskDescriptorpublic java.lang.String getSource()
getSource in interface TaskDescriptorpublic boolean isRunAlways()
isRunAlways in interface TaskDescriptorpublic boolean isTransactional()
isTransactional in interface TaskDescriptorpublic boolean isSystem()
isSystem in interface TaskDescriptorpublic TargetSystemDescriptor getTargetSystem()
getTargetSystem in interface TaskDescriptorpublic RecoveryDescriptor getRecovery()
getRecovery in interface TaskDescriptorpublic boolean isLegacy()
isLegacy in interface TaskDescriptorpublic void setId(java.lang.String id)
public void setOrder(java.lang.String order)
public void setAuthor(java.lang.String author)
public void setSource(java.lang.String source)
public void setRunAlways(boolean runAlways)
public void setTransactional(boolean transactional)
public void setSystem(boolean system)
public void setTargetSystem(TargetSystemDescriptor targetSystem)
public void setRecovery(RecoveryDescriptor recovery)
public void setLegacy(boolean legacy)
public boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.Object