Class TmaPoGroupPolicyStatementModel

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

    • _TYPECODE

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

      public static final String PRODUCTOFFERINGGROUP
      Generated constant - Attribute key of TmaPoGroupPolicyStatement.productOfferingGroup attribute defined at extension b2ctelcoservices.
      See Also:
  • Constructor Details

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

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