Class ShoppingCartCheckoutParams
- java.lang.Object
-
- org.cyclos.model.Bean
-
- org.cyclos.model.marketplace.webshoporders.OrderActionParams
-
- org.cyclos.model.marketplace.webshoporders.ShoppingCartCheckoutParams
-
- All Implemented Interfaces:
Serializable
public class ShoppingCartCheckoutParams extends OrderActionParams
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static StringCLASS_NAMEstatic BasicProperty<String,ShoppingCartCheckoutParams>CONFIRMATION_PASSWORDstatic BasicProperty<AddressDTO,ShoppingCartCheckoutParams>DELIVERY_ADDRESSstatic BasicProperty<AdDeliveryMethodVO,ShoppingCartCheckoutParams>DELIVERY_METHODstatic BasicProperty<TransferTypeVO,ShoppingCartCheckoutParams>PAYMENT_TYPE-
Fields inherited from class org.cyclos.model.marketplace.webshoporders.OrderActionParams
ORDER, REMARKS
-
-
Constructor Summary
Constructors Constructor Description ShoppingCartCheckoutParams()ShoppingCartCheckoutParams(Property<T,? super ShoppingCartCheckoutParams> property, T value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringclassName()protected List<Property<?,?>>doGetProperties()StringgetConfirmationPassword()AddressDTOgetDeliveryAddress()AdDeliveryMethodVOgetDeliveryMethod()TransferTypeVOgetPaymentType()voidsetConfirmationPassword(String confirmationPassword)voidsetDeliveryAddress(AddressDTO deliveryAddress)voidsetDeliveryMethod(AdDeliveryMethodVO deliveryMethod)voidsetPaymentType(TransferTypeVO paymentType)-
Methods inherited from class org.cyclos.model.marketplace.webshoporders.OrderActionParams
getOrder, getRemarks, setOrder, setRemarks
-
Methods inherited from class org.cyclos.model.Bean
addPropertyChangeListener, addPropertyChangeListener, attributeNames, backup, changes, clearAttributes, copyPropertiesTo, copyPropertiesTo, copyPropertiesTo, dataAccessor, firePropertyChange, get, getAttribute, initDataAccessor, properties, property, propertyMap, removeAttribute, removePropertyChangeListener, removePropertyChangeListener, restore, set, set, setAttribute, setWithPropagationId, values
-
-
-
-
Field Detail
-
CLASS_NAME
public static final String CLASS_NAME
-
CONFIRMATION_PASSWORD
public static final BasicProperty<String,ShoppingCartCheckoutParams> CONFIRMATION_PASSWORD
-
DELIVERY_ADDRESS
public static final BasicProperty<AddressDTO,ShoppingCartCheckoutParams> DELIVERY_ADDRESS
-
DELIVERY_METHOD
public static final BasicProperty<AdDeliveryMethodVO,ShoppingCartCheckoutParams> DELIVERY_METHOD
-
PAYMENT_TYPE
public static final BasicProperty<TransferTypeVO,ShoppingCartCheckoutParams> PAYMENT_TYPE
-
-
Constructor Detail
-
ShoppingCartCheckoutParams
public ShoppingCartCheckoutParams()
-
ShoppingCartCheckoutParams
public ShoppingCartCheckoutParams(Property<T,? super ShoppingCartCheckoutParams> property, T value)
-
-
Method Detail
-
doGetProperties
protected List<Property<?,?>> doGetProperties()
- Overrides:
doGetPropertiesin classOrderActionParams
-
getConfirmationPassword
public String getConfirmationPassword()
-
setConfirmationPassword
public void setConfirmationPassword(String confirmationPassword)
-
getDeliveryAddress
public AddressDTO getDeliveryAddress()
-
setDeliveryAddress
public void setDeliveryAddress(AddressDTO deliveryAddress)
-
getDeliveryMethod
public AdDeliveryMethodVO getDeliveryMethod()
-
setDeliveryMethod
public void setDeliveryMethod(AdDeliveryMethodVO deliveryMethod)
-
getPaymentType
public TransferTypeVO getPaymentType()
-
setPaymentType
public void setPaymentType(TransferTypeVO paymentType)
-
-