Interface Address
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getCity()
Returns the city.String
getCountry()
Returns the country.String
getNumber()
Returns the house number.String
getPostalCode()
Returns the postal code.String
getState()
Returns the state/provence.String
getStreet()
Returns the street.AddressType
getType()
Returns the type of address.-
Methods inherited from interface Resource
getCreatedBy, getCreatedOn, getLastModifiedBy, getLastModifiedOn, getResourceType, isSystem
-
-
-
-
Method Detail
-
getCity
String getCity()
Returns the city.- Returns:
- the city.
-
getStreet
String getStreet()
Returns the street.- Returns:
- the street
-
getNumber
String getNumber()
Returns the house number.- Returns:
- the house number
-
getState
String getState()
Returns the state/provence.- Returns:
- The state/provence
-
getCountry
String getCountry()
Returns the country.- Returns:
- the country
-
getPostalCode
String getPostalCode()
Returns the postal code.- Returns:
- the postal code
-
getType
AddressType getType()
Returns the type of address.- Returns:
- The type of address
-
-