Class BillingAddressDetailsForm
- java.lang.Object
-
- de.hybris.platform.sapdigitalpaymentaddon.forms.BillingAddressDetailsForm
-
public class BillingAddressDetailsForm extends java.lang.ObjectBilling address details form
-
-
Constructor Summary
Constructors Constructor Description BillingAddressDetailsForm()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object obj)AddressFormgetBillingAddress()java.lang.StringgetBillTo_city()java.lang.StringgetBillTo_country()java.lang.StringgetBillTo_firstName()java.lang.StringgetBillTo_lastName()java.lang.StringgetBillTo_phoneNumber()java.lang.StringgetBillTo_postalCode()java.lang.StringgetBillTo_state()java.lang.StringgetBillTo_street1()java.lang.StringgetBillTo_street2()java.lang.StringgetBillTo_titleCode()inthashCode()booleanisUseDeliveryAddress()voidsetBillingAddress(AddressForm billingAddress)voidsetBillTo_city(java.lang.String billTo_city)voidsetBillTo_country(java.lang.String billTo_country)voidsetBillTo_firstName(java.lang.String billTo_firstName)voidsetBillTo_lastName(java.lang.String billTo_lastName)voidsetBillTo_phoneNumber(java.lang.String billTo_phoneNumber)voidsetBillTo_postalCode(java.lang.String billTo_postalCode)voidsetBillTo_state(java.lang.String billTo_state)voidsetBillTo_street1(java.lang.String billTo_street1)voidsetBillTo_street2(java.lang.String billTo_street2)voidsetBillTo_titleCode(java.lang.String billTo_titleCode)voidsetUseDeliveryAddress(boolean useDeliveryAddress)
-
-
-
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:
hashCodein classjava.lang.Object
-
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equalsin classjava.lang.Object
-
-