Class FulfillmentOption

java.lang.Object
com.broadleafcommerce.paymentgateway.domain.FulfillmentOption
All Implemented Interfaces:
Serializable

public class FulfillmentOption extends Object implements Serializable
See Also:
  • Constructor Details

    • FulfillmentOption

      public FulfillmentOption()
  • Method Details

    • getId

      public String getId()
      The ID of the fulfillment option.
    • getGatewayFulfillmentType

      public String getGatewayFulfillmentType()
      The payment gateway-specific fulfillment type.
    • getFulfillmentType

      public String getFulfillmentType()
      The fulfillment type.
    • getAmount

      public javax.money.MonetaryAmount getAmount()
      The total price of this fulfillment option.
    • getLabel

      public String getLabel()
      The customer-facing label of this fulfillment option.
    • isSelected

      public boolean isSelected()
      Whether or not this is the currently selected fulfillment option.
    • setId

      public void setId(String id)
      The ID of the fulfillment option.
    • setGatewayFulfillmentType

      public void setGatewayFulfillmentType(String gatewayFulfillmentType)
      The payment gateway-specific fulfillment type.
    • setFulfillmentType

      public void setFulfillmentType(String fulfillmentType)
      The fulfillment type.
    • setAmount

      public void setAmount(javax.money.MonetaryAmount amount)
      The total price of this fulfillment option.
    • setLabel

      public void setLabel(String label)
      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

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • canEqual

      protected boolean canEqual(Object other)
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object