Uses of Class
org.optaplanner.examples.dinnerparty.domain.HobbyPractician
-
Packages that use HobbyPractician Package Description org.optaplanner.examples.dinnerparty.domain -
-
Uses of HobbyPractician in org.optaplanner.examples.dinnerparty.domain
Methods in org.optaplanner.examples.dinnerparty.domain that return types with arguments of type HobbyPractician Modifier and Type Method Description List<HobbyPractician>DinnerParty. getHobbyPracticianList()List<HobbyPractician>Guest. getHobbyPracticianList()Method parameters in org.optaplanner.examples.dinnerparty.domain with type arguments of type HobbyPractician Modifier and Type Method Description voidDinnerParty. setHobbyPracticianList(List<HobbyPractician> hobbyPracticianList)voidGuest. setHobbyPracticianList(List<HobbyPractician> hobbyPracticianList)
-