@Entity public class StoreImpl extends Object implements Store
| Modifier and Type | Class and Description |
|---|---|
static class |
StoreImpl.Presentation |
| Modifier and Type | Field and Description |
|---|---|
protected Address |
address |
protected ArchiveStatus |
archiveStatus |
protected Long |
id |
protected Double |
latitude |
protected Double |
longitude |
protected String |
name |
protected Boolean |
open |
protected String |
storeHours |
protected String |
storeNumber |
| Constructor and Description |
|---|
StoreImpl() |
| Modifier and Type | Method and Description |
|---|---|
Address |
getAddress() |
Character |
getArchived() |
Long |
getId() |
Double |
getLatitude() |
Double |
getLongitude() |
String |
getName() |
Boolean |
getOpen() |
String |
getStoreHours() |
String |
getStoreNumber() |
boolean |
isActive() |
void |
setAddress(Address address) |
void |
setArchived(Character archived) |
void |
setId(Long id) |
void |
setLatitude(Double latitude) |
void |
setLongitude(Double longitude) |
void |
setName(String name) |
void |
setOpen(Boolean open) |
void |
setStoreHours(String storeHours) |
void |
setStoreNumber(String storeNumber) |
protected Long id
protected String name
protected String storeNumber
protected Boolean open
protected String storeHours
protected Address address
protected Double latitude
protected Double longitude
protected ArchiveStatus archiveStatus
public Address getAddress()
getAddress in interface Storepublic void setAddress(Address address)
setAddress 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 Storepublic String getStoreNumber()
getStoreNumber in interface Storepublic void setStoreNumber(String storeNumber)
setStoreNumber in interface Storepublic String getStoreHours()
getStoreHours in interface Storepublic void setStoreHours(String storeHours)
setStoreHours in interface Storepublic Character getArchived()
getArchived in interface Statuspublic void setArchived(Character archived)
setArchived in interface StatusCopyright © 2026. All rights reserved.