Class TmaPoChecklistPolicyStatementModel

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

    • _TYPECODE

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

      public static final String PRODUCTOFFERINGS
      Generated constant - Attribute key of TmaPoChecklistPolicyStatement.productOfferings attribute defined at extension b2ctelcoservices.
      See Also:
  • Constructor Details

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

    • getProductOfferings

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