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