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 TypeMethodDescriptionbooleanvoidsetAddress(Address address) voidsetCustomerPayment(CustomerPayment customerPayment) voidsetCustomerPaymentId(Long customerPaymentId) voidsetPaymentName(String paymentName) voidsetSaveNewPayment(Boolean saveNewPayment) voidsetUseCustomerPayment(Boolean useCustomerPayment) voidsetUseShippingAddress(boolean useShippingAddress)
-
Field Details
-
address
-
useShippingAddress
protected boolean useShippingAddress -
customerPaymentId
-
customerPayment
-
saveNewPayment
-
useCustomerPayment
-
paymentName
-
-
Constructor Details
-
BillingInfoForm
public BillingInfoForm()
-
-
Method Details
-
getAddress
-
setAddress
-
isUseShippingAddress
public boolean isUseShippingAddress() -
setUseShippingAddress
public void setUseShippingAddress(boolean useShippingAddress) -
getCustomerPaymentId
-
setCustomerPaymentId
-
getCustomerPayment
-
setCustomerPayment
-
getUseCustomerPayment
-
setUseCustomerPayment
-
getSaveNewPayment
-
setSaveNewPayment
-
getPaymentName
-
setPaymentName
-