Class TalkType
java.lang.Object
org.optaplanner.examples.common.domain.AbstractPersistable
org.optaplanner.examples.conferencescheduling.domain.TalkType
-
Field Summary
Fields inherited from class org.optaplanner.examples.common.domain.AbstractPersistable
id -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetName()voidsetCompatibleRoomSet(Set<Room> compatibleRoomSet) voidsetCompatibleTimeslotSet(Set<Timeslot> compatibleTimeslotSet) voidtoString()Methods inherited from class org.optaplanner.examples.common.domain.AbstractPersistable
getId, setId
-
Constructor Details
-
TalkType
public TalkType() -
TalkType
public TalkType(long id) -
TalkType
-
-
Method Details
-
toString
- Overrides:
toStringin classAbstractPersistable
-
getName
-
setName
-
getCompatibleTimeslotSet
-
setCompatibleTimeslotSet
-
getCompatibleRoomSet
-
setCompatibleRoomSet
-