Class FulfillmentOption
java.lang.Object
com.broadleafcommerce.paymentgateway.domain.FulfillmentOption
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanbooleanjavax.money.MonetaryAmountThe total price of this fulfillment option.The fulfillment type.The payment gateway-specific fulfillment type.getId()The ID of the fulfillment option.getLabel()The customer-facing label of this fulfillment option.inthashCode()booleanWhether or not this is the currently selected fulfillment option.voidsetAmount(javax.money.MonetaryAmount amount) The total price of this fulfillment option.voidsetFulfillmentType(String fulfillmentType) The fulfillment type.voidsetGatewayFulfillmentType(String gatewayFulfillmentType) The payment gateway-specific fulfillment type.voidThe ID of the fulfillment option.voidThe customer-facing label of this fulfillment option.voidsetSelected(boolean selected) Whether or not this is the currently selected fulfillment option.toString()
-
Constructor Details
-
FulfillmentOption
public FulfillmentOption()
-
-
Method Details
-
getId
The ID of the fulfillment option. -
getGatewayFulfillmentType
The payment gateway-specific fulfillment type. -
getFulfillmentType
The fulfillment type. -
getAmount
public javax.money.MonetaryAmount getAmount()The total price of this fulfillment option. -
getLabel
The customer-facing label of this fulfillment option. -
isSelected
public boolean isSelected()Whether or not this is the currently selected fulfillment option. -
setId
The ID of the fulfillment option. -
setGatewayFulfillmentType
The payment gateway-specific fulfillment type. -
setFulfillmentType
The fulfillment type. -
setAmount
public void setAmount(javax.money.MonetaryAmount amount) The total price of this fulfillment option. -
setLabel
The customer-facing label of this fulfillment option. -
setSelected
public void setSelected(boolean selected) Whether or not this is the currently selected fulfillment option. -
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-