Class TmaPsChecklistPolicyStatementModel

java.lang.Object
de.hybris.platform.servicelayer.model.AbstractItemModel
All Implemented Interfaces:
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:
  • Field Details

    • _TYPECODE

      public static final String _TYPECODE
      Generated model type code constant.
      See Also:
    • PRODUCTSPECIFICATIONS

      public static final String PRODUCTSPECIFICATIONS
      Generated constant - Attribute key of TmaPsChecklistPolicyStatement.productSpecifications attribute defined at extension b2ctelcoservices.
      See Also:
  • Constructor Details

    • 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(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(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 Details

    • getProductSpecifications

      @Accessor(qualifier="productSpecifications", type=GETTER) public 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(Set<TmaProductSpecificationModel> value)
      Generated method - Setter of TmaPsChecklistPolicyStatement.productSpecifications attribute defined at extension b2ctelcoservices.
      Parameters:
      value - the productSpecifications - The statement's product specifications.