Class GeneratedSolrIndexedCoresRecord

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

public abstract class GeneratedSolrIndexedCoresRecord extends GenericItem
Generated class for type SolrIndexedCoresRecord.
See Also:
  • Field Details

    • CORENAME

      public static final String CORENAME
      Qualifier of the SolrIndexedCoresRecord.coreName attribute
      See Also:
    • INDEXNAME

      public static final String INDEXNAME
      Qualifier of the SolrIndexedCoresRecord.indexName attribute
      See Also:
    • INDEXTIME

      public static final String INDEXTIME
      Qualifier of the SolrIndexedCoresRecord.indexTime attribute
      See Also:
    • CURRENTINDEXDATASUBDIRECTORY

      public static final String CURRENTINDEXDATASUBDIRECTORY
      Qualifier of the SolrIndexedCoresRecord.currentIndexDataSubDirectory attribute
      See Also:
    • SERVERMODE

      public static final String SERVERMODE
      Qualifier of the SolrIndexedCoresRecord.serverMode attribute
      See Also:
    • INDEXOPERATIONS

      public static final String INDEXOPERATIONS
      Qualifier of the SolrIndexedCoresRecord.indexOperations attribute
      See Also:
    • INDEXOPERATIONSHANDLER

      protected static final OneToManyHandler<SolrIndexOperationRecord> INDEXOPERATIONSHANDLER
      OneToManyHandler for handling 1:n INDEXOPERATIONS's relation attributes from 'many' side.
    • DEFAULT_INITIAL_ATTRIBUTES

      protected static final Map<String,Item.AttributeMode> DEFAULT_INITIAL_ATTRIBUTES
  • Constructor Details

    • GeneratedSolrIndexedCoresRecord

      public GeneratedSolrIndexedCoresRecord()
  • Method Details

    • getDefaultAttributeModes

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

      public String getCoreName(SessionContext ctx)
      Generated method - Getter of the SolrIndexedCoresRecord.coreName attribute.
      Returns:
      the coreName
    • getCoreName

      public String getCoreName()
      Generated method - Getter of the SolrIndexedCoresRecord.coreName attribute.
      Returns:
      the coreName
    • setCoreName

      protected void setCoreName(SessionContext ctx, String value)
      Generated method - Setter of the SolrIndexedCoresRecord.coreName attribute.
      Parameters:
      value - the coreName
    • setCoreName

      protected void setCoreName(String value)
      Generated method - Setter of the SolrIndexedCoresRecord.coreName attribute.
      Parameters:
      value - the coreName
    • getCurrentIndexDataSubDirectory

      public String getCurrentIndexDataSubDirectory(SessionContext ctx)
      Generated method - Getter of the SolrIndexedCoresRecord.currentIndexDataSubDirectory attribute.
      Returns:
      the currentIndexDataSubDirectory
    • getCurrentIndexDataSubDirectory

      public String getCurrentIndexDataSubDirectory()
      Generated method - Getter of the SolrIndexedCoresRecord.currentIndexDataSubDirectory attribute.
      Returns:
      the currentIndexDataSubDirectory
    • setCurrentIndexDataSubDirectory

      public void setCurrentIndexDataSubDirectory(SessionContext ctx, String value)
      Generated method - Setter of the SolrIndexedCoresRecord.currentIndexDataSubDirectory attribute.
      Parameters:
      value - the currentIndexDataSubDirectory
    • setCurrentIndexDataSubDirectory

      public void setCurrentIndexDataSubDirectory(String value)
      Generated method - Setter of the SolrIndexedCoresRecord.currentIndexDataSubDirectory attribute.
      Parameters:
      value - the currentIndexDataSubDirectory
    • getIndexName

      public String getIndexName(SessionContext ctx)
      Generated method - Getter of the SolrIndexedCoresRecord.indexName attribute.
      Returns:
      the indexName
    • getIndexName

      public String getIndexName()
      Generated method - Getter of the SolrIndexedCoresRecord.indexName attribute.
      Returns:
      the indexName
    • setIndexName

      protected void setIndexName(SessionContext ctx, String value)
      Generated method - Setter of the SolrIndexedCoresRecord.indexName attribute.
      Parameters:
      value - the indexName
    • setIndexName

      protected void setIndexName(String value)
      Generated method - Setter of the SolrIndexedCoresRecord.indexName attribute.
      Parameters:
      value - the indexName
    • getIndexOperations

      public Collection<SolrIndexOperationRecord> getIndexOperations(SessionContext ctx)
      Generated method - Getter of the SolrIndexedCoresRecord.indexOperations attribute.
      Returns:
      the indexOperations
    • getIndexOperations

      public Collection<SolrIndexOperationRecord> getIndexOperations()
      Generated method - Getter of the SolrIndexedCoresRecord.indexOperations attribute.
      Returns:
      the indexOperations
    • setIndexOperations

      public void setIndexOperations(SessionContext ctx, Collection<SolrIndexOperationRecord> value)
      Generated method - Setter of the SolrIndexedCoresRecord.indexOperations attribute.
      Parameters:
      value - the indexOperations
    • setIndexOperations

      public void setIndexOperations(Collection<SolrIndexOperationRecord> value)
      Generated method - Setter of the SolrIndexedCoresRecord.indexOperations attribute.
      Parameters:
      value - the indexOperations
    • addToIndexOperations

      public void addToIndexOperations(SessionContext ctx, SolrIndexOperationRecord value)
      Generated method - Adds value to indexOperations.
      Parameters:
      value - the item to add to indexOperations
    • addToIndexOperations

      public void addToIndexOperations(SolrIndexOperationRecord value)
      Generated method - Adds value to indexOperations.
      Parameters:
      value - the item to add to indexOperations
    • removeFromIndexOperations

      public void removeFromIndexOperations(SessionContext ctx, SolrIndexOperationRecord value)
      Generated method - Removes value from indexOperations.
      Parameters:
      value - the item to remove from indexOperations
    • removeFromIndexOperations

      public void removeFromIndexOperations(SolrIndexOperationRecord value)
      Generated method - Removes value from indexOperations.
      Parameters:
      value - the item to remove from indexOperations
    • getIndexTime

      public Date getIndexTime(SessionContext ctx)
      Generated method - Getter of the SolrIndexedCoresRecord.indexTime attribute.
      Returns:
      the indexTime
    • getIndexTime

      public Date getIndexTime()
      Generated method - Getter of the SolrIndexedCoresRecord.indexTime attribute.
      Returns:
      the indexTime
    • setIndexTime

      public void setIndexTime(SessionContext ctx, Date value)
      Generated method - Setter of the SolrIndexedCoresRecord.indexTime attribute.
      Parameters:
      value - the indexTime
    • setIndexTime

      public void setIndexTime(Date value)
      Generated method - Setter of the SolrIndexedCoresRecord.indexTime attribute.
      Parameters:
      value - the indexTime
    • getServerMode

      public EnumerationValue getServerMode(SessionContext ctx)
      Generated method - Getter of the SolrIndexedCoresRecord.serverMode attribute.
      Returns:
      the serverMode
    • getServerMode

      public EnumerationValue getServerMode()
      Generated method - Getter of the SolrIndexedCoresRecord.serverMode attribute.
      Returns:
      the serverMode
    • setServerMode

      public void setServerMode(SessionContext ctx, EnumerationValue value)
      Generated method - Setter of the SolrIndexedCoresRecord.serverMode attribute.
      Parameters:
      value - the serverMode
    • setServerMode

      public void setServerMode(EnumerationValue value)
      Generated method - Setter of the SolrIndexedCoresRecord.serverMode attribute.
      Parameters:
      value - the serverMode