Class PersonWithAddress
java.lang.Object
org.eclipse.nebula.widgets.nattable.dataset.person.Person
org.eclipse.nebula.widgets.nattable.dataset.person.PersonWithAddress
- Direct Known Subclasses:
ExtendedPersonWithAddress
-
Nested Class Summary
Nested classes/interfaces inherited from class org.eclipse.nebula.widgets.nattable.dataset.person.Person
Person.Gender -
Field Summary
Fields inherited from class org.eclipse.nebula.widgets.nattable.dataset.person.Person
description, money -
Constructor Summary
ConstructorsConstructorDescriptionPersonWithAddress(int id, String firstName, String lastName, Person.Gender gender, boolean married, Date birthday, Address address) PersonWithAddress(Person person, Address address) -
Method Summary
Methods inherited from class org.eclipse.nebula.widgets.nattable.dataset.person.Person
getBirthday, getDescription, getFirstName, getGender, getId, getLastName, getMoney, isMarried, setBirthday, setDescription, setFirstName, setGender, setLastName, setMarried, setMoney
-
Constructor Details
-
PersonWithAddress
public PersonWithAddress(int id, String firstName, String lastName, Person.Gender gender, boolean married, Date birthday, Address address) -
PersonWithAddress
-
-
Method Details
-
setAddress
- Parameters:
address- the address to set
-
getAddress
- Returns:
- the address
-