Class BillingInfoForm

java.lang.Object
org.broadleafcommerce.core.web.checkout.model.BillingInfoForm
All Implemented Interfaces:
Serializable

public class BillingInfoForm extends Object implements Serializable

A form to model adding the Billing Address to the Order

Author:
Elbert Bautista (elbertbautista), Brian Polster (bpolster)
See Also:
  • Field Details

    • address

      protected org.broadleafcommerce.profile.core.domain.Address address
    • useShippingAddress

      protected boolean useShippingAddress
    • customerPaymentId

      protected Long customerPaymentId
    • customerPayment

      protected org.broadleafcommerce.profile.core.domain.CustomerPayment customerPayment
    • saveNewPayment

      protected Boolean saveNewPayment
    • useCustomerPayment

      protected Boolean useCustomerPayment
    • paymentName

      protected String 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

      public Long getCustomerPaymentId()
    • setCustomerPaymentId

      public void setCustomerPaymentId(Long customerPaymentId)
    • getCustomerPayment

      public org.broadleafcommerce.profile.core.domain.CustomerPayment getCustomerPayment()
    • setCustomerPayment

      public void setCustomerPayment(org.broadleafcommerce.profile.core.domain.CustomerPayment customerPayment)
    • getUseCustomerPayment

      public Boolean getUseCustomerPayment()
    • setUseCustomerPayment

      public void setUseCustomerPayment(Boolean useCustomerPayment)
    • getSaveNewPayment

      public Boolean getSaveNewPayment()
    • setSaveNewPayment

      public void setSaveNewPayment(Boolean saveNewPayment)
    • getPaymentName

      public String getPaymentName()
    • setPaymentName

      public void setPaymentName(String paymentName)