atg.projects.store.order.purchase
Class CheckoutOptionSelections

java.lang.Object
  extended by atg.projects.store.order.purchase.CheckoutOptionSelections

public class CheckoutOptionSelections
extends java.lang.Object


Field Summary
static java.lang.String CLASS_VERSION
          Class version string.
 
Constructor Summary
CheckoutOptionSelections()
           
 
Method Summary
 java.lang.String getCheckoutOption()
           
 boolean getPrefillBillingAddress()
           
 boolean getPrefillCreditCard()
           
 boolean getPrefillShippingAddress()
           
 void setCheckoutOption(java.lang.String pCheckoutOption)
           
 void setPrefillBillingAddress(boolean pPrefillBillingAddress)
           
 void setPrefillCreditCard(boolean pPrefillCreditCard)
           
 void setPrefillShippingAddress(boolean pPrefillShippingAddress)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CLASS_VERSION

public static java.lang.String CLASS_VERSION
Class version string.

Constructor Detail

CheckoutOptionSelections

public CheckoutOptionSelections()
Method Detail

getPrefillShippingAddress

public boolean getPrefillShippingAddress()
Returns:
prefill shipping address.

setPrefillShippingAddress

public void setPrefillShippingAddress(boolean pPrefillShippingAddress)
Parameters:
pPrefillShippingAddress - - prefill shipping address.

getPrefillBillingAddress

public boolean getPrefillBillingAddress()
Returns:
prefill billing address.

setPrefillBillingAddress

public void setPrefillBillingAddress(boolean pPrefillBillingAddress)
Parameters:
pPrefillBillingAddress - - prefill billing address.

getPrefillCreditCard

public boolean getPrefillCreditCard()
Returns:
prefill credit card.

setPrefillCreditCard

public void setPrefillCreditCard(boolean pPrefillCreditCard)
Parameters:
pPrefillCreditCard - - prefilled credit card.

getCheckoutOption

public java.lang.String getCheckoutOption()
Returns:
he checkout option selected at the start of checkout.

setCheckoutOption

public void setCheckoutOption(java.lang.String pCheckoutOption)
Parameters:
pCheckoutOption - - the checkout option selected at the start of checkout.