public class Addresses extends AbstractItems<AddressModel>
| Modifier and Type | Field and Description |
|---|---|
static Double |
LATITUDE_BOSTON |
static Double |
LATITUDE_MONTREAL |
static Double |
LATITUDE_MONTREAL_NANCY_HOME |
static Double |
LONGITUDE_BOSTON |
static Double |
LONGITUDE_MONTREAL |
static Double |
LONGITUDE_MONTREAL_NANCY_HOME |
static String |
NAME_BOSTON |
static String |
NAME_MONTREAL |
static String |
POSTAL_CODE_BOSTON |
static String |
POSTAL_CODE_MONTREAL_DUKE |
static String |
POSTAL_CODE_MONTREAL_MAISONNEUVE |
static String |
POSTAL_CODE_MONTREAL_NANCY_HOME |
static String |
STREET_NAME_BOSTON |
static String |
STREET_NAME_MONTREAL_DUKE |
static String |
STREET_NAME_MONTREAL_MAISONNEUVE |
static String |
STREET_NAME_MONTREAL_NANCY_HOME |
static String |
STREET_NUMBER_BOSTON |
static String |
STREET_NUMBER_MONTREAL_DUKE |
static String |
STREET_NUMBER_MONTREAL_MAISONNEUVE |
static String |
STREET_NUMBER_MONTREAL_NANCY_HOME |
| Constructor and Description |
|---|
Addresses() |
| Modifier and Type | Method and Description |
|---|---|
AddressModel |
Boston() |
AddressDao |
getAddressDao() |
Countries |
getCountries() |
Users |
getUsers() |
AddressModel |
MontrealDeMaisonneuvePos() |
AddressModel |
MontrealDukePos() |
AddressModel |
MontrealNancyHome() |
void |
setAddressDao(AddressDao addressDao) |
void |
setCountries(Countries countries) |
void |
setUsers(Users users) |
protected AddressModel |
ShippingAddress() |
getFlexibleSearchService, getFromCollectionOrSaveAndReturn, getModelService, getOrSaveAndReturn, setFlexibleSearchService, setModelServicepublic static final Double LATITUDE_MONTREAL
public static final Double LONGITUDE_MONTREAL
public static final Double LATITUDE_MONTREAL_NANCY_HOME
public static final Double LONGITUDE_MONTREAL_NANCY_HOME
public static final Double LATITUDE_BOSTON
public static final Double LONGITUDE_BOSTON
public static final String STREET_NUMBER_MONTREAL_MAISONNEUVE
public static final String STREET_NAME_MONTREAL_MAISONNEUVE
public static final String POSTAL_CODE_MONTREAL_MAISONNEUVE
public static final String STREET_NUMBER_MONTREAL_DUKE
public static final String STREET_NAME_MONTREAL_DUKE
public static final String POSTAL_CODE_MONTREAL_DUKE
public static final String STREET_NUMBER_MONTREAL_NANCY_HOME
public static final String STREET_NAME_MONTREAL_NANCY_HOME
public static final String POSTAL_CODE_MONTREAL_NANCY_HOME
public static final String STREET_NUMBER_BOSTON
public static final String STREET_NAME_BOSTON
public static final String POSTAL_CODE_BOSTON
public static final String NAME_MONTREAL
public static final String NAME_BOSTON
public AddressModel MontrealDeMaisonneuvePos()
public AddressModel MontrealDukePos()
public AddressModel MontrealNancyHome()
public AddressModel Boston()
protected AddressModel ShippingAddress()
public AddressDao getAddressDao()
public void setAddressDao(AddressDao addressDao)
public Countries getCountries()
public void setCountries(Countries countries)
public Users getUsers()
public void setUsers(Users users)
Copyright © 2017 SAP SE. All Rights Reserved.