Class MeetingSchedule
- java.lang.Object
-
- org.optaplanner.examples.common.domain.AbstractPersistable
-
- org.optaplanner.examples.meetingscheduling.domain.MeetingSchedule
-
public class MeetingSchedule extends AbstractPersistable
-
-
Field Summary
-
Fields inherited from class org.optaplanner.examples.common.domain.AbstractPersistable
id
-
-
Constructor Summary
Constructors Constructor Description MeetingSchedule()
-
Method Summary
-
Methods inherited from class org.optaplanner.examples.common.domain.AbstractPersistable
getId, setId, toString
-
-
-
-
Method Detail
-
getConstraintConfiguration
public MeetingConstraintConfiguration getConstraintConfiguration()
-
setConstraintConfiguration
public void setConstraintConfiguration(MeetingConstraintConfiguration constraintConfiguration)
-
getAttendanceList
public List<Attendance> getAttendanceList()
-
setAttendanceList
public void setAttendanceList(List<Attendance> attendanceList)
-
getMeetingAssignmentList
public List<MeetingAssignment> getMeetingAssignmentList()
-
setMeetingAssignmentList
public void setMeetingAssignmentList(List<MeetingAssignment> meetingAssignmentList)
-
getScore
public org.optaplanner.core.api.score.buildin.hardmediumsoft.HardMediumSoftScore getScore()
-
setScore
public void setScore(org.optaplanner.core.api.score.buildin.hardmediumsoft.HardMediumSoftScore score)
-
-