Class Job
java.lang.Object
org.optaplanner.examples.common.domain.AbstractPersistable
org.optaplanner.examples.projectjobscheduling.domain.Job
-
Field Summary
Fields inherited from class org.optaplanner.examples.common.domain.AbstractPersistable
id -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsetExecutionModeList(List<ExecutionMode> executionModeList) voidsetJobType(JobType jobType) voidsetProject(Project project) voidsetSuccessorJobList(List<Job> successorJobList) Methods inherited from class org.optaplanner.examples.common.domain.AbstractPersistable
getId, setId, toString
-
Constructor Details
-
Job
public Job() -
Job
-
-
Method Details
-
getProject
-
setProject
-
getJobType
-
setJobType
-
getExecutionModeList
-
setExecutionModeList
-
getSuccessorJobList
-
setSuccessorJobList
-