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 Address |
address |
protected 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 |
|---|---|
Address |
getAddress() |
CustomerPayment |
getCustomerPayment() |
Long |
getCustomerPaymentId() |
String |
getPaymentName() |
Boolean |
getSaveNewPayment() |
Boolean |
getUseCustomerPayment() |
boolean |
isUseShippingAddress() |
void |
setAddress(Address address) |
void |
setCustomerPayment(CustomerPayment customerPayment) |
void |
setCustomerPaymentId(Long customerPaymentId) |
void |
setPaymentName(String paymentName) |
void |
setSaveNewPayment(Boolean saveNewPayment) |
void |
setUseCustomerPayment(Boolean useCustomerPayment) |
void |
setUseShippingAddress(boolean useShippingAddress) |
protected Address address
protected boolean useShippingAddress
protected Long customerPaymentId
protected CustomerPayment customerPayment
protected Boolean saveNewPayment
protected Boolean useCustomerPayment
protected String paymentName
public Address getAddress()
public void setAddress(Address address)
public boolean isUseShippingAddress()
public void setUseShippingAddress(boolean useShippingAddress)
public Long getCustomerPaymentId()
public void setCustomerPaymentId(Long customerPaymentId)
public CustomerPayment getCustomerPayment()
public void setCustomerPayment(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 © 2017. All rights reserved.