Class BillingInfoForm
java.lang.Object
org.broadleafcommerce.core.web.checkout.model.BillingInfoForm
- All Implemented Interfaces:
Serializable
A form to model adding the Billing Address to the Order
- Author:
- Elbert Bautista (elbertbautista), Brian Polster (bpolster)
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.broadleafcommerce.profile.core.domain.Addressorg.broadleafcommerce.profile.core.domain.CustomerPaymentbooleanvoidsetAddress(org.broadleafcommerce.profile.core.domain.Address address) voidsetCustomerPayment(org.broadleafcommerce.profile.core.domain.CustomerPayment customerPayment) voidsetCustomerPaymentId(Long customerPaymentId) voidsetPaymentName(String paymentName) voidsetSaveNewPayment(Boolean saveNewPayment) voidsetUseCustomerPayment(Boolean useCustomerPayment) voidsetUseShippingAddress(boolean useShippingAddress)
-
Field Details
-
address
protected org.broadleafcommerce.profile.core.domain.Address address -
useShippingAddress
protected boolean useShippingAddress -
customerPaymentId
-
customerPayment
protected org.broadleafcommerce.profile.core.domain.CustomerPayment customerPayment -
saveNewPayment
-
useCustomerPayment
-
paymentName
-
-
Constructor Details
-
BillingInfoForm
public BillingInfoForm()
-
-
Method Details
-
getAddress
public org.broadleafcommerce.profile.core.domain.Address getAddress() -
setAddress
public void setAddress(org.broadleafcommerce.profile.core.domain.Address address) -
isUseShippingAddress
public boolean isUseShippingAddress() -
setUseShippingAddress
public void setUseShippingAddress(boolean useShippingAddress) -
getCustomerPaymentId
-
setCustomerPaymentId
-
getCustomerPayment
public org.broadleafcommerce.profile.core.domain.CustomerPayment getCustomerPayment() -
setCustomerPayment
public void setCustomerPayment(org.broadleafcommerce.profile.core.domain.CustomerPayment customerPayment) -
getUseCustomerPayment
-
setUseCustomerPayment
-
getSaveNewPayment
-
setSaveNewPayment
-
getPaymentName
-
setPaymentName
-