Class QuoteConfigurationResponse

java.lang.Object
com.broadleafcommerce.cartoperation.web.endpoint.domain.quote.QuoteConfigurationResponse
All Implemented Interfaces:
Serializable

public class QuoteConfigurationResponse extends Object implements Serializable
Represents the response from getting the QuoteProperties.

This is useful for external components to determine if Quote functionalities are enabled for a given context.

Author:
Sunny Yu
See Also:
  • Constructor Details

    • QuoteConfigurationResponse

      public QuoteConfigurationResponse()
  • Method Details

    • isEnabled

      public boolean isEnabled()
      Whether Quote is enabled.
    • setEnabled

      public void setEnabled(boolean enabled)
      Whether Quote is enabled.
    • 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