Class Address
java.lang.Object
org.eclipse.nebula.widgets.nattable.dataset.person.Address
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetCity()intintvoidvoidsetHousenumber(int housenumber) voidsetPostalCode(int postalCode) void
-
Constructor Details
-
Address
public Address()
-
-
Method Details
-
getStreet
- Returns:
- the street
-
setStreet
- Parameters:
street- the street to set
-
getHousenumber
public int getHousenumber()- Returns:
- the housenumber
-
setHousenumber
public void setHousenumber(int housenumber) - Parameters:
housenumber- the housenumber to set
-
getPostalCode
public int getPostalCode()- Returns:
- the postalCode
-
setPostalCode
public void setPostalCode(int postalCode) - Parameters:
postalCode- the postalCode to set
-
getCity
- Returns:
- the city
-
setCity
- Parameters:
city- the city to set
-