public class AddressBookFactory extends Object implements Serializable
| Modifier and Type | Method and Description |
|---|---|
static AddressBookFactory |
getInstance()
Gets the single instance of UserManagementFactory.
|
Addresses |
newAddresses(Integer id,
String addressComment,
Federalstates federalstate,
String geohash,
BigDecimal latitude,
BigDecimal longitude,
String street,
String streetnumber,
Zipcodes zipcode)
Gets the addresses.
|
Addresses |
newAddresses(String addressComment,
Federalstates federalstate,
String geohash,
BigDecimal latitude,
BigDecimal longitude,
String street,
String streetnumber,
Zipcodes zipcode)
Gets the addresses.
|
Addresses |
newAddresses(String addressComment,
Federalstates federalstate,
String geohash,
Integer id,
String latitude,
String longitude,
String street,
String streetnumber,
Zipcodes zipcode)
Data pool factory for Addresses object.
|
Countries |
newCountries(Integer id,
String iso3166A2name,
String iso3166A3name,
String iso3166Number,
String name)
Factory method for create an Countries object.
|
Federalstates |
newFederalstates(Countries country,
Integer id,
String iso3166A2code,
String name,
String subdivisionCategory,
String subdivisionName)
Data pool factory for Federalstates object.
|
Zipcodes |
newZipcodes(Countries country,
String city,
String zipcode)
Factory method for create an Zipcodes object.
|
Zipcodes |
newZipcodes(Integer id,
Countries country,
String city,
String zipcode)
Factory method for create an Zipcodes object.
|
public static AddressBookFactory getInstance()
public Addresses newAddresses(String addressComment, Federalstates federalstate, String geohash, Integer id, String latitude, String longitude, String street, String streetnumber, Zipcodes zipcode)
addressComment - the address commentfederalstate - A valid Federalstates objectgeohash - the geohashid - the idlatitude - the latitudelongitude - the longitudestreet - the streetstreetnumber - the streetnumberzipcode - A valid Zipcodes objectpublic Addresses newAddresses(String addressComment, Federalstates federalstate, String geohash, BigDecimal latitude, BigDecimal longitude, String street, String streetnumber, Zipcodes zipcode)
addressComment - the address commentfederalstate - the federalstatestreet - the streetstreetnumber - the streetnumberzipcode - the zipcodepublic Addresses newAddresses(Integer id, String addressComment, Federalstates federalstate, String geohash, BigDecimal latitude, BigDecimal longitude, String street, String streetnumber, Zipcodes zipcode)
addressComment - the address commentfederalstate - the federalstatestreet - the streetstreetnumber - the streetnumberzipcode - the zipcodepublic Countries newCountries(Integer id, String iso3166A2name, String iso3166A3name, String iso3166Number, String name)
id - the idiso3166A2name - the iso3166 a2nameiso3166A3name - the iso3166 a3nameiso3166Number - the iso3166 numbername - the namepublic Federalstates newFederalstates(Countries country, Integer id, String iso3166A2code, String name, String subdivisionCategory, String subdivisionName)
country - A valid Countries objectid - the idiso3166A2code - the iso3166 a2codename - the namesubdivisionCategory - the subdivision categorysubdivisionName - the subdivision namepublic Zipcodes newZipcodes(Integer id, Countries country, String city, String zipcode)
city - the cityid - the idzipcode - the zipcodeCopyright © 2015. All rights reserved.