Class QuoteConfigurationResponse
java.lang.Object
com.broadleafcommerce.cartoperation.web.endpoint.domain.quote.QuoteConfigurationResponse
- All Implemented Interfaces:
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 Summary
-
Method Summary
-
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
-
canEqual
-
hashCode
public int hashCode() -
toString
-