Class GeneratedSnIndex

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

public abstract class GeneratedSnIndex extends GenericItem
Generated class for type SnIndex.
See Also:
  • Field Details

  • Constructor Details

    • GeneratedSnIndex

      public GeneratedSnIndex()
  • Method Details

    • getDefaultAttributeModes

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

      public String getId(SessionContext ctx)
      Generated method - Getter of the SnIndex.id attribute.
      Returns:
      the id
    • getId

      public String getId()
      Generated method - Getter of the SnIndex.id attribute.
      Returns:
      the id
    • setId

      public void setId(SessionContext ctx, String value)
      Generated method - Setter of the SnIndex.id attribute.
      Parameters:
      value - the id
    • setId

      public void setId(String value)
      Generated method - Setter of the SnIndex.id attribute.
      Parameters:
      value - the id
    • getIndexerOperations

      public List<SnIndexerOperation> getIndexerOperations(SessionContext ctx)
      Generated method - Getter of the SnIndex.indexerOperations attribute.
      Returns:
      the indexerOperations
    • getIndexerOperations

      public List<SnIndexerOperation> getIndexerOperations()
      Generated method - Getter of the SnIndex.indexerOperations attribute.
      Returns:
      the indexerOperations
    • setIndexerOperations

      public void setIndexerOperations(SessionContext ctx, List<SnIndexerOperation> value)
      Generated method - Setter of the SnIndex.indexerOperations attribute.
      Parameters:
      value - the indexerOperations
    • setIndexerOperations

      public void setIndexerOperations(List<SnIndexerOperation> value)
      Generated method - Setter of the SnIndex.indexerOperations attribute.
      Parameters:
      value - the indexerOperations
    • addToIndexerOperations

      public void addToIndexerOperations(SessionContext ctx, SnIndexerOperation value)
      Generated method - Adds value to indexerOperations.
      Parameters:
      value - the item to add to indexerOperations
    • addToIndexerOperations

      public void addToIndexerOperations(SnIndexerOperation value)
      Generated method - Adds value to indexerOperations.
      Parameters:
      value - the item to add to indexerOperations
    • removeFromIndexerOperations

      public void removeFromIndexerOperations(SessionContext ctx, SnIndexerOperation value)
      Generated method - Removes value from indexerOperations.
      Parameters:
      value - the item to remove from indexerOperations
    • removeFromIndexerOperations

      public void removeFromIndexerOperations(SnIndexerOperation value)
      Generated method - Removes value from indexerOperations.
      Parameters:
      value - the item to remove from indexerOperations