Class TmaPsChecklistPolicyStatementModel

  • All Implemented Interfaces:
    java.io.Serializable

    public class TmaPsChecklistPolicyStatementModel
    extends TmaChecklistPolicyStatementModel
    Generated model class for type TmaPsChecklistPolicyStatement first defined at extension b2ctelcoservices.

    Checklist policy statement defined for a set of product specifications.

    See Also:
    Serialized Form
    • Field Detail

      • _TYPECODE

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

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

      • TmaPsChecklistPolicyStatementModel

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

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

        @Deprecated(since="4.1.1",
                    forRemoval=true)
        public TmaPsChecklistPolicyStatementModel​(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
      • TmaPsChecklistPolicyStatementModel

        @Deprecated(since="4.1.1",
                    forRemoval=true)
        public TmaPsChecklistPolicyStatementModel​(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

      • getProductSpecifications

        @Accessor(qualifier="productSpecifications",
                  type=GETTER)
        public java.util.Set<TmaProductSpecificationModel> getProductSpecifications()
        Generated method - Getter of the TmaPsChecklistPolicyStatement.productSpecifications attribute defined at extension b2ctelcoservices. Consider using FlexibleSearchService::searchRelation for pagination support of large result sets.
        Returns:
        the productSpecifications - The statement's product specifications.
      • setProductSpecifications

        @Accessor(qualifier="productSpecifications",
                  type=SETTER)
        public void setProductSpecifications​(java.util.Set<TmaProductSpecificationModel> value)
        Generated method - Setter of TmaPsChecklistPolicyStatement.productSpecifications attribute defined at extension b2ctelcoservices.
        Parameters:
        value - the productSpecifications - The statement's product specifications.