Class RoomPenalty
java.lang.Object
org.optaplanner.examples.common.domain.AbstractPersistable
org.optaplanner.examples.examination.domain.RoomPenalty
-
Field Summary
Fields inherited from class org.optaplanner.examples.common.domain.AbstractPersistable
id -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetTopic()voidsetRoomPenaltyType(RoomPenaltyType roomPenaltyType) voidtoString()withId(long id) Methods inherited from class org.optaplanner.examples.common.domain.AbstractPersistable
getId, setId
-
Constructor Details
-
RoomPenalty
public RoomPenalty()
-
-
Method Details
-
getRoomPenaltyType
-
setRoomPenaltyType
-
getTopic
-
setTopic
-
toString
- Overrides:
toStringin classAbstractPersistable
-
withId
-
withRoomPenaltyType
-
withTopic
-