Class GeneratedTmaConfigurablePscvPolicyStatement

java.lang.Object
de.hybris.platform.util.BridgeAbstraction
de.hybris.platform.jalo.Item
de.hybris.platform.jalo.ExtensibleItem
All Implemented Interfaces:
Serializable, Comparable
Direct Known Subclasses:
TmaConfigurablePscvPolicyStatement

public abstract class GeneratedTmaConfigurablePscvPolicyStatement extends TmaChecklistPolicyStatement
Generated class for type TmaConfigurablePscvPolicyStatement.
See Also:
  • Field Details

    • PRODUCTSPECCHARACTERISTIC

      public static final String PRODUCTSPECCHARACTERISTIC
      Qualifier of the TmaConfigurablePscvPolicyStatement.productSpecCharacteristic attribute
      See Also:
    • DEFAULT_INITIAL_ATTRIBUTES

      protected static final Map<String,de.hybris.platform.jalo.Item.AttributeMode> DEFAULT_INITIAL_ATTRIBUTES
  • Constructor Details

    • GeneratedTmaConfigurablePscvPolicyStatement

      public GeneratedTmaConfigurablePscvPolicyStatement()
  • Method Details

    • getDefaultAttributeModes

      protected Map<String,de.hybris.platform.jalo.Item.AttributeMode> getDefaultAttributeModes()
      Overrides:
      getDefaultAttributeModes in class GeneratedTmaChecklistPolicyStatement
    • getProductSpecCharacteristic

      public TmaProductSpecCharacteristic getProductSpecCharacteristic(de.hybris.platform.jalo.SessionContext ctx)
      Generated method - Getter of the TmaConfigurablePscvPolicyStatement.productSpecCharacteristic attribute.
      Returns:
      the productSpecCharacteristic - The product specification characteristic for which the policy statement has been defined.
    • getProductSpecCharacteristic

      public TmaProductSpecCharacteristic getProductSpecCharacteristic()
      Generated method - Getter of the TmaConfigurablePscvPolicyStatement.productSpecCharacteristic attribute.
      Returns:
      the productSpecCharacteristic - The product specification characteristic for which the policy statement has been defined.
    • setProductSpecCharacteristic

      public void setProductSpecCharacteristic(de.hybris.platform.jalo.SessionContext ctx, TmaProductSpecCharacteristic value)
      Generated method - Setter of the TmaConfigurablePscvPolicyStatement.productSpecCharacteristic attribute.
      Parameters:
      value - the productSpecCharacteristic - The product specification characteristic for which the policy statement has been defined.
    • setProductSpecCharacteristic

      public void setProductSpecCharacteristic(TmaProductSpecCharacteristic value)
      Generated method - Setter of the TmaConfigurablePscvPolicyStatement.productSpecCharacteristic attribute.
      Parameters:
      value - the productSpecCharacteristic - The product specification characteristic for which the policy statement has been defined.