Class ExistingSubscriptionItemAdjustmentDetail
java.lang.Object
com.broadleafcommerce.cartoperation.domain.subscription.ExistingAdjustmentDetail
com.broadleafcommerce.cartoperation.domain.subscription.ExistingSubscriptionItemAdjustmentDetail
- All Implemented Interfaces:
Serializable
public class ExistingSubscriptionItemAdjustmentDetail
extends ExistingAdjustmentDetail
implements Serializable
Contains details describing an existing subscription item adjustment when entering a
modify-subscription flow such as for edit, upgrade, or downgrade.
- Since:
- Cart Operation Service 2.3.0, Release Train 2.3.0
- Author:
- Sunny Yu
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.broadleafcommerce.cartoperation.domain.subscription.ExistingAdjustmentDetail
getAdjustmentName, getAdjustmentRef, getAdjustmentType, getAttributes, getBeginPeriod, getEndPeriod, getFreeTrialEndDate, getId, getPeriodsAlreadyUsed, isAdjustmentUsable, setAdjustmentName, setAdjustmentRef, setAdjustmentType, setAttributes, setBeginPeriod, setEndPeriod, setFreeTrialEndDate, setId, setPeriodsAlreadyUsed
-
Constructor Details
-
ExistingSubscriptionItemAdjustmentDetail
public ExistingSubscriptionItemAdjustmentDetail()
-
-
Method Details
-
getSubscriptionItemId
The id of the subscription item. -
setSubscriptionItemId
The id of the subscription item. -
equals
- Overrides:
equalsin classExistingAdjustmentDetail
-
canEqual
- Overrides:
canEqualin classExistingAdjustmentDetail
-
hashCode
public int hashCode()- Overrides:
hashCodein classExistingAdjustmentDetail
-
toString
- Overrides:
toStringin classExistingAdjustmentDetail
-