Package org.apache.syncope.common.lib.to
Class MacroTaskTO
- java.lang.Object
-
- org.apache.syncope.common.lib.to.AbstractStartEndBean
-
- org.apache.syncope.common.lib.to.TaskTO
-
- org.apache.syncope.common.lib.to.SchedTaskTO
-
- org.apache.syncope.common.lib.to.MacroTaskTO
-
- All Implemented Interfaces:
Serializable,BaseBean,EntityTO,NamedEntityTO
public class MacroTaskTO extends SchedTaskTO
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description MacroTaskTO()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)List<CommandTO>getCommands()StringgetDiscriminator()List<FormPropertyDefTO>getFormPropertyDefs()StringgetMacroActions()StringgetRealm()inthashCode()booleanisContinueOnError()booleanisSaveExecs()voidsetContinueOnError(boolean continueOnError)voidsetMacroActions(String macroActions)voidsetRealm(String realm)voidsetSaveExecs(boolean saveExecs)-
Methods inherited from class org.apache.syncope.common.lib.to.SchedTaskTO
getCronExpression, getDescription, getJobDelegate, getLastExec, getName, getNextExec, getStartAt, isActive, setActive, setCronExpression, setDescription, setJobDelegate, setLastExec, setName, setNextExec, setStartAt
-
Methods inherited from class org.apache.syncope.common.lib.to.TaskTO
getExecutions, getKey, getLastExecutor, getLatestExecStatus, setDiscriminator, setKey, setLastExecutor, setLatestExecStatus, toString
-
Methods inherited from class org.apache.syncope.common.lib.to.AbstractStartEndBean
getEnd, getStart, setEnd, setStart
-
-
-
-
Method Detail
-
getDiscriminator
public String getDiscriminator()
- Overrides:
getDiscriminatorin classSchedTaskTO
-
getRealm
public String getRealm()
-
setRealm
public void setRealm(String realm)
-
isContinueOnError
public boolean isContinueOnError()
-
setContinueOnError
public void setContinueOnError(boolean continueOnError)
-
isSaveExecs
public boolean isSaveExecs()
-
setSaveExecs
public void setSaveExecs(boolean saveExecs)
-
getFormPropertyDefs
public List<FormPropertyDefTO> getFormPropertyDefs()
-
getMacroActions
public String getMacroActions()
-
setMacroActions
public void setMacroActions(String macroActions)
-
hashCode
public int hashCode()
- Overrides:
hashCodein classSchedTaskTO
-
equals
public boolean equals(Object obj)
- Overrides:
equalsin classSchedTaskTO
-
-