Class CarStoreAddress

java.lang.Object
de.hybris.platform.sap.sapcarintegration.data.CarStoreAddress
All Implemented Interfaces:
Serializable

public class CarStoreAddress extends Object implements Serializable
See Also:
  • Constructor Details

    • CarStoreAddress

      public CarStoreAddress()
  • Method Details

    • setHouseNumber

      public void setHouseNumber(String houseNumber)
    • getHouseNumber

      public String getHouseNumber()
    • setPoBox

      public void setPoBox(String poBox)
    • getPoBox

      public String getPoBox()
    • setStreet

      public void setStreet(String street)
    • getStreet

      public String getStreet()
    • setBuilding

      public void setBuilding(String building)
    • getBuilding

      public String getBuilding()
    • setZip

      public void setZip(String zip)
    • getZip

      public String getZip()
    • setCity

      public void setCity(String city)
    • getCity

      public String getCity()
    • setCountryCode

      public void setCountryCode(String countryCode)
    • getCountryCode

      public String getCountryCode()