Class TmaPoChecklistPolicyStatementModel

  • All Implemented Interfaces:
    java.io.Serializable

    public class TmaPoChecklistPolicyStatementModel
    extends TmaChecklistPolicyStatementModel
    Generated model class for type TmaPoChecklistPolicyStatement first defined at extension b2ctelcoservices.

    Checklist policy statement defined for a set of product offerings.

    See Also:
    Serialized Form
    • Field Detail

      • _TYPECODE

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

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

      • TmaPoChecklistPolicyStatementModel

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

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

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

        @Deprecated(since="4.1.1",
                    forRemoval=true)
        public TmaPoChecklistPolicyStatementModel​(java.lang.String _code,
                                                  ItemModel _owner,
                                                  TmaChecklistActionType _type)
        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
        _type - initial attribute declared by type TmaChecklistPolicyStatement at extension b2ctelcoservices
    • Method Detail

      • getProductOfferings

        @Accessor(qualifier="productOfferings",
                  type=GETTER)
        public java.util.Set<TmaProductOfferingModel> getProductOfferings()
        Generated method - Getter of the TmaPoChecklistPolicyStatement.productOfferings attribute defined at extension b2ctelcoservices. Consider using FlexibleSearchService::searchRelation for pagination support of large result sets.
        Returns:
        the productOfferings - The statement's product offerings.
      • setProductOfferings

        @Accessor(qualifier="productOfferings",
                  type=SETTER)
        public void setProductOfferings​(java.util.Set<TmaProductOfferingModel> value)
        Generated method - Setter of TmaPoChecklistPolicyStatement.productOfferings attribute defined at extension b2ctelcoservices.
        Parameters:
        value - the productOfferings - The statement's product offerings.