Class GeneratedAsSearchProfileActivationSet

All Implemented Interfaces:
Serializable, Comparable
Direct Known Subclasses:
AsSearchProfileActivationSet

public abstract class GeneratedAsSearchProfileActivationSet extends GenericItem
Generated class for type AsSearchProfileActivationSet.
See Also:
  • Field Details

  • Constructor Details

    • GeneratedAsSearchProfileActivationSet

      public GeneratedAsSearchProfileActivationSet()
  • Method Details

    • getDefaultAttributeModes

      protected Map<String,Item.AttributeMode> getDefaultAttributeModes()
      Overrides:
      getDefaultAttributeModes in class Item
    • getCatalogVersion

      public CatalogVersion getCatalogVersion(SessionContext ctx)
      Generated method - Getter of the AsSearchProfileActivationSet.catalogVersion attribute.
      Returns:
      the catalogVersion
    • getCatalogVersion

      public CatalogVersion getCatalogVersion()
      Generated method - Getter of the AsSearchProfileActivationSet.catalogVersion attribute.
      Returns:
      the catalogVersion
    • setCatalogVersion

      protected void setCatalogVersion(SessionContext ctx, CatalogVersion value)
      Generated method - Setter of the AsSearchProfileActivationSet.catalogVersion attribute.
      Parameters:
      value - the catalogVersion
    • setCatalogVersion

      protected void setCatalogVersion(CatalogVersion value)
      Generated method - Setter of the AsSearchProfileActivationSet.catalogVersion attribute.
      Parameters:
      value - the catalogVersion
    • getIndexType

      public String getIndexType(SessionContext ctx)
      Generated method - Getter of the AsSearchProfileActivationSet.indexType attribute.
      Returns:
      the indexType
    • getIndexType

      public String getIndexType()
      Generated method - Getter of the AsSearchProfileActivationSet.indexType attribute.
      Returns:
      the indexType
    • setIndexType

      protected void setIndexType(SessionContext ctx, String value)
      Generated method - Setter of the AsSearchProfileActivationSet.indexType attribute.
      Parameters:
      value - the indexType
    • setIndexType

      protected void setIndexType(String value)
      Generated method - Setter of the AsSearchProfileActivationSet.indexType attribute.
      Parameters:
      value - the indexType
    • getPriority

      public Integer getPriority(SessionContext ctx)
      Generated method - Getter of the AsSearchProfileActivationSet.priority attribute.
      Returns:
      the priority - priority (higher priority gets applied first)
    • getPriority

      public Integer getPriority()
      Generated method - Getter of the AsSearchProfileActivationSet.priority attribute.
      Returns:
      the priority - priority (higher priority gets applied first)
    • getPriorityAsPrimitive

      public int getPriorityAsPrimitive(SessionContext ctx)
      Generated method - Getter of the AsSearchProfileActivationSet.priority attribute.
      Returns:
      the priority - priority (higher priority gets applied first)
    • getPriorityAsPrimitive

      public int getPriorityAsPrimitive()
      Generated method - Getter of the AsSearchProfileActivationSet.priority attribute.
      Returns:
      the priority - priority (higher priority gets applied first)
    • setPriority

      public void setPriority(SessionContext ctx, Integer value)
      Generated method - Setter of the AsSearchProfileActivationSet.priority attribute.
      Parameters:
      value - the priority - priority (higher priority gets applied first)
    • setPriority

      public void setPriority(Integer value)
      Generated method - Setter of the AsSearchProfileActivationSet.priority attribute.
      Parameters:
      value - the priority - priority (higher priority gets applied first)
    • setPriority

      public void setPriority(SessionContext ctx, int value)
      Generated method - Setter of the AsSearchProfileActivationSet.priority attribute.
      Parameters:
      value - the priority - priority (higher priority gets applied first)
    • setPriority

      public void setPriority(int value)
      Generated method - Setter of the AsSearchProfileActivationSet.priority attribute.
      Parameters:
      value - the priority - priority (higher priority gets applied first)
    • getSearchProfiles

      public List<AbstractAsSearchProfile> getSearchProfiles(SessionContext ctx)
      Generated method - Getter of the AsSearchProfileActivationSet.searchProfiles attribute.
      Returns:
      the searchProfiles
    • getSearchProfiles

      public List<AbstractAsSearchProfile> getSearchProfiles()
      Generated method - Getter of the AsSearchProfileActivationSet.searchProfiles attribute.
      Returns:
      the searchProfiles
    • setSearchProfiles

      public void setSearchProfiles(SessionContext ctx, List<AbstractAsSearchProfile> value)
      Generated method - Setter of the AsSearchProfileActivationSet.searchProfiles attribute.
      Parameters:
      value - the searchProfiles
    • setSearchProfiles

      public void setSearchProfiles(List<AbstractAsSearchProfile> value)
      Generated method - Setter of the AsSearchProfileActivationSet.searchProfiles attribute.
      Parameters:
      value - the searchProfiles
    • addToSearchProfiles

      public void addToSearchProfiles(SessionContext ctx, AbstractAsSearchProfile value)
      Generated method - Adds value to searchProfiles.
      Parameters:
      value - the item to add to searchProfiles
    • addToSearchProfiles

      public void addToSearchProfiles(AbstractAsSearchProfile value)
      Generated method - Adds value to searchProfiles.
      Parameters:
      value - the item to add to searchProfiles
    • removeFromSearchProfiles

      public void removeFromSearchProfiles(SessionContext ctx, AbstractAsSearchProfile value)
      Generated method - Removes value from searchProfiles.
      Parameters:
      value - the item to remove from searchProfiles
    • removeFromSearchProfiles

      public void removeFromSearchProfiles(AbstractAsSearchProfile value)
      Generated method - Removes value from searchProfiles.
      Parameters:
      value - the item to remove from searchProfiles