org.broadleafcommerce.core.store.domain
Class StoreImpl
java.lang.Object
org.broadleafcommerce.core.store.domain.StoreImpl
- All Implemented Interfaces:
- Serializable, Store
@Entity
public class StoreImpl
- extends Object
- implements Store
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
StoreImpl
public StoreImpl()
getId
public String getId()
- Specified by:
getId in interface Store
setId
public void setId(String id)
- Specified by:
setId in interface Store
getName
public String getName()
- Specified by:
getName in interface Store
setName
public void setName(String name)
- Specified by:
setName in interface Store
getAddress1
public String getAddress1()
- Specified by:
getAddress1 in interface Store
setAddress1
public void setAddress1(String address1)
- Specified by:
setAddress1 in interface Store
getAddress2
public String getAddress2()
- Specified by:
getAddress2 in interface Store
setAddress2
public void setAddress2(String address2)
- Specified by:
setAddress2 in interface Store
getCity
public String getCity()
- Specified by:
getCity in interface Store
setCity
public void setCity(String city)
- Specified by:
setCity in interface Store
getZip
public String getZip()
- Specified by:
getZip in interface Store
setZip
public void setZip(String zip)
- Specified by:
setZip in interface Store
getCountry
public String getCountry()
- Specified by:
getCountry in interface Store
setCountry
public void setCountry(String country)
- Specified by:
setCountry in interface Store
getPhone
public String getPhone()
- Specified by:
getPhone in interface Store
setPhone
public void setPhone(String phone)
- Specified by:
setPhone in interface Store
getLongitude
public Float getLongitude()
- Specified by:
getLongitude in interface Store
setLongitude
public void setLongitude(Float longitude)
- Specified by:
setLongitude in interface Store
getLatitude
public Float getLatitude()
- Specified by:
getLatitude in interface Store
setLatitude
public void setLatitude(Float latitude)
- Specified by:
setLatitude in interface Store
setState
public void setState(String state)
- Specified by:
setState in interface Store
getState
public String getState()
- Specified by:
getState in interface Store
Copyright © 2012. All Rights Reserved.