Class CartItemAttributeConstants.Quote
java.lang.Object
com.broadleafcommerce.cartoperation.domain.CartItemAttributeConstants.Quote
- Enclosing class:
- CartItemAttributeConstants
Constants for
CartItem.getAttributes()
for
DefaultCartItemTypes.CUSTOM_QUOTE_ITEM
.
These are typically informational fields for sales rep for quote negotiation.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final String
The budget for the quote item.static final String
The item name for the quote item.static final String
The item number for the quote item.static final String
The message for the quote item.static final String
The request type for the quote item.static final String
The requested type for the quote item.static final String
The timeframe for the quote item. -
Constructor Summary
-
Method Summary
-
Field Details
-
ITEM_NAME
The item name for the quote item.- See Also:
-
ITEM_NUMBER
The item number for the quote item.- See Also:
-
REQUEST_TYPE
The request type for the quote item.- See Also:
-
REQUESTED_PRICE
The requested type for the quote item.- See Also:
-
BUDGET
The budget for the quote item.- See Also:
-
TIMEFRAME
The timeframe for the quote item.- See Also:
-
MESSAGE
The message for the quote item.- See Also:
-
-
Constructor Details
-
Quote
public Quote()
-