Class TmaBillingAgreementModel

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

public class TmaBillingAgreementModel extends TmaAgreementModel
Generated model class for type TmaBillingAgreement first defined at extension b2ctelcoservices.

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 model type code constant.
    static final String
    Generated constant - Attribute key of TmaBillingAgreement.agreementItems attribute defined at extension b2ctelcoservices.
    static final String
    Generated constant - Attribute key of TmaBillingAgreement.billCycle attribute defined at extension b2ctelcoservices.
    static final String
    Generated constant - Attribute key of TmaBillingAgreement.billingSystemId attribute defined at extension b2ctelcoservices.
    static final String
    Generated constant - Attribute key of TmaBillingAgreement.term attribute defined at extension b2ctelcoservices.

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

    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.
    TmaBillingAgreementModel(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 TmaBillingAgreement.agreementItems attribute defined at extension b2ctelcoservices.
    Generated method - Getter of the TmaBillingAgreement.billCycle attribute defined at extension b2ctelcoservices.
    Generated method - Getter of the TmaBillingAgreement.billingSystemId attribute defined at extension b2ctelcoservices.
    Generated method - Getter of the TmaBillingAgreement.term attribute defined at extension b2ctelcoservices.
    void
    Generated method - Setter of TmaBillingAgreement.agreementItems attribute defined at extension b2ctelcoservices.
    void
    Generated method - Setter of TmaBillingAgreement.billCycle attribute defined at extension b2ctelcoservices.
    void
    Generated method - Setter of TmaBillingAgreement.billingSystemId attribute defined at extension b2ctelcoservices.
    void
    Generated method - Setter of TmaBillingAgreement.term attribute defined at extension b2ctelcoservices.

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

    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:
    • BILLINGSYSTEMID

      public static final String BILLINGSYSTEMID
      Generated constant - Attribute key of TmaBillingAgreement.billingSystemId attribute defined at extension b2ctelcoservices.
      See Also:
    • TERM

      public static final String TERM
      Generated constant - Attribute key of TmaBillingAgreement.term attribute defined at extension b2ctelcoservices.
      See Also:
    • BILLCYCLE

      public static final String BILLCYCLE
      Generated constant - Attribute key of TmaBillingAgreement.billCycle attribute defined at extension b2ctelcoservices.
      See Also:
    • AGREEMENTITEMS

      public static final String AGREEMENTITEMS
      Generated constant - Attribute key of TmaBillingAgreement.agreementItems attribute defined at extension b2ctelcoservices.
      See Also:
  • Constructor Details

    • TmaBillingAgreementModel

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

      public TmaBillingAgreementModel(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
    • TmaBillingAgreementModel

      @Deprecated(since="4.1.1", forRemoval=true) public TmaBillingAgreementModel(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 TmaAgreement at extension b2ctelcoservices
    • TmaBillingAgreementModel

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

    • getAgreementItems

      @Accessor(qualifier="agreementItems", type=GETTER) public Collection<TmaBillingAgreementItemModel> getAgreementItems()
      Generated method - Getter of the TmaBillingAgreement.agreementItems attribute defined at extension b2ctelcoservices. Consider using FlexibleSearchService::searchRelation for pagination support of large result sets.
      Returns:
      the agreementItems
    • getBillCycle

      @Accessor(qualifier="billCycle", type=GETTER) public TmaBillingCycleModel getBillCycle()
      Generated method - Getter of the TmaBillingAgreement.billCycle attribute defined at extension b2ctelcoservices.
      Returns:
      the billCycle - Bill frequency cycle
    • getBillingSystemId

      @Accessor(qualifier="billingSystemId", type=GETTER) public String getBillingSystemId()
      Generated method - Getter of the TmaBillingAgreement.billingSystemId attribute defined at extension b2ctelcoservices.
      Returns:
      the billingSystemId - Id of the billing system
    • getTerm

      @Accessor(qualifier="term", type=GETTER) public TmaBillingAgreementTermModel getTerm()
      Generated method - Getter of the TmaBillingAgreement.term attribute defined at extension b2ctelcoservices.
      Returns:
      the term - Contract billing term.
    • setAgreementItems

      @Accessor(qualifier="agreementItems", type=SETTER) public void setAgreementItems(Collection<TmaBillingAgreementItemModel> value)
      Generated method - Setter of TmaBillingAgreement.agreementItems attribute defined at extension b2ctelcoservices.
      Parameters:
      value - the agreementItems
    • setBillCycle

      @Accessor(qualifier="billCycle", type=SETTER) public void setBillCycle(TmaBillingCycleModel value)
      Generated method - Setter of TmaBillingAgreement.billCycle attribute defined at extension b2ctelcoservices.
      Parameters:
      value - the billCycle - Bill frequency cycle
    • setBillingSystemId

      @Accessor(qualifier="billingSystemId", type=SETTER) public void setBillingSystemId(String value)
      Generated method - Setter of TmaBillingAgreement.billingSystemId attribute defined at extension b2ctelcoservices.
      Parameters:
      value - the billingSystemId - Id of the billing system
    • setTerm

      @Accessor(qualifier="term", type=SETTER) public void setTerm(TmaBillingAgreementTermModel value)
      Generated method - Setter of TmaBillingAgreement.term attribute defined at extension b2ctelcoservices.
      Parameters:
      value - the term - Contract billing term.