org.broadleafcommerce.core.store.domain
Interface Store
- All Superinterfaces:
- Serializable
- All Known Implementing Classes:
- StoreImpl
public interface Store
- extends Serializable
getId
String getId()
setId
void setId(String id)
getName
String getName()
setName
void setName(String name)
getAddress1
String getAddress1()
setAddress1
void setAddress1(String address1)
getAddress2
String getAddress2()
setAddress2
void setAddress2(String address2)
getCity
String getCity()
setCity
void setCity(String city)
getZip
String getZip()
setZip
void setZip(String zip)
getCountry
String getCountry()
setCountry
void setCountry(String country)
getPhone
String getPhone()
setPhone
void setPhone(String phone)
getLongitude
Double getLongitude()
setLongitude
void setLongitude(Double longitude)
getLatitude
Double getLatitude()
setLatitude
void setLatitude(Double latitude)
setState
void setState(String state)
getState
String getState()
Copyright © 2013. All Rights Reserved.