Class TestdataReflectionSolution

java.lang.Object
org.optaplanner.quarkus.it.reflection.domain.TestdataReflectionSolution

public class TestdataReflectionSolution extends Object
  • Constructor Details

    • TestdataReflectionSolution

      public TestdataReflectionSolution()
  • Method Details

    • getFieldValueList

      public List<String> getFieldValueList()
    • setFieldValueList

      public void setFieldValueList(List<String> fieldValueList)
    • getMethodValueList

      public List<String> getMethodValueList()
    • setMethodValueList

      public void setMethodValueList(List<String> methodValueList)
    • readMethodValueList

      public List<String> readMethodValueList()
    • 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)