org.broadleafcommerce.core.store.domain
Interface Store

All Superinterfaces:
Serializable
All Known Implementing Classes:
StoreImpl

public interface Store
extends Serializable


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)
           
 

Method Detail

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 © 2012. All Rights Reserved.