Uses of Class
org.optaplanner.examples.dinnerparty.domain.Job
-
Packages that use Job Package Description org.optaplanner.examples.dinnerparty.domain -
-
Uses of Job in org.optaplanner.examples.dinnerparty.domain
Methods in org.optaplanner.examples.dinnerparty.domain that return Job Modifier and Type Method Description JobSeatDesignation. getGuestJob()JobGuest. getJob()Methods in org.optaplanner.examples.dinnerparty.domain that return types with arguments of type Job Modifier and Type Method Description List<Job>DinnerParty. getJobList()Methods in org.optaplanner.examples.dinnerparty.domain with parameters of type Job Modifier and Type Method Description booleanSeatDesignation. differentKindIfNeeded(Job otherGuestJob)voidGuest. setJob(Job job)Method parameters in org.optaplanner.examples.dinnerparty.domain with type arguments of type Job Modifier and Type Method Description voidDinnerParty. setJobList(List<Job> jobList)
-