|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.elasticpath.sfweb.formbean.impl.EpFormBeanImpl
com.elasticpath.sfweb.formbean.impl.CheckoutCreditCardFormBeanImpl
public class CheckoutCreditCardFormBeanImpl
Form bean for creating new addresses during the checkout.
| Constructor Summary | |
|---|---|
CheckoutCreditCardFormBeanImpl()
|
|
| Method Summary | |
|---|---|
java.util.List |
getExistingCreditCards()
Get the available credit cards that the customer may choose to pay with. |
CustomerCreditCard |
getNewCreditCard()
Get a new CustomerCreditCard object to store a newly entered credit card. |
void |
setExistingCreditCards(java.util.List existingCreditCards)
Set the available credit cards that the customer may choose to pay with. |
void |
setNewCreditCard(CustomerCreditCard creditCard)
Set the credit card object to be used to record a new credit card. |
| Methods inherited from class com.elasticpath.sfweb.formbean.impl.EpFormBeanImpl |
|---|
getElasticPath |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface com.elasticpath.sfweb.formbean.EpFormBean |
|---|
getElasticPath |
| Constructor Detail |
|---|
public CheckoutCreditCardFormBeanImpl()
| Method Detail |
|---|
public java.util.List getExistingCreditCards()
getExistingCreditCards in interface CheckoutCreditCardFormBeanpublic CustomerCreditCard getNewCreditCard()
CustomerCreditCard object to store a newly entered credit card.
getNewCreditCard in interface CheckoutCreditCardFormBeanpublic void setExistingCreditCards(java.util.List existingCreditCards)
setExistingCreditCards in interface CheckoutCreditCardFormBeanexistingCreditCards - the list of credit cardspublic void setNewCreditCard(CustomerCreditCard creditCard)
setNewCreditCard in interface CheckoutCreditCardFormBeancreditCard - the new credit card
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||