Class TmaBillingAgreementItemModel

java.lang.Object
de.hybris.platform.servicelayer.model.AbstractItemModel
de.hybris.platform.core.model.ItemModel
de.hybris.platform.b2ctelcoservices.model.TmaAgreementItemModel
de.hybris.platform.b2ctelcoservices.model.TmaBillingAgreementItemModel
All Implemented Interfaces:
Serializable

public class TmaBillingAgreementItemModel extends TmaAgreementItemModel
Generated model class for type TmaBillingAgreementItem first defined at extension b2ctelcoservices.

Items appearing on the billing agreement.

See Also:
  • Nested Class Summary

    Nested classes/interfaces inherited from class de.hybris.platform.servicelayer.model.AbstractItemModel

    de.hybris.platform.servicelayer.model.AbstractItemModel.NewModelContextFactory
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final String
    Generated relation code constant for relation TmaBillAgreement2Item defining source attribute agreement in extension b2ctelcoservices.
    static final String
    Generated model type code constant.
    static final String
    Generated constant - Attribute key of TmaBillingAgreementItem.agreement attribute defined at extension b2ctelcoservices.
    static final String
    Generated constant - Attribute key of TmaBillingAgreementItem.price attribute defined at extension b2ctelcoservices.
    static final String
    Generated constant - Attribute key of TmaBillingAgreementItem.subscribedProducts attribute defined at extension b2ctelcoservices.

    Fields inherited from class de.hybris.platform.b2ctelcoservices.model.TmaAgreementItemModel

    ID

    Fields inherited from class de.hybris.platform.core.model.ItemModel

    _COMMENTITEMRELATION, COMMENTS, CREATIONTIME, ITEMTYPE, MODIFIEDTIME, OWNER, PK, SEALED

    Fields inherited from class de.hybris.platform.servicelayer.model.AbstractItemModel

    LANGUAGE_FALLBACK_ENABLED_SERVICE_LAYER, MODEL_CONTEXT_FACTORY
  • Constructor Summary

    Constructors
    Constructor
    Description
    Generated constructor - Default constructor for generic creation.
    TmaBillingAgreementItemModel(de.hybris.platform.servicelayer.model.ItemModelContext ctx)
    Generated constructor - Default constructor for creation with existing context
    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
    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
  • Method Summary

    Modifier and Type
    Method
    Description
    Generated method - Getter of the TmaBillingAgreementItem.agreement attribute defined at extension b2ctelcoservices.
    Generated method - Getter of the TmaBillingAgreementItem.price attribute defined at extension b2ctelcoservices.
    Generated method - Getter of the TmaBillingAgreementItem.subscribedProducts attribute defined at extension b2ctelcoservices.
    void
    Generated method - Setter of TmaBillingAgreementItem.agreement attribute defined at extension b2ctelcoservices.
    void
    Generated method - Setter of TmaBillingAgreementItem.price attribute defined at extension b2ctelcoservices.
    void
    Generated method - Setter of TmaBillingAgreementItem.subscribedProducts attribute defined at extension b2ctelcoservices.

    Methods inherited from class de.hybris.platform.b2ctelcoservices.model.TmaAgreementItemModel

    getId, setId

    Methods inherited from class de.hybris.platform.core.model.ItemModel

    getComments, getCreationtime, getModifiedtime, getOwner, isSealed, setComments, setCreationtime, setModifiedtime, setOwner

    Methods inherited from class de.hybris.platform.servicelayer.model.AbstractItemModel

    equals, getItemModelContext, getItemtype, getPersistenceContext, getPk, getProperty, getProperty, getTenantId, hashCode, readResolve, setProperty, setProperty, toObject, toObject, toObject, toObject, toObject, toObject, toObject, toObject, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toString, writeReplace

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
  • Field Details

    • _TYPECODE

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

      public static final String _TMABILLAGREEMENT2ITEM
      Generated relation code constant for relation TmaBillAgreement2Item defining source attribute agreement in extension b2ctelcoservices.
      See Also:
    • PRICE

      public static final String PRICE
      Generated constant - Attribute key of TmaBillingAgreementItem.price attribute defined at extension b2ctelcoservices.
      See Also:
    • AGREEMENT

      public static final String AGREEMENT
      Generated constant - Attribute key of TmaBillingAgreementItem.agreement attribute defined at extension b2ctelcoservices.
      See Also:
    • SUBSCRIBEDPRODUCTS

      public static final String SUBSCRIBEDPRODUCTS
      Generated constant - Attribute key of TmaBillingAgreementItem.subscribedProducts attribute defined at extension b2ctelcoservices.
      See Also:
  • Constructor Details

    • TmaBillingAgreementItemModel

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

      public TmaBillingAgreementItemModel(de.hybris.platform.servicelayer.model.ItemModelContext ctx)
      Generated constructor - Default constructor for creation with existing context
      Parameters:
      ctx - the model context to be injected, must not be null
    • TmaBillingAgreementItemModel

      @Deprecated(since="4.1.1", forRemoval=true) public TmaBillingAgreementItemModel(String _id)
      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:
      _id - initial attribute declared by type TmaAgreementItem at extension b2ctelcoservices
    • TmaBillingAgreementItemModel

      @Deprecated(since="4.1.1", forRemoval=true) public TmaBillingAgreementItemModel(String _id, ItemModel _owner)
      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:
      _id - initial attribute declared by type TmaAgreementItem at extension b2ctelcoservices
      _owner - initial attribute declared by type Item at extension core
  • Method Details

    • getAgreement

      @Accessor(qualifier="agreement", type=GETTER) public TmaBillingAgreementModel getAgreement()
      Generated method - Getter of the TmaBillingAgreementItem.agreement attribute defined at extension b2ctelcoservices.
      Returns:
      the agreement
    • getPrice

      @Accessor(qualifier="price", type=GETTER) public TmaCpiPriceModel getPrice()
      Generated method - Getter of the TmaBillingAgreementItem.price attribute defined at extension b2ctelcoservices.
      Returns:
      the price
    • getSubscribedProducts

      @Accessor(qualifier="subscribedProducts", type=GETTER) public Collection<TmaSubscribedProductModel> getSubscribedProducts()
      Generated method - Getter of the TmaBillingAgreementItem.subscribedProducts attribute defined at extension b2ctelcoservices. Consider using FlexibleSearchService::searchRelation for pagination support of large result sets.
      Returns:
      the subscribedProducts
    • setAgreement

      @Accessor(qualifier="agreement", type=SETTER) public void setAgreement(TmaBillingAgreementModel value)
      Generated method - Setter of TmaBillingAgreementItem.agreement attribute defined at extension b2ctelcoservices.
      Parameters:
      value - the agreement
    • setPrice

      @Accessor(qualifier="price", type=SETTER) public void setPrice(TmaCpiPriceModel value)
      Generated method - Setter of TmaBillingAgreementItem.price attribute defined at extension b2ctelcoservices.
      Parameters:
      value - the price
    • setSubscribedProducts

      @Accessor(qualifier="subscribedProducts", type=SETTER) public void setSubscribedProducts(Collection<TmaSubscribedProductModel> value)
      Generated method - Setter of TmaBillingAgreementItem.subscribedProducts attribute defined at extension b2ctelcoservices.
      Parameters:
      value - the subscribedProducts