Class PeriodPenalty
java.lang.Object
org.optaplanner.examples.common.domain.AbstractPersistable
org.optaplanner.examples.examination.domain.PeriodPenalty
-
Field Summary
Fields inherited from class org.optaplanner.examples.common.domain.AbstractPersistable
id -
Constructor Summary
ConstructorsConstructorDescriptionPeriodPenalty(long id, Topic leftTopic, Topic rightTopic, PeriodPenaltyType periodPenaltyType) -
Method Summary
Modifier and TypeMethodDescriptionvoidsetLeftTopic(Topic leftTopic) voidsetPeriodPenaltyType(PeriodPenaltyType periodPenaltyType) voidsetRightTopic(Topic rightTopic) toString()Methods inherited from class org.optaplanner.examples.common.domain.AbstractPersistable
getId, setId
-
Constructor Details
-
PeriodPenalty
public PeriodPenalty() -
PeriodPenalty
public PeriodPenalty(long id, Topic leftTopic, Topic rightTopic, PeriodPenaltyType periodPenaltyType)
-
-
Method Details
-
getPeriodPenaltyType
-
setPeriodPenaltyType
-
getLeftTopic
-
setLeftTopic
-
getRightTopic
-
setRightTopic
-
toString
- Overrides:
toStringin classAbstractPersistable
-