Class UserSubscriptionSummary
java.lang.Object
com.broadleafcommerce.cartoperation.domain.subscription.UserSubscriptionSummary
- All Implemented Interfaces:
Serializable
Holds summary of the former and current subscriptions purchased by a user.
- Since:
- Cart Operation Service 2.3.0, Release Train 2.3.0
- Author:
- karanjariwala
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanbooleanExistingSubscriptionDetailsof the active subscriptions purchased by the user.Additional attributes to include.ExistingSubscriptionDetailsof the former subscriptions purchased by the user.inthashCode()voidsetActiveSubscriptions(List<ExistingSubscriptionDetails> activeSubscriptions) ExistingSubscriptionDetailsof the active subscriptions purchased by the user.voidsetAttributes(Map<String, Object> attributes) Additional attributes to include.voidsetFormerSubscriptions(List<ExistingSubscriptionDetails> formerSubscriptions) ExistingSubscriptionDetailsof the former subscriptions purchased by the user.toString()
-
Constructor Details
-
UserSubscriptionSummary
public UserSubscriptionSummary()
-
-
Method Details
-
getFormerSubscriptions
ExistingSubscriptionDetailsof the former subscriptions purchased by the user. -
getActiveSubscriptions
ExistingSubscriptionDetailsof the active subscriptions purchased by the user. -
getAttributes
Additional attributes to include. -
setFormerSubscriptions
ExistingSubscriptionDetailsof the former subscriptions purchased by the user. -
setActiveSubscriptions
ExistingSubscriptionDetailsof the active subscriptions purchased by the user. -
setAttributes
Additional attributes to include. -
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-