public class JobContainer extends IdentifiedContainer implements Job
Constructor and Description |
---|
JobContainer() |
Modifier and Type | Method and Description |
---|---|
boolean |
autoCleared() |
void |
autoCleared(boolean newAutoCleared) |
void |
autoCleared(Boolean newAutoCleared) |
boolean |
autoClearedPresent() |
Date |
endTime() |
void |
endTime(Date newEndTime) |
boolean |
endTimePresent() |
boolean |
external() |
void |
external(boolean newExternal) |
void |
external(Boolean newExternal) |
boolean |
externalPresent() |
Date |
lastUpdated() |
void |
lastUpdated(Date newLastUpdated) |
boolean |
lastUpdatedPresent() |
User |
owner() |
void |
owner(User newOwner) |
boolean |
ownerPresent() |
Date |
startTime() |
void |
startTime(Date newStartTime) |
boolean |
startTimePresent() |
JobStatus |
status() |
void |
status(JobStatus newStatus) |
boolean |
statusPresent() |
List<Step> |
steps() |
void |
steps(List<Step> newSteps) |
boolean |
stepsPresent() |
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 boolean autoCleared()
autoCleared
in interface Job
public void autoCleared(boolean newAutoCleared)
public void autoCleared(Boolean newAutoCleared)
public boolean autoClearedPresent()
autoClearedPresent
in interface Job
public void endTime(Date newEndTime)
public boolean endTimePresent()
endTimePresent
in interface Job
public void external(boolean newExternal)
public void external(Boolean newExternal)
public boolean externalPresent()
externalPresent
in interface Job
public Date lastUpdated()
lastUpdated
in interface Job
public void lastUpdated(Date newLastUpdated)
public boolean lastUpdatedPresent()
lastUpdatedPresent
in interface Job
public void startTime(Date newStartTime)
public boolean startTimePresent()
startTimePresent
in interface Job
public void status(JobStatus newStatus)
public boolean statusPresent()
statusPresent
in interface Job
public void owner(User newOwner)
public boolean ownerPresent()
ownerPresent
in interface Job
public boolean stepsPresent()
stepsPresent
in interface Job
Copyright © 2016. All rights reserved.