Class BillingAddressDetailsForm
java.lang.Object
de.hybris.platform.sapdigitalpaymentaddon.forms.BillingAddressDetailsForm
Billing address details form
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleaninthashCode()booleanvoidsetBillingAddress(AddressForm billingAddress) voidsetBillTo_city(String billTo_city) voidsetBillTo_country(String billTo_country) voidsetBillTo_firstName(String billTo_firstName) voidsetBillTo_lastName(String billTo_lastName) voidsetBillTo_phoneNumber(String billTo_phoneNumber) voidsetBillTo_postalCode(String billTo_postalCode) voidsetBillTo_state(String billTo_state) voidsetBillTo_street1(String billTo_street1) voidsetBillTo_street2(String billTo_street2) voidsetBillTo_titleCode(String billTo_titleCode) voidsetUseDeliveryAddress(boolean useDeliveryAddress)
-
Constructor Details
-
BillingAddressDetailsForm
public BillingAddressDetailsForm()
-
-
Method Details
-
getBillTo_country
- Returns:
- the billTo_country
-
setBillTo_country
- Parameters:
billTo_country- the billTo_country to set
-
getBillingAddress
- Returns:
- the billingAddress
-
setBillingAddress
- 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
- Returns:
- the billTo_city
-
setBillTo_city
- Parameters:
billTo_city- the billTo_city to set
-
getBillTo_firstName
- Returns:
- the billTo_firstName
-
setBillTo_firstName
- Parameters:
billTo_firstName- the billTo_firstName to set
-
getBillTo_lastName
- Returns:
- the billTo_lastName
-
setBillTo_lastName
- Parameters:
billTo_lastName- the billTo_lastName to set
-
getBillTo_phoneNumber
- Returns:
- the billTo_phoneNumber
-
setBillTo_phoneNumber
- Parameters:
billTo_phoneNumber- the billTo_phoneNumber to set
-
getBillTo_postalCode
- Returns:
- the billTo_postalCode
-
setBillTo_postalCode
- Parameters:
billTo_postalCode- the billTo_postalCode to set
-
getBillTo_titleCode
- Returns:
- the billTo_titleCode
-
setBillTo_titleCode
- Parameters:
billTo_titleCode- the billTo_titleCode to set
-
getBillTo_state
- Returns:
- the billTo_state
-
setBillTo_state
- Parameters:
billTo_state- the billTo_state to set
-
getBillTo_street1
- Returns:
- the billTo_street1
-
setBillTo_street1
- Parameters:
billTo_street1- the billTo_street1 to set
-
getBillTo_street2
- Returns:
- the billTo_street2
-
setBillTo_street2
- Parameters:
billTo_street2- the billTo_street2 to set
-
hashCode
public int hashCode() -
equals
-