Uses of Class
org.optaplanner.examples.dinnerparty.domain.Guest
-
Packages that use Guest Package Description org.optaplanner.examples.dinnerparty.domain -
-
Uses of Guest in org.optaplanner.examples.dinnerparty.domain
Methods in org.optaplanner.examples.dinnerparty.domain that return Guest Modifier and Type Method Description GuestHobbyPractician. getGuest()GuestSeatDesignation. getGuest()Methods in org.optaplanner.examples.dinnerparty.domain that return types with arguments of type Guest Modifier and Type Method Description List<Guest>DinnerParty. getGuestList()Methods in org.optaplanner.examples.dinnerparty.domain with parameters of type Guest Modifier and Type Method Description voidHobbyPractician. setGuest(Guest guest)voidSeatDesignation. setGuest(Guest guest)Method parameters in org.optaplanner.examples.dinnerparty.domain with type arguments of type Guest Modifier and Type Method Description voidDinnerParty. setGuestList(List<Guest> guestList)
-