Class BillingAddressDetailsForm

java.lang.Object
de.hybris.platform.sapdigitalpaymentaddon.forms.BillingAddressDetailsForm

public class BillingAddressDetailsForm extends Object
Billing address details form
  • Constructor Details

    • BillingAddressDetailsForm

      public BillingAddressDetailsForm()
  • Method Details

    • getBillTo_country

      public String getBillTo_country()
      Returns:
      the billTo_country
    • setBillTo_country

      public void setBillTo_country(String billTo_country)
      Parameters:
      billTo_country - the billTo_country to set
    • getBillingAddress

      public AddressForm getBillingAddress()
      Returns:
      the billingAddress
    • setBillingAddress

      public void setBillingAddress(AddressForm billingAddress)
      Parameters:
      billingAddress - the billingAddress to set
    • isUseDeliveryAddress

      public boolean isUseDeliveryAddress()
      Returns:
      the useDeliveryAddress
    • setUseDeliveryAddress

      public void setUseDeliveryAddress(boolean useDeliveryAddress)
      Parameters:
      useDeliveryAddress - the useDeliveryAddress to set
    • getBillTo_city

      public String getBillTo_city()
      Returns:
      the billTo_city
    • setBillTo_city

      public void setBillTo_city(String billTo_city)
      Parameters:
      billTo_city - the billTo_city to set
    • getBillTo_firstName

      public String getBillTo_firstName()
      Returns:
      the billTo_firstName
    • setBillTo_firstName

      public void setBillTo_firstName(String billTo_firstName)
      Parameters:
      billTo_firstName - the billTo_firstName to set
    • getBillTo_lastName

      public String getBillTo_lastName()
      Returns:
      the billTo_lastName
    • setBillTo_lastName

      public void setBillTo_lastName(String billTo_lastName)
      Parameters:
      billTo_lastName - the billTo_lastName to set
    • getBillTo_phoneNumber

      public String getBillTo_phoneNumber()
      Returns:
      the billTo_phoneNumber
    • setBillTo_phoneNumber

      public void setBillTo_phoneNumber(String billTo_phoneNumber)
      Parameters:
      billTo_phoneNumber - the billTo_phoneNumber to set
    • getBillTo_postalCode

      public String getBillTo_postalCode()
      Returns:
      the billTo_postalCode
    • setBillTo_postalCode

      public void setBillTo_postalCode(String billTo_postalCode)
      Parameters:
      billTo_postalCode - the billTo_postalCode to set
    • getBillTo_titleCode

      public String getBillTo_titleCode()
      Returns:
      the billTo_titleCode
    • setBillTo_titleCode

      public void setBillTo_titleCode(String billTo_titleCode)
      Parameters:
      billTo_titleCode - the billTo_titleCode to set
    • getBillTo_state

      public String getBillTo_state()
      Returns:
      the billTo_state
    • setBillTo_state

      public void setBillTo_state(String billTo_state)
      Parameters:
      billTo_state - the billTo_state to set
    • getBillTo_street1

      public String getBillTo_street1()
      Returns:
      the billTo_street1
    • setBillTo_street1

      public void setBillTo_street1(String billTo_street1)
      Parameters:
      billTo_street1 - the billTo_street1 to set
    • getBillTo_street2

      public String getBillTo_street2()
      Returns:
      the billTo_street2
    • setBillTo_street2

      public void setBillTo_street2(String billTo_street2)
      Parameters:
      billTo_street2 - the billTo_street2 to set
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • equals

      public boolean equals(Object obj)
      Overrides:
      equals in class Object