org.optaplanner.examples.projectjobscheduling.domain
Class Job
java.lang.Object
org.optaplanner.examples.common.domain.AbstractPersistable
org.optaplanner.examples.projectjobscheduling.domain.Job
- All Implemented Interfaces:
- Serializable, Comparable<AbstractPersistable>
public class Job
- extends AbstractPersistable
- See Also:
- Serialized Form
Constructor Summary |
Job()
|
Job
public Job()
getProject
public Project getProject()
setProject
public void setProject(Project project)
getJobType
public JobType getJobType()
setJobType
public void setJobType(JobType jobType)
getExecutionModeList
public List<ExecutionMode> getExecutionModeList()
setExecutionModeList
public void setExecutionModeList(List<ExecutionMode> executionModeList)
getSuccessorJobList
public List<Job> getSuccessorJobList()
setSuccessorJobList
public void setSuccessorJobList(List<Job> successorJobList)
Copyright © 2006-2014 JBoss by Red Hat. All Rights Reserved.