Class TmaSubscriptionAccessModel

  • All Implemented Interfaces:
    java.io.Serializable

    public class TmaSubscriptionAccessModel
    extends ItemModel
    Generated model class for type TmaSubscriptionAccess first defined at extension b2ctelcoservices.

    Subscription Access.

    See Also:
    Serialized Form
    • 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 java.lang.String _PRINCIPAL2TMASUBSCRIPTIONACCESSRELATION
      Generated relation code constant for relation Principal2TmaSubscriptionAccessRelation defining source attribute principal in extension b2ctelcoservices.
      static java.lang.String _TMASUBSCRIPTIONBASE2TMASUBSCRIPTIONACCESSRELATION
      Generated relation code constant for relation TmaSubscriptionBase2TmaSubscriptionAccessRelation defining source attribute subscriptionBase in extension b2ctelcoservices.
      static java.lang.String _TYPECODE
      Generated model type code constant.
      static java.lang.String ACCESSTYPE
      Generated constant - Attribute key of TmaSubscriptionAccess.accessType attribute defined at extension b2ctelcoservices.
      static java.lang.String PRINCIPAL
      Generated constant - Attribute key of TmaSubscriptionAccess.principal attribute defined at extension b2ctelcoservices.
      static java.lang.String SUBSCRIPTIONBASE
      Generated constant - Attribute key of TmaSubscriptionAccess.subscriptionBase attribute defined at extension b2ctelcoservices.
      • Fields inherited from class de.hybris.platform.servicelayer.model.AbstractItemModel

        LANGUAGE_FALLBACK_ENABLED_SERVICE_LAYER, MODEL_CONTEXT_FACTORY
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      TmaAccessType getAccessType()
      Generated method - Getter of the TmaSubscriptionAccess.accessType attribute defined at extension b2ctelcoservices.
      PrincipalModel getPrincipal()
      Generated method - Getter of the TmaSubscriptionAccess.principal attribute defined at extension b2ctelcoservices.
      TmaSubscriptionBaseModel getSubscriptionBase()
      Generated method - Getter of the TmaSubscriptionAccess.subscriptionBase attribute defined at extension b2ctelcoservices.
      void setAccessType​(TmaAccessType value)
      Generated method - Setter of TmaSubscriptionAccess.accessType attribute defined at extension b2ctelcoservices.
      void setPrincipal​(PrincipalModel value)
      Generated method - Initial setter of TmaSubscriptionAccess.principal attribute defined at extension b2ctelcoservices.
      void setSubscriptionBase​(TmaSubscriptionBaseModel value)
      Generated method - Initial setter of TmaSubscriptionAccess.subscriptionBase attribute defined at extension b2ctelcoservices.
      • 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 Detail

      • _TYPECODE

        public static final java.lang.String _TYPECODE
        Generated model type code constant.
        See Also:
        Constant Field Values
      • _PRINCIPAL2TMASUBSCRIPTIONACCESSRELATION

        public static final java.lang.String _PRINCIPAL2TMASUBSCRIPTIONACCESSRELATION
        Generated relation code constant for relation Principal2TmaSubscriptionAccessRelation defining source attribute principal in extension b2ctelcoservices.
        See Also:
        Constant Field Values
      • _TMASUBSCRIPTIONBASE2TMASUBSCRIPTIONACCESSRELATION

        public static final java.lang.String _TMASUBSCRIPTIONBASE2TMASUBSCRIPTIONACCESSRELATION
        Generated relation code constant for relation TmaSubscriptionBase2TmaSubscriptionAccessRelation defining source attribute subscriptionBase in extension b2ctelcoservices.
        See Also:
        Constant Field Values
      • ACCESSTYPE

        public static final java.lang.String ACCESSTYPE
        Generated constant - Attribute key of TmaSubscriptionAccess.accessType attribute defined at extension b2ctelcoservices.
        See Also:
        Constant Field Values
      • PRINCIPAL

        public static final java.lang.String PRINCIPAL
        Generated constant - Attribute key of TmaSubscriptionAccess.principal attribute defined at extension b2ctelcoservices.
        See Also:
        Constant Field Values
      • SUBSCRIPTIONBASE

        public static final java.lang.String SUBSCRIPTIONBASE
        Generated constant - Attribute key of TmaSubscriptionAccess.subscriptionBase attribute defined at extension b2ctelcoservices.
        See Also:
        Constant Field Values
    • Constructor Detail

      • TmaSubscriptionAccessModel

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

        public TmaSubscriptionAccessModel​(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
      • TmaSubscriptionAccessModel

        @Deprecated(since="4.1.1",
                    forRemoval=true)
        public TmaSubscriptionAccessModel​(PrincipalModel _principal,
                                          TmaSubscriptionBaseModel _subscriptionBase)
        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:
        _principal - initial attribute declared by type TmaSubscriptionAccess at extension b2ctelcoservices
        _subscriptionBase - initial attribute declared by type TmaSubscriptionAccess at extension b2ctelcoservices
      • TmaSubscriptionAccessModel

        @Deprecated(since="4.1.1",
                    forRemoval=true)
        public TmaSubscriptionAccessModel​(ItemModel _owner,
                                          PrincipalModel _principal,
                                          TmaSubscriptionBaseModel _subscriptionBase)
        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:
        _owner - initial attribute declared by type Item at extension core
        _principal - initial attribute declared by type TmaSubscriptionAccess at extension b2ctelcoservices
        _subscriptionBase - initial attribute declared by type TmaSubscriptionAccess at extension b2ctelcoservices
    • Method Detail

      • getAccessType

        @Accessor(qualifier="accessType",
                  type=GETTER)
        public TmaAccessType getAccessType()
        Generated method - Getter of the TmaSubscriptionAccess.accessType attribute defined at extension b2ctelcoservices.
        Returns:
        the accessType - Type of access
      • getPrincipal

        @Accessor(qualifier="principal",
                  type=GETTER)
        public PrincipalModel getPrincipal()
        Generated method - Getter of the TmaSubscriptionAccess.principal attribute defined at extension b2ctelcoservices.
        Returns:
        the principal - Principal
      • getSubscriptionBase

        @Accessor(qualifier="subscriptionBase",
                  type=GETTER)
        public TmaSubscriptionBaseModel getSubscriptionBase()
        Generated method - Getter of the TmaSubscriptionAccess.subscriptionBase attribute defined at extension b2ctelcoservices.
        Returns:
        the subscriptionBase - Subscription Base
      • setAccessType

        @Accessor(qualifier="accessType",
                  type=SETTER)
        public void setAccessType​(TmaAccessType value)
        Generated method - Setter of TmaSubscriptionAccess.accessType attribute defined at extension b2ctelcoservices.
        Parameters:
        value - the accessType - Type of access
      • setPrincipal

        @Accessor(qualifier="principal",
                  type=SETTER)
        public void setPrincipal​(PrincipalModel value)
        Generated method - Initial setter of TmaSubscriptionAccess.principal attribute defined at extension b2ctelcoservices. Can only be used at creation of model - before first save.
        Parameters:
        value - the principal - Principal
      • setSubscriptionBase

        @Accessor(qualifier="subscriptionBase",
                  type=SETTER)
        public void setSubscriptionBase​(TmaSubscriptionBaseModel value)
        Generated method - Initial setter of TmaSubscriptionAccess.subscriptionBase attribute defined at extension b2ctelcoservices. Can only be used at creation of model - before first save.
        Parameters:
        value - the subscriptionBase - Subscription Base