Class GeneratedSnIndex

  • All Implemented Interfaces:
    java.io.Serializable, java.lang.Comparable
    Direct Known Subclasses:
    SnIndex

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

      • ID

        public static final java.lang.String ID
        Qualifier of the SnIndex.id attribute
        See Also:
        Constant Field Values
      • INDEXEROPERATIONS

        public static final java.lang.String INDEXEROPERATIONS
        Qualifier of the SnIndex.indexerOperations attribute
        See Also:
        Constant Field Values
      • DEFAULT_INITIAL_ATTRIBUTES

        protected static final java.util.Map<java.lang.String,​Item.AttributeMode> DEFAULT_INITIAL_ATTRIBUTES
    • Constructor Detail

      • GeneratedSnIndex

        public GeneratedSnIndex()
    • Method Detail

      • getId

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

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

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

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

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

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

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

        public void setIndexerOperations​(java.util.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