Class TmaPoGroupPolicyStatementModel

  • All Implemented Interfaces:
    java.io.Serializable

    public class TmaPoGroupPolicyStatementModel
    extends TmaPolicyStatementModel
    Generated model class for type TmaPoGroupPolicyStatement first defined at extension b2ctelcoservices.

    Policy statement defined for a product offering group.

    See Also:
    Serialized Form
    • Field Detail

      • _TYPECODE

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

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

      • TmaPoGroupPolicyStatementModel

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

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

        @Deprecated(since="4.1.1",
                    forRemoval=true)
        public TmaPoGroupPolicyStatementModel​(java.lang.String _code)
        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:
        _code - initial attribute declared by type TmaPolicyStatement at extension b2ctelcoservices
      • TmaPoGroupPolicyStatementModel

        @Deprecated(since="4.1.1",
                    forRemoval=true)
        public TmaPoGroupPolicyStatementModel​(java.lang.String _code,
                                              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:
        _code - initial attribute declared by type TmaPolicyStatement at extension b2ctelcoservices
        _owner - initial attribute declared by type Item at extension core
    • Method Detail

      • getProductOfferingGroup

        @Accessor(qualifier="productOfferingGroup",
                  type=GETTER)
        public TmaProductOfferingGroupModel getProductOfferingGroup()
        Generated method - Getter of the TmaPoGroupPolicyStatement.productOfferingGroup attribute defined at extension b2ctelcoservices.
        Returns:
        the productOfferingGroup - The product offering group for which the policy statement has been defined.
      • setProductOfferingGroup

        @Accessor(qualifier="productOfferingGroup",
                  type=SETTER)
        public void setProductOfferingGroup​(TmaProductOfferingGroupModel value)
        Generated method - Setter of TmaPoGroupPolicyStatement.productOfferingGroup attribute defined at extension b2ctelcoservices.
        Parameters:
        value - the productOfferingGroup - The product offering group for which the policy statement has been defined.