java.lang.Object
de.hybris.platform.acceleratorservices.web.payment.forms.AddressForm

public class AddressForm extends Object
  • Constructor Details

    • AddressForm

      public AddressForm()
  • Method Details

    • getAddressId

      public String getAddressId()
    • setAddressId

      public void setAddressId(String addressId)
    • getTitleCode

      public String getTitleCode()
      Returns:
      the titleCode
    • setTitleCode

      public void setTitleCode(String titleCode)
      Parameters:
      titleCode - the titleCode to set
    • getFirstName

      public String getFirstName()
      Returns:
      the firstName
    • setFirstName

      public void setFirstName(String firstName)
      Parameters:
      firstName - the firstName to set
    • getLastName

      public String getLastName()
      Returns:
      the lastName
    • setLastName

      public void setLastName(String lastName)
      Parameters:
      lastName - the lastName to set
    • getLine1

      public String getLine1()
      Returns:
      the line1
    • setLine1

      public void setLine1(String line1)
      Parameters:
      line1 - the line1 to set
    • getLine2

      public String getLine2()
      Returns:
      the line2
    • setLine2

      public void setLine2(String line2)
      Parameters:
      line2 - the line2 to set
    • getTownCity

      public String getTownCity()
      Returns:
      the townCity
    • setTownCity

      public void setTownCity(String townCity)
      Parameters:
      townCity - the townCity to set
    • getPostcode

      public String getPostcode()
      Returns:
      the postcode
    • setPostcode

      public void setPostcode(String postcode)
      Parameters:
      postcode - the postcode to set
    • getCountryIso

      public String getCountryIso()
      Returns:
      the countryIso
    • setCountryIso

      public void setCountryIso(String countryIso)
      Parameters:
      countryIso - the countryIso to set
    • getState

      public String getState()
      Returns:
      the state
    • setState

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

      public String getPhoneNumber()
      Returns:
      the phoneNumber
    • setPhoneNumber

      public void setPhoneNumber(String phoneNumber)
      Parameters:
      phoneNumber - the phoneNumber to set
    • getEmailAddress

      public String getEmailAddress()
      Returns:
      the emailAddress
    • setEmailAddress

      public void setEmailAddress(String emailAddress)
      Parameters:
      emailAddress - the emailAddress to set
    • getCompany

      public String getCompany()
      Returns:
      the company
    • setCompany

      public void setCompany(String company)
      Parameters:
      company - the company to set