org.broadleafcommerce.core.web.order.model
Class BillingInformation

java.lang.Object
  extended by org.broadleafcommerce.core.web.order.model.BillingInformation

public class BillingInformation
extends Object


Constructor Summary
BillingInformation()
           
 
Method Summary
 Long getCreditCardNumber()
           
 String getCreditCardType()
           
 CustomerAddress getCustomerAddress()
           
 Integer getCvvCodeNewCard()
           
 Integer getExpirationMonth()
           
 String getExpirationMonthString()
           
 Integer getExpirationYear()
           
 void setCreditCardNumber(Long creditCardNumber)
           
 void setCreditCardType(String creditCardType)
           
 void setCustomerAddress(CustomerAddress customerAddress)
           
 void setCvvCodeNewCard(Integer cvvCodeNewCard)
           
 void setExpirationMonth(Integer expirationMonth)
           
 void setExpirationMonthString(String expirationMonthString)
           
 void setExpirationYear(Integer expirationYear)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BillingInformation

public BillingInformation()
Method Detail

getCustomerAddress

public CustomerAddress getCustomerAddress()

setCustomerAddress

public void setCustomerAddress(CustomerAddress customerAddress)

getCreditCardNumber

public Long getCreditCardNumber()

setCreditCardNumber

public void setCreditCardNumber(Long creditCardNumber)

getCvvCodeNewCard

public Integer getCvvCodeNewCard()

setCvvCodeNewCard

public void setCvvCodeNewCard(Integer cvvCodeNewCard)

getCreditCardType

public String getCreditCardType()

setCreditCardType

public void setCreditCardType(String creditCardType)

getExpirationMonth

public Integer getExpirationMonth()

setExpirationMonth

public void setExpirationMonth(Integer expirationMonth)

getExpirationYear

public Integer getExpirationYear()

setExpirationYear

public void setExpirationYear(Integer expirationYear)

getExpirationMonthString

public String getExpirationMonthString()

setExpirationMonthString

public void setExpirationMonthString(String expirationMonthString)


Copyright © 2012. All Rights Reserved.