org.drools.planner.examples.manners2009.domain
Class Guest
java.lang.Object
org.drools.planner.examples.common.domain.AbstractPersistable
org.drools.planner.examples.manners2009.domain.Guest
- All Implemented Interfaces:
- Serializable, Comparable<Guest>
public class Guest
- extends AbstractPersistable
- implements Comparable<Guest>
- See Also:
- Serialized Form
|
Constructor Summary |
Guest()
|
Guest
public Guest()
getCode
public String getCode()
setCode
public void setCode(String code)
getJob
public Job getJob()
setJob
public void setJob(Job job)
getGender
public Gender getGender()
setGender
public void setGender(Gender gender)
getHobbyPracticianList
public List<HobbyPractician> getHobbyPracticianList()
setHobbyPracticianList
public void setHobbyPracticianList(List<HobbyPractician> hobbyPracticianList)
compareTo
public int compareTo(Guest other)
- Specified by:
compareTo in interface Comparable<Guest>
toString
public String toString()
- Overrides:
toString in class AbstractPersistable
Copyright © 2001-2011 JBoss by Red Hat. All Rights Reserved.