Class ITestdataPlanningSolution
- java.lang.Object
-
- org.optaplanner.quarkus.jackson.it.domain.ITestdataPlanningSolution
-
public class ITestdataPlanningSolution extends Object
-
-
Constructor Summary
Constructors Constructor Description ITestdataPlanningSolution()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<ITestdataPlanningEntity>getEntityList()org.optaplanner.core.api.score.buildin.simple.SimpleScoregetScore()List<String>getValueList()voidsetEntityList(List<ITestdataPlanningEntity> entityList)voidsetScore(org.optaplanner.core.api.score.buildin.simple.SimpleScore score)voidsetValueList(List<String> valueList)
-
-
-
Method Detail
-
getEntityList
public List<ITestdataPlanningEntity> getEntityList()
-
setEntityList
public void setEntityList(List<ITestdataPlanningEntity> entityList)
-
getScore
public org.optaplanner.core.api.score.buildin.simple.SimpleScore getScore()
-
setScore
public void setScore(org.optaplanner.core.api.score.buildin.simple.SimpleScore score)
-
-