public class BillingInfoForm extends Object implements Serializable
A form to model adding the Billing Address to the Order
| Modifier and Type | Field and Description |
|---|---|
protected org.broadleafcommerce.profile.core.domain.Address |
address |
protected org.broadleafcommerce.profile.core.domain.CustomerPayment |
customerPayment |
protected Long |
customerPaymentId |
protected String |
paymentName |
protected Boolean |
saveNewPayment |
protected Boolean |
useCustomerPayment |
protected boolean |
useShippingAddress |
| Constructor and Description |
|---|
BillingInfoForm() |
| Modifier and Type | Method and Description |
|---|---|
org.broadleafcommerce.profile.core.domain.Address |
getAddress() |
org.broadleafcommerce.profile.core.domain.CustomerPayment |
getCustomerPayment() |
Long |
getCustomerPaymentId() |
String |
getPaymentName() |
Boolean |
getSaveNewPayment() |
Boolean |
getUseCustomerPayment() |
boolean |
isUseShippingAddress() |
void |
setAddress(org.broadleafcommerce.profile.core.domain.Address address) |
void |
setCustomerPayment(org.broadleafcommerce.profile.core.domain.CustomerPayment customerPayment) |
void |
setCustomerPaymentId(Long customerPaymentId) |
void |
setPaymentName(String paymentName) |
void |
setSaveNewPayment(Boolean saveNewPayment) |
void |
setUseCustomerPayment(Boolean useCustomerPayment) |
void |
setUseShippingAddress(boolean useShippingAddress) |
protected org.broadleafcommerce.profile.core.domain.Address address
protected boolean useShippingAddress
protected Long customerPaymentId
protected org.broadleafcommerce.profile.core.domain.CustomerPayment customerPayment
protected Boolean saveNewPayment
protected Boolean useCustomerPayment
protected String paymentName
public org.broadleafcommerce.profile.core.domain.Address getAddress()
public void setAddress(org.broadleafcommerce.profile.core.domain.Address address)
public boolean isUseShippingAddress()
public void setUseShippingAddress(boolean useShippingAddress)
public Long getCustomerPaymentId()
public void setCustomerPaymentId(Long customerPaymentId)
public org.broadleafcommerce.profile.core.domain.CustomerPayment getCustomerPayment()
public void setCustomerPayment(org.broadleafcommerce.profile.core.domain.CustomerPayment customerPayment)
public Boolean getUseCustomerPayment()
public void setUseCustomerPayment(Boolean useCustomerPayment)
public Boolean getSaveNewPayment()
public void setSaveNewPayment(Boolean saveNewPayment)
public String getPaymentName()
public void setPaymentName(String paymentName)
Copyright © 2022. All rights reserved.