Class ZipCodeImpl
java.lang.Object
org.broadleafcommerce.core.store.domain.ZipCodeImpl
- All Implemented Interfaces:
Serializable,ZipCode
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetId()doubledoublevoidvoidsetZipCity(String zipCity) voidsetZipcode(Integer zipcode) voidsetZipLatitude(double zipLatitude) voidsetZipLongitude(double zipLongitude) voidsetZipState(String zipState)
-
Constructor Details
-
ZipCodeImpl
public ZipCodeImpl()
-
-
Method Details
-
getId
-
setId
-
getZipcode
- Specified by:
getZipcodein interfaceZipCode
-
setZipcode
- Specified by:
setZipcodein interfaceZipCode
-
getZipState
- Specified by:
getZipStatein interfaceZipCode
-
setZipState
- Specified by:
setZipStatein interfaceZipCode
-
getZipCity
- Specified by:
getZipCityin interfaceZipCode
-
setZipCity
- Specified by:
setZipCityin interfaceZipCode
-
getZipLongitude
public double getZipLongitude()- Specified by:
getZipLongitudein interfaceZipCode
-
setZipLongitude
public void setZipLongitude(double zipLongitude) - Specified by:
setZipLongitudein interfaceZipCode
-
getZipLatitude
public double getZipLatitude()- Specified by:
getZipLatitudein interfaceZipCode
-
setZipLatitude
public void setZipLatitude(double zipLatitude) - Specified by:
setZipLatitudein interfaceZipCode
-