Class TmaConfigurablePscvPolicyStatementModel

java.lang.Object
de.hybris.platform.servicelayer.model.AbstractItemModel
All Implemented Interfaces:
Serializable

public class TmaConfigurablePscvPolicyStatementModel extends TmaChecklistPolicyStatementModel
Generated model class for type TmaConfigurablePscvPolicyStatement first defined at extension b2ctelcoservices.

Policy statement defined for a configurable pscv.

See Also:
  • Field Details

    • _TYPECODE

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

      public static final String PRODUCTSPECCHARACTERISTIC
      Generated constant - Attribute key of TmaConfigurablePscvPolicyStatement.productSpecCharacteristic attribute defined at extension b2ctelcoservices.
      See Also:
  • Constructor Details

    • TmaConfigurablePscvPolicyStatementModel

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

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

      @Deprecated(since="4.1.1", forRemoval=true) public TmaConfigurablePscvPolicyStatementModel(String _code, TmaProductSpecCharacteristicModel _productSpecCharacteristic, 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
      _productSpecCharacteristic - initial attribute declared by type TmaConfigurablePscvPolicyStatement at extension b2ctelcoservices
      _type - initial attribute declared by type TmaChecklistPolicyStatement at extension b2ctelcoservices
    • TmaConfigurablePscvPolicyStatementModel

      @Deprecated(since="4.1.1", forRemoval=true) public TmaConfigurablePscvPolicyStatementModel(String _code, ItemModel _owner, TmaProductSpecCharacteristicModel _productSpecCharacteristic, 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
      _productSpecCharacteristic - initial attribute declared by type TmaConfigurablePscvPolicyStatement at extension b2ctelcoservices
      _type - initial attribute declared by type TmaChecklistPolicyStatement at extension b2ctelcoservices
  • Method Details

    • getProductSpecCharacteristic

      @Accessor(qualifier="productSpecCharacteristic", type=GETTER) public TmaProductSpecCharacteristicModel getProductSpecCharacteristic()
      Generated method - Getter of the TmaConfigurablePscvPolicyStatement.productSpecCharacteristic attribute defined at extension b2ctelcoservices.
      Returns:
      the productSpecCharacteristic - The product specification characteristic for which the policy statement has been defined.
    • setProductSpecCharacteristic

      @Accessor(qualifier="productSpecCharacteristic", type=SETTER) public void setProductSpecCharacteristic(TmaProductSpecCharacteristicModel value)
      Generated method - Setter of TmaConfigurablePscvPolicyStatement.productSpecCharacteristic attribute defined at extension b2ctelcoservices.
      Parameters:
      value - the productSpecCharacteristic - The product specification characteristic for which the policy statement has been defined.