Class SubscriptionItemDto
java.lang.Object
com.broadleafcommerce.promotion.offer.client.web.context.SubscriptionItemDto
- All Implemented Interfaces:
Serializable
Holds the information related to a subscription item.
- Since:
- 2.0.4
- Author:
- karanjariwala
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanbooleanAdditional attributes to include.The productId of the item that is purchased in a subscription.getSku()The SKU of the item that is purchased in a subscription.inthashCode()voidsetAttributes(Map<String, Object> attributes) Additional attributes to include.voidsetProductId(String productId) The productId of the item that is purchased in a subscription.voidThe SKU of the item that is purchased in a subscription.toString()
-
Constructor Details
-
SubscriptionItemDto
public SubscriptionItemDto()
-
-
Method Details
-
getSku
The SKU of the item that is purchased in a subscription. -
getProductId
The productId of the item that is purchased in a subscription. -
getAttributes
Additional attributes to include. -
setSku
The SKU of the item that is purchased in a subscription. -
setProductId
The productId of the item that is purchased in a subscription. -
setAttributes
Additional attributes to include. -
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-