@Entity public class StoreImpl extends Object implements Store
| Modifier and Type | Class and Description |
|---|---|
static class |
StoreImpl.Presentation |
| Constructor and Description |
|---|
StoreImpl() |
| Modifier and Type | Method and Description |
|---|---|
String |
getAddress1() |
String |
getAddress2() |
String |
getCity() |
String |
getCountry() |
Long |
getId() |
Double |
getLatitude() |
Double |
getLongitude() |
String |
getName() |
String |
getPhone() |
String |
getState() |
String |
getZip() |
void |
setAddress1(String address1) |
void |
setAddress2(String address2) |
void |
setCity(String city) |
void |
setCountry(String country) |
void |
setId(Long id) |
void |
setLatitude(Double latitude) |
void |
setLongitude(Double longitude) |
void |
setName(String name) |
void |
setPhone(String phone) |
void |
setState(String state) |
void |
setZip(String zip) |
public String getAddress1()
getAddress1 in interface Storepublic void setAddress1(String address1)
setAddress1 in interface Storepublic String getAddress2()
getAddress2 in interface Storepublic void setAddress2(String address2)
setAddress2 in interface Storepublic String getCountry()
getCountry in interface Storepublic void setCountry(String country)
setCountry in interface Storepublic Double getLongitude()
getLongitude in interface Storepublic void setLongitude(Double longitude)
setLongitude in interface Storepublic Double getLatitude()
getLatitude in interface Storepublic void setLatitude(Double latitude)
setLatitude in interface StoreCopyright © 2014. All Rights Reserved.