Class TmaBillingAccountModel

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

public class TmaBillingAccountModel extends ItemModel
Generated model class for type TmaBillingAccount first defined at extension b2ctelcoservices.

Billing account storing billing information.

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 TmaBillingAccountRelation defining source attribute parent in extension b2ctelcoservices.
    static final String
    Generated model type code constant.
    static final String
    Generated constant - Attribute key of TmaBillingAccount.billingAccountId attribute defined at extension b2ctelcoservices.
    static final String
    Generated constant - Attribute key of TmaBillingAccount.billingSystemId attribute defined at extension b2ctelcoservices.
    static final String
    Generated constant - Attribute key of TmaBillingAccount.children attribute defined at extension b2ctelcoservices.
    static final String
    Generated constant - Attribute key of TmaBillingAccount.parent attribute defined at extension b2ctelcoservices.
    static final String
    Generated constant - Attribute key of TmaBillingAccount.subscriptionBases attribute defined at extension b2ctelcoservices.

    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.
    TmaBillingAccountModel(de.hybris.platform.servicelayer.model.ItemModelContext ctx)
    Generated constructor - Default constructor for creation with existing context
    TmaBillingAccountModel(String _billingAccountId, String _billingSystemId)
    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
    TmaBillingAccountModel(String _billingAccountId, String _billingSystemId, 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
  • Method Summary

    Modifier and Type
    Method
    Description
    Generated method - Getter of the TmaBillingAccount.billingAccountId attribute defined at extension b2ctelcoservices.
    Generated method - Getter of the TmaBillingAccount.billingSystemId attribute defined at extension b2ctelcoservices.
    Generated method - Getter of the TmaBillingAccount.children attribute defined at extension b2ctelcoservices.
    Generated method - Getter of the TmaBillingAccount.parent attribute defined at extension b2ctelcoservices.
    Generated method - Getter of the TmaBillingAccount.subscriptionBases attribute defined at extension b2ctelcoservices.
    void
    Generated method - Initial setter of TmaBillingAccount.billingAccountId attribute defined at extension b2ctelcoservices.
    void
    Generated method - Initial setter of TmaBillingAccount.billingSystemId attribute defined at extension b2ctelcoservices.
    void
    Generated method - Setter of TmaBillingAccount.children attribute defined at extension b2ctelcoservices.
    void
    Generated method - Setter of TmaBillingAccount.parent attribute defined at extension b2ctelcoservices.
    void
    Generated method - Setter of TmaBillingAccount.subscriptionBases attribute defined at extension b2ctelcoservices.

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

      public static final String _TMABILLINGACCOUNTRELATION
      Generated relation code constant for relation TmaBillingAccountRelation defining source attribute parent in extension b2ctelcoservices.
      See Also:
    • BILLINGACCOUNTID

      public static final String BILLINGACCOUNTID
      Generated constant - Attribute key of TmaBillingAccount.billingAccountId attribute defined at extension b2ctelcoservices.
      See Also:
    • BILLINGSYSTEMID

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

      public static final String SUBSCRIPTIONBASES
      Generated constant - Attribute key of TmaBillingAccount.subscriptionBases attribute defined at extension b2ctelcoservices.
      See Also:
    • PARENT

      public static final String PARENT
      Generated constant - Attribute key of TmaBillingAccount.parent attribute defined at extension b2ctelcoservices.
      See Also:
    • CHILDREN

      public static final String CHILDREN
      Generated constant - Attribute key of TmaBillingAccount.children attribute defined at extension b2ctelcoservices.
      See Also:
  • Constructor Details

    • TmaBillingAccountModel

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

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

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

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

    • getBillingAccountId

      @Accessor(qualifier="billingAccountId", type=GETTER) public String getBillingAccountId()
      Generated method - Getter of the TmaBillingAccount.billingAccountId attribute defined at extension b2ctelcoservices.
      Returns:
      the billingAccountId - Account identifier in billing system
    • getBillingSystemId

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

      @Accessor(qualifier="children", type=GETTER) public Set<TmaBillingAccountModel> getChildren()
      Generated method - Getter of the TmaBillingAccount.children attribute defined at extension b2ctelcoservices. Consider using FlexibleSearchService::searchRelation for pagination support of large result sets.
      Returns:
      the children - Sub-account(s)
    • getParent

      @Accessor(qualifier="parent", type=GETTER) public TmaBillingAccountModel getParent()
      Generated method - Getter of the TmaBillingAccount.parent attribute defined at extension b2ctelcoservices.
      Returns:
      the parent - Master billing account
    • getSubscriptionBases

      @Accessor(qualifier="subscriptionBases", type=GETTER) public Set<TmaSubscriptionBaseModel> getSubscriptionBases()
      Generated method - Getter of the TmaBillingAccount.subscriptionBases attribute defined at extension b2ctelcoservices. Consider using FlexibleSearchService::searchRelation for pagination support of large result sets.
      Returns:
      the subscriptionBases - Subscription Bases
    • setBillingAccountId

      @Accessor(qualifier="billingAccountId", type=SETTER) public void setBillingAccountId(String value)
      Generated method - Initial setter of TmaBillingAccount.billingAccountId attribute defined at extension b2ctelcoservices. Can only be used at creation of model - before first save.
      Parameters:
      value - the billingAccountId - Account identifier in billing system
    • setBillingSystemId

      @Accessor(qualifier="billingSystemId", type=SETTER) public void setBillingSystemId(String value)
      Generated method - Initial setter of TmaBillingAccount.billingSystemId attribute defined at extension b2ctelcoservices. Can only be used at creation of model - before first save.
      Parameters:
      value - the billingSystemId - Identifier of the billing system
    • setChildren

      @Accessor(qualifier="children", type=SETTER) public void setChildren(Set<TmaBillingAccountModel> value)
      Generated method - Setter of TmaBillingAccount.children attribute defined at extension b2ctelcoservices.
      Parameters:
      value - the children - Sub-account(s)
    • setParent

      @Accessor(qualifier="parent", type=SETTER) public void setParent(TmaBillingAccountModel value)
      Generated method - Setter of TmaBillingAccount.parent attribute defined at extension b2ctelcoservices.
      Parameters:
      value - the parent - Master billing account
    • setSubscriptionBases

      @Accessor(qualifier="subscriptionBases", type=SETTER) public void setSubscriptionBases(Set<TmaSubscriptionBaseModel> value)
      Generated method - Setter of TmaBillingAccount.subscriptionBases attribute defined at extension b2ctelcoservices.
      Parameters:
      value - the subscriptionBases - Subscription Bases