java.lang.Object
com.sap.hybris.saprevenuecloudcustomer.dto.Address
All Implemented Interfaces:
Serializable

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

    • Address

      public Address()
  • Method Details

    • toString

      public String toString()
      Overrides:
      toString in class Object
    • getEmail

      public String getEmail()
      Returns:
      the email
    • setEmail

      public void setEmail(String email)
      Parameters:
      email - the email to set
    • getPhone

      public String getPhone()
      Returns:
      the phone
    • setPhone

      public void setPhone(String phone)
      Parameters:
      phone - the phone to set
    • getStreet

      public String getStreet()
      Returns:
      the street
    • setStreet

      public void setStreet(String street)
      Parameters:
      street - the street to set
    • getHouseNumber

      public String getHouseNumber()
      Returns:
      the houseNumber
    • setHouseNumber

      public void setHouseNumber(String houseNumber)
      Parameters:
      houseNumber - the houseNumber to set
    • getCity

      public String getCity()
      Returns:
      the city
    • setCity

      public void setCity(String city)
      Parameters:
      city - the city to set
    • getState

      public String getState()
      Returns:
      the state
    • setState

      public void setState(String state)
      Parameters:
      state - the state to set
    • getPostalCode

      public String getPostalCode()
      Returns:
      the postalCode
    • setPostalCode

      public void setPostalCode(String postalCode)
      Parameters:
      postalCode - the postalCode to set
    • getCountry

      public String getCountry()
      Returns:
      the country
    • setCountry

      public void setCountry(String country)
      Parameters:
      country - the country to set
    • getIsDefault

      public String getIsDefault()
      Returns:
      the isDefault
    • setIsDefault

      public void setIsDefault(String isDefault)
      Parameters:
      isDefault - the isDefault to set