org.broadleafcommerce.core.store.domain
Class ZipCodeImpl
java.lang.Object
org.broadleafcommerce.core.store.domain.ZipCodeImpl
- All Implemented Interfaces:
- java.io.Serializable, ZipCode
@Entity
public class ZipCodeImpl
- extends java.lang.Object
- implements java.io.Serializable, ZipCode
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ZipCodeImpl
public ZipCodeImpl()
getId
public java.lang.String getId()
- Specified by:
getId in interface ZipCode
setId
public void setId(java.lang.String id)
- Specified by:
setId in interface ZipCode
getZipcode
public java.lang.Integer getZipcode()
- Specified by:
getZipcode in interface ZipCode
setZipcode
public void setZipcode(java.lang.Integer zipcode)
- Specified by:
setZipcode in interface ZipCode
getZipState
public java.lang.String getZipState()
- Specified by:
getZipState in interface ZipCode
setZipState
public void setZipState(java.lang.String zipState)
- Specified by:
setZipState in interface ZipCode
getZipCity
public java.lang.String getZipCity()
- Specified by:
getZipCity in interface ZipCode
setZipCity
public void setZipCity(java.lang.String zipCity)
- Specified by:
setZipCity in interface ZipCode
getZipLongitude
public double getZipLongitude()
- Specified by:
getZipLongitude in interface ZipCode
setZipLongitude
public void setZipLongitude(double zipLongitude)
- Specified by:
setZipLongitude in interface ZipCode
getZipLatitude
public double getZipLatitude()
- Specified by:
getZipLatitude in interface ZipCode
setZipLatitude
public void setZipLatitude(double zipLatitude)
- Specified by:
setZipLatitude in interface ZipCode
Copyright © 2012. All Rights Reserved.