public class Job extends AbstractPersistable
id
Constructor and Description |
---|
Job() |
Modifier and Type | Method and Description |
---|---|
List<ExecutionMode> |
getExecutionModeList() |
JobType |
getJobType() |
Project |
getProject() |
List<Job> |
getSuccessorJobList() |
void |
setExecutionModeList(List<ExecutionMode> executionModeList) |
void |
setJobType(JobType jobType) |
void |
setProject(Project project) |
void |
setSuccessorJobList(List<Job> successorJobList) |
getId, setId, toString
public Project getProject()
public void setProject(Project project)
public JobType getJobType()
public void setJobType(JobType jobType)
public List<ExecutionMode> getExecutionModeList()
public void setExecutionModeList(List<ExecutionMode> executionModeList)
Copyright © 2006–2020 JBoss by Red Hat. All rights reserved.