Class BillingAddressDetailsForm


  • public class BillingAddressDetailsForm
    extends java.lang.Object
    Billing address details form
    • Constructor Detail

      • BillingAddressDetailsForm

        public BillingAddressDetailsForm()
    • Method Detail

      • getBillTo_country

        public java.lang.String getBillTo_country()
        Returns:
        the billTo_country
      • setBillTo_country

        public void setBillTo_country​(java.lang.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 java.lang.String getBillTo_city()
        Returns:
        the billTo_city
      • setBillTo_city

        public void setBillTo_city​(java.lang.String billTo_city)
        Parameters:
        billTo_city - the billTo_city to set
      • getBillTo_firstName

        public java.lang.String getBillTo_firstName()
        Returns:
        the billTo_firstName
      • setBillTo_firstName

        public void setBillTo_firstName​(java.lang.String billTo_firstName)
        Parameters:
        billTo_firstName - the billTo_firstName to set
      • getBillTo_lastName

        public java.lang.String getBillTo_lastName()
        Returns:
        the billTo_lastName
      • setBillTo_lastName

        public void setBillTo_lastName​(java.lang.String billTo_lastName)
        Parameters:
        billTo_lastName - the billTo_lastName to set
      • getBillTo_phoneNumber

        public java.lang.String getBillTo_phoneNumber()
        Returns:
        the billTo_phoneNumber
      • setBillTo_phoneNumber

        public void setBillTo_phoneNumber​(java.lang.String billTo_phoneNumber)
        Parameters:
        billTo_phoneNumber - the billTo_phoneNumber to set
      • getBillTo_postalCode

        public java.lang.String getBillTo_postalCode()
        Returns:
        the billTo_postalCode
      • setBillTo_postalCode

        public void setBillTo_postalCode​(java.lang.String billTo_postalCode)
        Parameters:
        billTo_postalCode - the billTo_postalCode to set
      • getBillTo_titleCode

        public java.lang.String getBillTo_titleCode()
        Returns:
        the billTo_titleCode
      • setBillTo_titleCode

        public void setBillTo_titleCode​(java.lang.String billTo_titleCode)
        Parameters:
        billTo_titleCode - the billTo_titleCode to set
      • getBillTo_state

        public java.lang.String getBillTo_state()
        Returns:
        the billTo_state
      • setBillTo_state

        public void setBillTo_state​(java.lang.String billTo_state)
        Parameters:
        billTo_state - the billTo_state to set
      • getBillTo_street1

        public java.lang.String getBillTo_street1()
        Returns:
        the billTo_street1
      • setBillTo_street1

        public void setBillTo_street1​(java.lang.String billTo_street1)
        Parameters:
        billTo_street1 - the billTo_street1 to set
      • getBillTo_street2

        public java.lang.String getBillTo_street2()
        Returns:
        the billTo_street2
      • setBillTo_street2

        public void setBillTo_street2​(java.lang.String billTo_street2)
        Parameters:
        billTo_street2 - the billTo_street2 to set
      • hashCode

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

        public boolean equals​(java.lang.Object obj)
        Overrides:
        equals in class java.lang.Object