Package cdm.base.staticdata.party
Class Address.AddressImpl
java.lang.Object
cdm.base.staticdata.party.Address.AddressImpl
- All Implemented Interfaces:
Address,com.rosetta.model.lib.RosettaModelObject
- Enclosing interface:
Address
Immutable Implementation of Address
-
Nested Class Summary
Nested classes/interfaces inherited from interface cdm.base.staticdata.party.Address
Address.AddressBuilder, Address.AddressBuilderImpl, Address.AddressImpl -
Field Summary
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Build MethodsbooleangetCity()The city component of the postal address.The ISO 3166 standard code for the country within which the postal address is located.The code, required for computerized mail sorting systems, that is allocated to a physical address by a national postal authority.getState()A country subdivision used in postal addresses in some countries.The set of street and building number information that identifies a postal address within a city.inthashCode()protected voidsetBuilderFields(Address.AddressBuilder builder) toString()Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface com.rosetta.model.lib.RosettaModelObject
processRosetta, processRosetta
-
Constructor Details
-
AddressImpl
-
-
Method Details
-
getStreet
@RosettaAttribute(value="street", isRequired=true) @RuneAttribute(value="street", isRequired=true) public List<String> getStreet()Description copied from interface:AddressThe set of street and building number information that identifies a postal address within a city. -
getCity
Description copied from interface:AddressThe city component of the postal address. -
getState
Description copied from interface:AddressA country subdivision used in postal addresses in some countries. For example, US states, Canadian provinces, Swiss cantons, ... -
getCountry
Description copied from interface:AddressThe ISO 3166 standard code for the country within which the postal address is located.- Specified by:
getCountryin interfaceAddress
-
getPostalCode
Description copied from interface:AddressThe code, required for computerized mail sorting systems, that is allocated to a physical address by a national postal authority.- Specified by:
getPostalCodein interfaceAddress
-
build
Description copied from interface:AddressBuild Methods -
toBuilder
-
setBuilderFields
-
equals
-
hashCode
public int hashCode() -
toString
-