org.broadleafcommerce.core.store.domain
Class ZipCodeImpl

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

@Entity
public class ZipCodeImpl
extends Object
implements Serializable, ZipCode

See Also:
Serialized Form

Constructor Summary
ZipCodeImpl()
           
 
Method Summary
 String getId()
           
 String getZipCity()
           
 Integer getZipcode()
           
 double getZipLatitude()
           
 double getZipLongitude()
           
 String getZipState()
           
 void setId(String id)
           
 void setZipCity(String zipCity)
           
 void setZipcode(Integer zipcode)
           
 void setZipLatitude(double zipLatitude)
           
 void setZipLongitude(double zipLongitude)
           
 void setZipState(String zipState)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ZipCodeImpl

public ZipCodeImpl()
Method Detail

getId

public String getId()
Specified by:
getId in interface ZipCode

setId

public void setId(String id)
Specified by:
setId in interface ZipCode

getZipcode

public Integer getZipcode()
Specified by:
getZipcode in interface ZipCode

setZipcode

public void setZipcode(Integer zipcode)
Specified by:
setZipcode in interface ZipCode

getZipState

public String getZipState()
Specified by:
getZipState in interface ZipCode

setZipState

public void setZipState(String zipState)
Specified by:
setZipState in interface ZipCode

getZipCity

public String getZipCity()
Specified by:
getZipCity in interface ZipCode

setZipCity

public void setZipCity(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.