Class TestdataReflectionSolution
- java.lang.Object
-
- org.optaplanner.quarkus.it.reflection.domain.TestdataReflectionSolution
-
public class TestdataReflectionSolution extends Object
-
-
Constructor Summary
Constructors Constructor Description TestdataReflectionSolution()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<TestdataReflectionEntity>getEntityList()List<String>getFieldValueList()List<String>getMethodValueList()org.optaplanner.core.api.score.buildin.hardsoft.HardSoftScoregetScore()List<String>readMethodValueList()voidsetEntityList(List<TestdataReflectionEntity> entityList)voidsetFieldValueList(List<String> fieldValueList)voidsetMethodValueList(List<String> methodValueList)voidsetScore(org.optaplanner.core.api.score.buildin.hardsoft.HardSoftScore score)
-
-
-
Method Detail
-
getEntityList
public List<TestdataReflectionEntity> getEntityList()
-
setEntityList
public void setEntityList(List<TestdataReflectionEntity> 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)
-
-