Class GeneratedTmaPolicyStatement

java.lang.Object
de.hybris.platform.util.BridgeAbstraction
de.hybris.platform.jalo.Item
de.hybris.platform.jalo.ExtensibleItem
de.hybris.platform.jalo.c2l.LocalizableItem
de.hybris.platform.jalo.GenericItem
de.hybris.platform.b2ctelcoservices.jalo.GeneratedTmaPolicyStatement
All Implemented Interfaces:
Serializable, Comparable
Direct Known Subclasses:
TmaPolicyStatement

public abstract class GeneratedTmaPolicyStatement extends de.hybris.platform.jalo.GenericItem
Generated class for type TmaPolicyStatement.
See Also:
  • Nested Class Summary

    Nested classes/interfaces inherited from class de.hybris.platform.jalo.GenericItem

    de.hybris.platform.jalo.GenericItem.GenericItemImpl

    Nested classes/interfaces inherited from class de.hybris.platform.jalo.c2l.LocalizableItem

    de.hybris.platform.jalo.c2l.LocalizableItem.LocalizableItemImpl

    Nested classes/interfaces inherited from class de.hybris.platform.jalo.ExtensibleItem

    de.hybris.platform.jalo.ExtensibleItem.ExtensibleItemImpl

    Nested classes/interfaces inherited from class de.hybris.platform.jalo.Item

    de.hybris.platform.jalo.Item.AttributeFilter, de.hybris.platform.jalo.Item.AttributeMode, de.hybris.platform.jalo.Item.CachedGetter, de.hybris.platform.jalo.Item.CachedSetter, de.hybris.platform.jalo.Item.ItemAttributeMap, de.hybris.platform.jalo.Item.ItemConstraint, de.hybris.platform.jalo.Item.ItemImpl, de.hybris.platform.jalo.Item.JaloCachedComputationException
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final String
    Qualifier of the TmaPolicyStatement.actions attribute
    protected static final de.hybris.platform.util.OneToManyHandler<TmaPolicyAction>
    OneToManyHandler for handling 1:n ACTIONS's relation attributes from 'many' side.
    static final String
    Qualifier of the TmaPolicyStatement.catalogVersion attribute
    static final String
    Qualifier of the TmaPolicyStatement.code attribute
    static final String
    Qualifier of the TmaPolicyStatement.conditions attribute
    protected static final de.hybris.platform.util.OneToManyHandler<TmaPolicyCondition>
    OneToManyHandler for handling 1:n CONDITIONS's relation attributes from 'many' side.
    protected static final Map<String,de.hybris.platform.jalo.Item.AttributeMode>
     
    static final String
    Qualifier of the TmaPolicyStatement.max attribute
    static final String
    Qualifier of the TmaPolicyStatement.min attribute
    static final String
    Qualifier of the TmaPolicyStatement.name attribute

    Fields inherited from class de.hybris.platform.jalo.c2l.LocalizableItem

    LANGUAGE_FALLBACK_ENABLED

    Fields inherited from class de.hybris.platform.jalo.Item

    _CREATION_TIME_INTERNAL, _MODIFIED_TIME_INTERNAL, accessorLog, CREATION_TIME, DISABLE_ATTRIBUTE_CHECK, DISABLE_ITEMCHECK_BEFORE_REMOVABLE, EVEN, FEATURE_ACCESSMAP_QUALIFIER, HJMPTS, INITIAL_CREATION_FLAG, isJaloOnly, MODIFIED_TIME, NEGATIVE, NOT_FOUND, OWNER, PK, POSITIVE, SAVE_FROM_SERVICE_LAYER, staticTransientObjects, TYPE

    Fields inherited from class de.hybris.platform.util.BridgeAbstraction

    impl, tenant
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Generated method - Adds value to actions.
    void
    addToActions(de.hybris.platform.jalo.SessionContext ctx, TmaPolicyAction value)
    Generated method - Adds value to actions.
    void
    Generated method - Adds value to conditions.
    void
    addToConditions(de.hybris.platform.jalo.SessionContext ctx, TmaPolicyCondition value)
    Generated method - Adds value to conditions.
    Generated method - Getter of the TmaPolicyStatement.actions attribute.
    getActions(de.hybris.platform.jalo.SessionContext ctx)
    Generated method - Getter of the TmaPolicyStatement.actions attribute.
    Map<de.hybris.platform.jalo.c2l.Language,String>
    Generated method - Getter of the TmaPolicyStatement.name attribute.
    Map<de.hybris.platform.jalo.c2l.Language,String>
    getAllName(de.hybris.platform.jalo.SessionContext ctx)
    Generated method - Getter of the TmaPolicyStatement.name attribute.
    de.hybris.platform.catalog.jalo.CatalogVersion
    Generated method - Getter of the TmaPolicyStatement.catalogVersion attribute.
    de.hybris.platform.catalog.jalo.CatalogVersion
    getCatalogVersion(de.hybris.platform.jalo.SessionContext ctx)
    Generated method - Getter of the TmaPolicyStatement.catalogVersion attribute.
    Generated method - Getter of the TmaPolicyStatement.code attribute.
    getCode(de.hybris.platform.jalo.SessionContext ctx)
    Generated method - Getter of the TmaPolicyStatement.code attribute.
    Generated method - Getter of the TmaPolicyStatement.conditions attribute.
    getConditions(de.hybris.platform.jalo.SessionContext ctx)
    Generated method - Getter of the TmaPolicyStatement.conditions attribute.
    protected Map<String,de.hybris.platform.jalo.Item.AttributeMode>
     
    Generated method - Getter of the TmaPolicyStatement.max attribute.
    getMax(de.hybris.platform.jalo.SessionContext ctx)
    Generated method - Getter of the TmaPolicyStatement.max attribute.
    int
    Generated method - Getter of the TmaPolicyStatement.max attribute.
    int
    getMaxAsPrimitive(de.hybris.platform.jalo.SessionContext ctx)
    Generated method - Getter of the TmaPolicyStatement.max attribute.
    Generated method - Getter of the TmaPolicyStatement.min attribute.
    getMin(de.hybris.platform.jalo.SessionContext ctx)
    Generated method - Getter of the TmaPolicyStatement.min attribute.
    int
    Generated method - Getter of the TmaPolicyStatement.min attribute.
    int
    getMinAsPrimitive(de.hybris.platform.jalo.SessionContext ctx)
    Generated method - Getter of the TmaPolicyStatement.min attribute.
    Generated method - Getter of the TmaPolicyStatement.name attribute.
    getName(de.hybris.platform.jalo.SessionContext ctx)
    Generated method - Getter of the TmaPolicyStatement.name attribute.
    void
    Generated method - Removes value from actions.
    void
    removeFromActions(de.hybris.platform.jalo.SessionContext ctx, TmaPolicyAction value)
    Generated method - Removes value from actions.
    void
    Generated method - Removes value from conditions.
    void
    removeFromConditions(de.hybris.platform.jalo.SessionContext ctx, TmaPolicyCondition value)
    Generated method - Removes value from conditions.
    void
    setActions(de.hybris.platform.jalo.SessionContext ctx, Set<TmaPolicyAction> value)
    Generated method - Setter of the TmaPolicyStatement.actions attribute.
    void
    Generated method - Setter of the TmaPolicyStatement.actions attribute.
    void
    setAllName(de.hybris.platform.jalo.SessionContext ctx, Map<de.hybris.platform.jalo.c2l.Language,String> value)
    Generated method - Setter of the TmaPolicyStatement.name attribute.
    void
    setAllName(Map<de.hybris.platform.jalo.c2l.Language,String> value)
    Generated method - Setter of the TmaPolicyStatement.name attribute.
    void
    setCatalogVersion(de.hybris.platform.catalog.jalo.CatalogVersion value)
    Generated method - Setter of the TmaPolicyStatement.catalogVersion attribute.
    void
    setCatalogVersion(de.hybris.platform.jalo.SessionContext ctx, de.hybris.platform.catalog.jalo.CatalogVersion value)
    Generated method - Setter of the TmaPolicyStatement.catalogVersion attribute.
    protected void
    setCode(de.hybris.platform.jalo.SessionContext ctx, String value)
    Generated method - Setter of the TmaPolicyStatement.code attribute.
    protected void
    setCode(String value)
    Generated method - Setter of the TmaPolicyStatement.code attribute.
    void
    setConditions(de.hybris.platform.jalo.SessionContext ctx, Set<TmaPolicyCondition> value)
    Generated method - Setter of the TmaPolicyStatement.conditions attribute.
    void
    Generated method - Setter of the TmaPolicyStatement.conditions attribute.
    void
    setMax(int value)
    Generated method - Setter of the TmaPolicyStatement.max attribute.
    void
    setMax(de.hybris.platform.jalo.SessionContext ctx, int value)
    Generated method - Setter of the TmaPolicyStatement.max attribute.
    void
    setMax(de.hybris.platform.jalo.SessionContext ctx, Integer value)
    Generated method - Setter of the TmaPolicyStatement.max attribute.
    void
    setMax(Integer value)
    Generated method - Setter of the TmaPolicyStatement.max attribute.
    void
    setMin(int value)
    Generated method - Setter of the TmaPolicyStatement.min attribute.
    void
    setMin(de.hybris.platform.jalo.SessionContext ctx, int value)
    Generated method - Setter of the TmaPolicyStatement.min attribute.
    void
    setMin(de.hybris.platform.jalo.SessionContext ctx, Integer value)
    Generated method - Setter of the TmaPolicyStatement.min attribute.
    void
    setMin(Integer value)
    Generated method - Setter of the TmaPolicyStatement.min attribute.
    void
    setName(de.hybris.platform.jalo.SessionContext ctx, String value)
    Generated method - Setter of the TmaPolicyStatement.name attribute.
    void
    setName(String value)
    Generated method - Setter of the TmaPolicyStatement.name attribute.

    Methods inherited from class de.hybris.platform.jalo.GenericItem

    createItem, getImplementation, getInitialProperties, getNonInitialAttributes, getRelatedItems, getRelatedItems, setRelatedItems

    Methods inherited from class de.hybris.platform.jalo.c2l.LocalizableItem

    getAllLocalizedProperties, getAllLocalizedProperties, getAllLocalizedProperties, getAllLocalizedProperties, getAllValuesSessionContext, getLocalizedProperty, getLocalizedProperty, getLocalizedPropertyInternal, getLocalizedPropertyNames, getLocalizedPropertyNames, hasLanguage, isEmptyValue, isFallbackEnabled, removeLocalizedProperty, removeLocalizedProperty, setAllLocalizedProperties, setAllLocalizedProperties, setLocalizedProperty, setLocalizedProperty

    Methods inherited from class de.hybris.platform.jalo.ExtensibleItem

    createNonClassAccessor, getAllProperties, getAllProperties, getProperty, getProperty, getPropertyNames, getPropertyNames, removeProperty, removeProperty, setAllProperties, setAllProperties, setProperty, setProperty

    Methods inherited from class de.hybris.platform.jalo.Item

    addLinkedItems, addLinkedItems, addLinkedItems, addLinkedItems, addLinkedItems, addLinkedItems, addLinkedItems, addLinkedItems, addLinkedItems, addNegativePermission, addPermission, addPositivePermission, assureExtensionsLoaded, changeTypeAfterCreation, checkConstraint, checkItemPermission, checkMandatoryAttribute, checkMandatoryAttribute, checkPermission, checkPermission, checkRemovable, clearPermission, compareTo, ctx, doAfterRemove, doBeforeRemove, equals, getAccessorFor, getAllAttributes, getAllAttributes, getAllAttributes, getAllAttributes, getAllAttributesInternal, getAllLinkedItems, getAndCheckCacheBoundItem, getAttribute, getAttribute, getCacheBoundItem, getComposedType, getComposedTypePK, getCreationTime, getCurrentlyRemovingCount, getLinkedItems, getLinkedItems, getLinkedItems, getLinkedItems, getLinkedItems, getLinkedItems, getLinkedItems, getLinkedItemsCount, getLinkedItemsCount, getLinkedItemsCount, getModificationTime, getNegativePermissions, getOwner, getPartOfRemovedSessionMarker, getPermissionMap, getPermissions, getPersistenceVersion, getPK, getPositivePermissions, getRestrictedPrincipals, getSession, getSyncObject, getTenant, getTransientObject, getTransientObjectMap, hashCode, hasRegisteredClassAccessorFor, internal_registerClassAccessorFor, internal_registerNonClassAccessorFor, invalidateLocalCaches, isAlive, isCacheBound, isCurrentlyRemoving, isCurrentlyRemoving, isEmptyRelationValue, isInCreate, isInstanceOf, isItemCheckBeforeRemoveableDisabled, isMarkModifiedDisabled, isRelationLocalizationFallbackEnabled, newInstance, notifyExtensionsAfterItemCreation, notifyExtensionsBeforeItemCreation, notifyItemRemoval, notifyManagerAboutItemRemoval, readResolve, registerAccessFor, registerAccessFor, registerJaloInvalidationListeners, remove, remove, removeItemCollection, removeItemCollection, removeLinkedItems, removeLinkedItems, removeLinkedItems, removeLinkedItems, removeLinks, removePartOfItems, removePartOfItems, setAllAttributes, setAllAttributes, setAllAttributesInternal, setAllLinkedItems, setAllLinkedItems, setAllLinkedItems, setAllLinkedItems, setAttribute, setAttribute, setAttributeFromString, setAttributeFromString, setCacheBound, setComposedType, setCreationTime, setImplementation, setLinkedItems, setLinkedItems, setLinkedItems, setLinkedItems, setLinkedItems, setLinkedItems, setLinkedItems, setLinkedItems, setModificationTime, setNonInitialAttributes, setOwner, setPermissionsByMap, setTransientObject, setUseTA, suppressRelation, toString, useTA, writeReplace

    Methods inherited from class de.hybris.platform.util.BridgeAbstraction

    setTenant

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
  • Field Details

    • CODE

      public static final String CODE
      Qualifier of the TmaPolicyStatement.code attribute
      See Also:
    • NAME

      public static final String NAME
      Qualifier of the TmaPolicyStatement.name attribute
      See Also:
    • CATALOGVERSION

      public static final String CATALOGVERSION
      Qualifier of the TmaPolicyStatement.catalogVersion attribute
      See Also:
    • MIN

      public static final String MIN
      Qualifier of the TmaPolicyStatement.min attribute
      See Also:
    • MAX

      public static final String MAX
      Qualifier of the TmaPolicyStatement.max attribute
      See Also:
    • CONDITIONS

      public static final String CONDITIONS
      Qualifier of the TmaPolicyStatement.conditions attribute
      See Also:
    • ACTIONS

      public static final String ACTIONS
      Qualifier of the TmaPolicyStatement.actions attribute
      See Also:
    • CONDITIONSHANDLER

      protected static final de.hybris.platform.util.OneToManyHandler<TmaPolicyCondition> CONDITIONSHANDLER
      OneToManyHandler for handling 1:n CONDITIONS's relation attributes from 'many' side.
    • ACTIONSHANDLER

      protected static final de.hybris.platform.util.OneToManyHandler<TmaPolicyAction> ACTIONSHANDLER
      OneToManyHandler for handling 1:n ACTIONS's relation attributes from 'many' side.
    • DEFAULT_INITIAL_ATTRIBUTES

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

    • GeneratedTmaPolicyStatement

      public GeneratedTmaPolicyStatement()
  • Method Details

    • getDefaultAttributeModes

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

      public Set<TmaPolicyAction> getActions(de.hybris.platform.jalo.SessionContext ctx)
      Generated method - Getter of the TmaPolicyStatement.actions attribute.
      Returns:
      the actions - Policy action containing the associated policy statement.
    • getActions

      public Set<TmaPolicyAction> getActions()
      Generated method - Getter of the TmaPolicyStatement.actions attribute.
      Returns:
      the actions - Policy action containing the associated policy statement.
    • setActions

      public void setActions(de.hybris.platform.jalo.SessionContext ctx, Set<TmaPolicyAction> value)
      Generated method - Setter of the TmaPolicyStatement.actions attribute.
      Parameters:
      value - the actions - Policy action containing the associated policy statement.
    • setActions

      public void setActions(Set<TmaPolicyAction> value)
      Generated method - Setter of the TmaPolicyStatement.actions attribute.
      Parameters:
      value - the actions - Policy action containing the associated policy statement.
    • addToActions

      public void addToActions(de.hybris.platform.jalo.SessionContext ctx, TmaPolicyAction value)
      Generated method - Adds value to actions.
      Parameters:
      value - the item to add to actions - Policy action containing the associated policy statement.
    • addToActions

      public void addToActions(TmaPolicyAction value)
      Generated method - Adds value to actions.
      Parameters:
      value - the item to add to actions - Policy action containing the associated policy statement.
    • removeFromActions

      public void removeFromActions(de.hybris.platform.jalo.SessionContext ctx, TmaPolicyAction value)
      Generated method - Removes value from actions.
      Parameters:
      value - the item to remove from actions - Policy action containing the associated policy statement.
    • removeFromActions

      public void removeFromActions(TmaPolicyAction value)
      Generated method - Removes value from actions.
      Parameters:
      value - the item to remove from actions - Policy action containing the associated policy statement.
    • getCatalogVersion

      public de.hybris.platform.catalog.jalo.CatalogVersion getCatalogVersion(de.hybris.platform.jalo.SessionContext ctx)
      Generated method - Getter of the TmaPolicyStatement.catalogVersion attribute.
      Returns:
      the catalogVersion - Catalog Version on which the TmaPolicyStatement is published.
    • getCatalogVersion

      public de.hybris.platform.catalog.jalo.CatalogVersion getCatalogVersion()
      Generated method - Getter of the TmaPolicyStatement.catalogVersion attribute.
      Returns:
      the catalogVersion - Catalog Version on which the TmaPolicyStatement is published.
    • setCatalogVersion

      public void setCatalogVersion(de.hybris.platform.jalo.SessionContext ctx, de.hybris.platform.catalog.jalo.CatalogVersion value)
      Generated method - Setter of the TmaPolicyStatement.catalogVersion attribute.
      Parameters:
      value - the catalogVersion - Catalog Version on which the TmaPolicyStatement is published.
    • setCatalogVersion

      public void setCatalogVersion(de.hybris.platform.catalog.jalo.CatalogVersion value)
      Generated method - Setter of the TmaPolicyStatement.catalogVersion attribute.
      Parameters:
      value - the catalogVersion - Catalog Version on which the TmaPolicyStatement is published.
    • getCode

      public String getCode(de.hybris.platform.jalo.SessionContext ctx)
      Generated method - Getter of the TmaPolicyStatement.code attribute.
      Returns:
      the code - Unique identifier of the policy statement.
    • getCode

      public String getCode()
      Generated method - Getter of the TmaPolicyStatement.code attribute.
      Returns:
      the code - Unique identifier of the policy statement.
    • setCode

      protected void setCode(de.hybris.platform.jalo.SessionContext ctx, String value)
      Generated method - Setter of the TmaPolicyStatement.code attribute.
      Parameters:
      value - the code - Unique identifier of the policy statement.
    • setCode

      protected void setCode(String value)
      Generated method - Setter of the TmaPolicyStatement.code attribute.
      Parameters:
      value - the code - Unique identifier of the policy statement.
    • getConditions

      public Set<TmaPolicyCondition> getConditions(de.hybris.platform.jalo.SessionContext ctx)
      Generated method - Getter of the TmaPolicyStatement.conditions attribute.
      Returns:
      the conditions - Conditions containing the associated policy statement.
    • getConditions

      public Set<TmaPolicyCondition> getConditions()
      Generated method - Getter of the TmaPolicyStatement.conditions attribute.
      Returns:
      the conditions - Conditions containing the associated policy statement.
    • setConditions

      public void setConditions(de.hybris.platform.jalo.SessionContext ctx, Set<TmaPolicyCondition> value)
      Generated method - Setter of the TmaPolicyStatement.conditions attribute.
      Parameters:
      value - the conditions - Conditions containing the associated policy statement.
    • setConditions

      public void setConditions(Set<TmaPolicyCondition> value)
      Generated method - Setter of the TmaPolicyStatement.conditions attribute.
      Parameters:
      value - the conditions - Conditions containing the associated policy statement.
    • addToConditions

      public void addToConditions(de.hybris.platform.jalo.SessionContext ctx, TmaPolicyCondition value)
      Generated method - Adds value to conditions.
      Parameters:
      value - the item to add to conditions - Conditions containing the associated policy statement.
    • addToConditions

      public void addToConditions(TmaPolicyCondition value)
      Generated method - Adds value to conditions.
      Parameters:
      value - the item to add to conditions - Conditions containing the associated policy statement.
    • removeFromConditions

      public void removeFromConditions(de.hybris.platform.jalo.SessionContext ctx, TmaPolicyCondition value)
      Generated method - Removes value from conditions.
      Parameters:
      value - the item to remove from conditions - Conditions containing the associated policy statement.
    • removeFromConditions

      public void removeFromConditions(TmaPolicyCondition value)
      Generated method - Removes value from conditions.
      Parameters:
      value - the item to remove from conditions - Conditions containing the associated policy statement.
    • getMax

      public Integer getMax(de.hybris.platform.jalo.SessionContext ctx)
      Generated method - Getter of the TmaPolicyStatement.max attribute.
      Returns:
      the max - Restriction for the maximum quantity required to be selected.
    • getMax

      public Integer getMax()
      Generated method - Getter of the TmaPolicyStatement.max attribute.
      Returns:
      the max - Restriction for the maximum quantity required to be selected.
    • getMaxAsPrimitive

      public int getMaxAsPrimitive(de.hybris.platform.jalo.SessionContext ctx)
      Generated method - Getter of the TmaPolicyStatement.max attribute.
      Returns:
      the max - Restriction for the maximum quantity required to be selected.
    • getMaxAsPrimitive

      public int getMaxAsPrimitive()
      Generated method - Getter of the TmaPolicyStatement.max attribute.
      Returns:
      the max - Restriction for the maximum quantity required to be selected.
    • setMax

      public void setMax(de.hybris.platform.jalo.SessionContext ctx, Integer value)
      Generated method - Setter of the TmaPolicyStatement.max attribute.
      Parameters:
      value - the max - Restriction for the maximum quantity required to be selected.
    • setMax

      public void setMax(Integer value)
      Generated method - Setter of the TmaPolicyStatement.max attribute.
      Parameters:
      value - the max - Restriction for the maximum quantity required to be selected.
    • setMax

      public void setMax(de.hybris.platform.jalo.SessionContext ctx, int value)
      Generated method - Setter of the TmaPolicyStatement.max attribute.
      Parameters:
      value - the max - Restriction for the maximum quantity required to be selected.
    • setMax

      public void setMax(int value)
      Generated method - Setter of the TmaPolicyStatement.max attribute.
      Parameters:
      value - the max - Restriction for the maximum quantity required to be selected.
    • getMin

      public Integer getMin(de.hybris.platform.jalo.SessionContext ctx)
      Generated method - Getter of the TmaPolicyStatement.min attribute.
      Returns:
      the min - Restriction for the minimum quantity required to be selected.
    • getMin

      public Integer getMin()
      Generated method - Getter of the TmaPolicyStatement.min attribute.
      Returns:
      the min - Restriction for the minimum quantity required to be selected.
    • getMinAsPrimitive

      public int getMinAsPrimitive(de.hybris.platform.jalo.SessionContext ctx)
      Generated method - Getter of the TmaPolicyStatement.min attribute.
      Returns:
      the min - Restriction for the minimum quantity required to be selected.
    • getMinAsPrimitive

      public int getMinAsPrimitive()
      Generated method - Getter of the TmaPolicyStatement.min attribute.
      Returns:
      the min - Restriction for the minimum quantity required to be selected.
    • setMin

      public void setMin(de.hybris.platform.jalo.SessionContext ctx, Integer value)
      Generated method - Setter of the TmaPolicyStatement.min attribute.
      Parameters:
      value - the min - Restriction for the minimum quantity required to be selected.
    • setMin

      public void setMin(Integer value)
      Generated method - Setter of the TmaPolicyStatement.min attribute.
      Parameters:
      value - the min - Restriction for the minimum quantity required to be selected.
    • setMin

      public void setMin(de.hybris.platform.jalo.SessionContext ctx, int value)
      Generated method - Setter of the TmaPolicyStatement.min attribute.
      Parameters:
      value - the min - Restriction for the minimum quantity required to be selected.
    • setMin

      public void setMin(int value)
      Generated method - Setter of the TmaPolicyStatement.min attribute.
      Parameters:
      value - the min - Restriction for the minimum quantity required to be selected.
    • getName

      public String getName(de.hybris.platform.jalo.SessionContext ctx)
      Generated method - Getter of the TmaPolicyStatement.name attribute.
      Returns:
      the name - Name of the policy statement.
    • getName

      public String getName()
      Generated method - Getter of the TmaPolicyStatement.name attribute.
      Returns:
      the name - Name of the policy statement.
    • getAllName

      public Map<de.hybris.platform.jalo.c2l.Language,String> getAllName(de.hybris.platform.jalo.SessionContext ctx)
      Generated method - Getter of the TmaPolicyStatement.name attribute.
      Returns:
      the localized name - Name of the policy statement.
    • getAllName

      public Map<de.hybris.platform.jalo.c2l.Language,String> getAllName()
      Generated method - Getter of the TmaPolicyStatement.name attribute.
      Returns:
      the localized name - Name of the policy statement.
    • setName

      public void setName(de.hybris.platform.jalo.SessionContext ctx, String value)
      Generated method - Setter of the TmaPolicyStatement.name attribute.
      Parameters:
      value - the name - Name of the policy statement.
    • setName

      public void setName(String value)
      Generated method - Setter of the TmaPolicyStatement.name attribute.
      Parameters:
      value - the name - Name of the policy statement.
    • setAllName

      public void setAllName(de.hybris.platform.jalo.SessionContext ctx, Map<de.hybris.platform.jalo.c2l.Language,String> value)
      Generated method - Setter of the TmaPolicyStatement.name attribute.
      Parameters:
      value - the name - Name of the policy statement.
    • setAllName

      public void setAllName(Map<de.hybris.platform.jalo.c2l.Language,String> value)
      Generated method - Setter of the TmaPolicyStatement.name attribute.
      Parameters:
      value - the name - Name of the policy statement.