org.broadleafcommerce.core.store.domain
Class StoreImpl

java.lang.Object
  extended by org.broadleafcommerce.core.store.domain.StoreImpl
All Implemented Interfaces:
Serializable, Store

@Entity
public class StoreImpl
extends Object
implements Store

See Also:
Serialized Form

Constructor Summary
StoreImpl()
           
 
Method Summary
 String getAddress1()
           
 String getAddress2()
           
 String getCity()
           
 String getCountry()
           
 String 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(String 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)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StoreImpl

public StoreImpl()
Method Detail

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 Double getLongitude()
Specified by:
getLongitude in interface Store

setLongitude

public void setLongitude(Double longitude)
Specified by:
setLongitude in interface Store

getLatitude

public Double getLatitude()
Specified by:
getLatitude in interface Store

setLatitude

public void setLatitude(Double 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 © 2013. All Rights Reserved.