Class RecurringChargeEntryModel

All Implemented Interfaces:
Serializable

public class RecurringChargeEntryModel extends ChargeEntryModel
Generated model class for type RecurringChargeEntry first defined at extension subscriptionservices.
See Also:
  • Field Details

    • _TYPECODE

      public static final String _TYPECODE
      Generated model type code constant.
      See Also:
    • _SUBSCRIPTIONPRICEPLAN2RECURRINGCHARGEENTRYRELATION

      public static final String _SUBSCRIPTIONPRICEPLAN2RECURRINGCHARGEENTRYRELATION
      Generated relation code constant for relation SubscriptionPricePlan2RecurringChargeEntryRelation defining source attribute subscriptionPricePlanRecurring in extension subscriptionservices.
      See Also:
    • CYCLESTART

      public static final String CYCLESTART
      Generated constant - Attribute key of RecurringChargeEntry.cycleStart attribute defined at extension subscriptionservices.
      See Also:
    • CYCLEEND

      public static final String CYCLEEND
      Generated constant - Attribute key of RecurringChargeEntry.cycleEnd attribute defined at extension subscriptionservices.
      See Also:
    • SUBSCRIPTIONPRICEPLANRECURRING

      public static final String SUBSCRIPTIONPRICEPLANRECURRING
      Generated constant - Attribute key of RecurringChargeEntry.subscriptionPricePlanRecurring attribute defined at extension subscriptionservices.
      See Also:
  • Constructor Details

    • RecurringChargeEntryModel

      public RecurringChargeEntryModel()
      Generated constructor - Default constructor for generic creation.
    • RecurringChargeEntryModel

      public RecurringChargeEntryModel(ItemModelContext ctx)
      Generated constructor - Default constructor for creation with existing context
      Parameters:
      ctx - the model context to be injected, must not be null
    • RecurringChargeEntryModel

      @Deprecated(since="4.1.1", forRemoval=true) public RecurringChargeEntryModel(Integer _cycleStart, Double _price)
      Deprecated, for removal: This API element is subject to removal in a future version.
      since 4.1.1 Please use the default constructor without parameters
      Generated constructor - Constructor with all mandatory attributes.
      Parameters:
      _cycleStart - initial attribute declared by type RecurringChargeEntry at extension subscriptionservices
      _price - initial attribute declared by type ChargeEntry at extension subscriptionservices
    • RecurringChargeEntryModel

      @Deprecated(since="4.1.1", forRemoval=true) public RecurringChargeEntryModel(CatalogVersionModel _catalogVersion, Integer _cycleStart, String _id, ItemModel _owner, Double _price)
      Deprecated, for removal: This API element is subject to removal in a future version.
      since 4.1.1 Please use the default constructor without parameters
      Generated constructor - for all mandatory and initial attributes.
      Parameters:
      _catalogVersion - initial attribute declared by type ChargeEntry at extension subscriptionservices
      _cycleStart - initial attribute declared by type RecurringChargeEntry at extension subscriptionservices
      _id - initial attribute declared by type ChargeEntry at extension subscriptionservices
      _owner - initial attribute declared by type Item at extension core
      _price - initial attribute declared by type ChargeEntry at extension subscriptionservices
  • Method Details

    • getCycleEnd

      @Accessor(qualifier="cycleEnd", type=GETTER) public Integer getCycleEnd()
      Generated method - Getter of the RecurringChargeEntry.cycleEnd attribute defined at extension subscriptionservices.
      Returns:
      the cycleEnd - CycleEnd
    • getCycleStart

      @Accessor(qualifier="cycleStart", type=GETTER) public Integer getCycleStart()
      Generated method - Getter of the RecurringChargeEntry.cycleStart attribute defined at extension subscriptionservices.
      Returns:
      the cycleStart - CycleStart
    • getSubscriptionPricePlanRecurring

      @Accessor(qualifier="subscriptionPricePlanRecurring", type=GETTER) public SubscriptionPricePlanModel getSubscriptionPricePlanRecurring()
      Generated method - Getter of the RecurringChargeEntry.subscriptionPricePlanRecurring attribute defined at extension subscriptionservices.
      Returns:
      the subscriptionPricePlanRecurring
    • setCycleEnd

      @Accessor(qualifier="cycleEnd", type=SETTER) public void setCycleEnd(Integer value)
      Generated method - Setter of RecurringChargeEntry.cycleEnd attribute defined at extension subscriptionservices.
      Parameters:
      value - the cycleEnd - CycleEnd
    • setCycleStart

      @Accessor(qualifier="cycleStart", type=SETTER) public void setCycleStart(Integer value)
      Generated method - Setter of RecurringChargeEntry.cycleStart attribute defined at extension subscriptionservices.
      Parameters:
      value - the cycleStart - CycleStart
    • setSubscriptionPricePlanRecurring

      @Accessor(qualifier="subscriptionPricePlanRecurring", type=SETTER) public void setSubscriptionPricePlanRecurring(SubscriptionPricePlanModel value)
      Generated method - Setter of RecurringChargeEntry.subscriptionPricePlanRecurring attribute defined at extension subscriptionservices.
      Parameters:
      value - the subscriptionPricePlanRecurring