public class StepContainer extends IdentifiedContainer implements Step
Constructor and Description |
---|
StepContainer() |
Modifier and Type | Method and Description |
---|---|
Date |
endTime() |
void |
endTime(Date newEndTime) |
boolean |
endTimePresent() |
boolean |
external() |
void |
external(boolean newExternal) |
void |
external(Boolean newExternal) |
boolean |
externalPresent() |
ExternalSystemType |
externalType() |
void |
externalType(ExternalSystemType newExternalType) |
boolean |
externalTypePresent() |
Job |
job() |
void |
job(Job newJob) |
boolean |
jobPresent() |
BigInteger |
number() |
void |
number(BigInteger newNumber) |
boolean |
numberPresent() |
Step |
parentStep() |
void |
parentStep(Step newParentStep) |
boolean |
parentStepPresent() |
Date |
startTime() |
void |
startTime(Date newStartTime) |
boolean |
startTimePresent() |
List<Statistic> |
statistics() |
void |
statistics(List<Statistic> newStatistics) |
boolean |
statisticsPresent() |
StepStatus |
status() |
void |
status(StepStatus newStatus) |
boolean |
statusPresent() |
StepEnum |
type() |
void |
type(StepEnum newType) |
boolean |
typePresent() |
comment, comment, commentPresent, description, description, descriptionPresent, href, href, hrefPresent, id, id, idPresent, name, name, namePresent
makeArrayList, makeUnmodifiableList
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
comment, commentPresent, description, descriptionPresent, href, hrefPresent, id, idPresent, name, namePresent
public void endTime(Date newEndTime)
public boolean endTimePresent()
endTimePresent
in interface Step
public void external(boolean newExternal)
public void external(Boolean newExternal)
public boolean externalPresent()
externalPresent
in interface Step
public ExternalSystemType externalType()
externalType
in interface Step
public void externalType(ExternalSystemType newExternalType)
public boolean externalTypePresent()
externalTypePresent
in interface Step
public BigInteger number()
public void number(BigInteger newNumber)
public boolean numberPresent()
numberPresent
in interface Step
public void startTime(Date newStartTime)
public boolean startTimePresent()
startTimePresent
in interface Step
public StepStatus status()
public void status(StepStatus newStatus)
public boolean statusPresent()
statusPresent
in interface Step
public void type(StepEnum newType)
public boolean typePresent()
typePresent
in interface Step
public void job(Job newJob)
public boolean jobPresent()
jobPresent
in interface Step
public Step parentStep()
parentStep
in interface Step
public void parentStep(Step newParentStep)
public boolean parentStepPresent()
parentStepPresent
in interface Step
public List<Statistic> statistics()
statistics
in interface Step
public boolean statisticsPresent()
statisticsPresent
in interface Step
Copyright © 2016. All rights reserved.