Class SolrIndexOperationModel

  • All Implemented Interfaces:
    java.io.Serializable

    public class SolrIndexOperationModel
    extends ItemModel
    Generated model class for type SolrIndexOperation first defined at extension solrfacetsearch.
    See Also:
    Serialized Form
    • Nested Class Summary

      • Nested classes/interfaces inherited from class de.hybris.platform.servicelayer.model.AbstractItemModel

        de.hybris.platform.servicelayer.model.AbstractItemModel.NewModelContextFactory
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String _SOLRINDEX2SOLRINDEXOPERATION
      Generated relation code constant for relation SolrIndex2SolrIndexOperation defining source attribute index in extension solrfacetsearch.
      static java.lang.String _TYPECODE
      Generated model type code constant.
      static java.lang.String ENDTIME
      Generated constant - Attribute key of SolrIndexOperation.endTime attribute defined at extension solrfacetsearch.
      static java.lang.String EXTERNAL
      Generated constant - Attribute key of SolrIndexOperation.external attribute defined at extension solrfacetsearch.
      static java.lang.String ID
      Generated constant - Attribute key of SolrIndexOperation.id attribute defined at extension solrfacetsearch.
      static java.lang.String INDEX
      Generated constant - Attribute key of SolrIndexOperation.index attribute defined at extension solrfacetsearch.
      static java.lang.String OPERATION
      Generated constant - Attribute key of SolrIndexOperation.operation attribute defined at extension solrfacetsearch.
      static java.lang.String STARTTIME
      Generated constant - Attribute key of SolrIndexOperation.startTime attribute defined at extension solrfacetsearch.
      static java.lang.String STATUS
      Generated constant - Attribute key of SolrIndexOperation.status attribute defined at extension solrfacetsearch.
      • Fields inherited from class de.hybris.platform.servicelayer.model.AbstractItemModel

        LANGUAGE_FALLBACK_ENABLED_SERVICE_LAYER, MODEL_CONTEXT_FACTORY
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.Date getEndTime()
      Generated method - Getter of the SolrIndexOperation.endTime attribute defined at extension solrfacetsearch.
      long getId()
      Generated method - Getter of the SolrIndexOperation.id attribute defined at extension solrfacetsearch.
      SolrIndexModel getIndex()
      Generated method - Getter of the SolrIndexOperation.index attribute defined at extension solrfacetsearch.
      IndexerOperationValues getOperation()
      Generated method - Getter of the SolrIndexOperation.operation attribute defined at extension solrfacetsearch.
      java.util.Date getStartTime()
      Generated method - Getter of the SolrIndexOperation.startTime attribute defined at extension solrfacetsearch.
      IndexerOperationStatus getStatus()
      Generated method - Getter of the SolrIndexOperation.status attribute defined at extension solrfacetsearch.
      boolean isExternal()
      Generated method - Getter of the SolrIndexOperation.external attribute defined at extension solrfacetsearch.
      void setEndTime​(java.util.Date value)
      Generated method - Setter of SolrIndexOperation.endTime attribute defined at extension solrfacetsearch.
      void setExternal​(boolean value)
      Generated method - Setter of SolrIndexOperation.external attribute defined at extension solrfacetsearch.
      void setId​(long value)
      Generated method - Initial setter of SolrIndexOperation.id attribute defined at extension solrfacetsearch.
      void setIndex​(SolrIndexModel value)
      Generated method - Initial setter of SolrIndexOperation.index attribute defined at extension solrfacetsearch.
      void setOperation​(IndexerOperationValues value)
      Generated method - Initial setter of SolrIndexOperation.operation attribute defined at extension solrfacetsearch.
      void setStartTime​(java.util.Date value)
      Generated method - Setter of SolrIndexOperation.startTime attribute defined at extension solrfacetsearch.
      void setStatus​(IndexerOperationStatus value)
      Generated method - Setter of SolrIndexOperation.status attribute defined at extension solrfacetsearch.
      • Methods inherited from class de.hybris.platform.servicelayer.model.AbstractItemModel

        equals, getItemModelContext, getItemtype, getPersistenceContext, getPk, getProperty, getProperty, getTenantId, hashCode, readResolve, setProperty, setProperty, toObject, toObject, toObject, toObject, toObject, toObject, toObject, toObject, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toString, writeReplace
      • Methods inherited from class java.lang.Object

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

      • _TYPECODE

        public static final java.lang.String _TYPECODE
        Generated model type code constant.
        See Also:
        Constant Field Values
      • _SOLRINDEX2SOLRINDEXOPERATION

        public static final java.lang.String _SOLRINDEX2SOLRINDEXOPERATION
        Generated relation code constant for relation SolrIndex2SolrIndexOperation defining source attribute index in extension solrfacetsearch.
        See Also:
        Constant Field Values
      • ID

        public static final java.lang.String ID
        Generated constant - Attribute key of SolrIndexOperation.id attribute defined at extension solrfacetsearch.
        See Also:
        Constant Field Values
      • OPERATION

        public static final java.lang.String OPERATION
        Generated constant - Attribute key of SolrIndexOperation.operation attribute defined at extension solrfacetsearch.
        See Also:
        Constant Field Values
      • EXTERNAL

        public static final java.lang.String EXTERNAL
        Generated constant - Attribute key of SolrIndexOperation.external attribute defined at extension solrfacetsearch.
        See Also:
        Constant Field Values
      • STATUS

        public static final java.lang.String STATUS
        Generated constant - Attribute key of SolrIndexOperation.status attribute defined at extension solrfacetsearch.
        See Also:
        Constant Field Values
      • STARTTIME

        public static final java.lang.String STARTTIME
        Generated constant - Attribute key of SolrIndexOperation.startTime attribute defined at extension solrfacetsearch.
        See Also:
        Constant Field Values
      • ENDTIME

        public static final java.lang.String ENDTIME
        Generated constant - Attribute key of SolrIndexOperation.endTime attribute defined at extension solrfacetsearch.
        See Also:
        Constant Field Values
      • INDEX

        public static final java.lang.String INDEX
        Generated constant - Attribute key of SolrIndexOperation.index attribute defined at extension solrfacetsearch.
        See Also:
        Constant Field Values
    • Constructor Detail

      • SolrIndexOperationModel

        public SolrIndexOperationModel()
        Generated constructor - Default constructor for generic creation.
      • SolrIndexOperationModel

        public SolrIndexOperationModel​(de.hybris.platform.servicelayer.model.ItemModelContext ctx)
        Generated constructor - Default constructor for creation with existing context
        Parameters:
        ctx - the model context to be injected, must not be null
      • SolrIndexOperationModel

        @Deprecated(since="4.1.1",
                    forRemoval=true)
        public SolrIndexOperationModel​(long _id,
                                       SolrIndexModel _index,
                                       IndexerOperationValues _operation,
                                       IndexerOperationStatus _status)
        Deprecated, for removal: This API element is subject to removal in a future version.
        since 4.1.1 Please use the default constructor without parameters
        Generated constructor - Constructor with all mandatory attributes.
        Parameters:
        _id - initial attribute declared by type SolrIndexOperation at extension solrfacetsearch
        _index - initial attribute declared by type SolrIndexOperation at extension solrfacetsearch
        _operation - initial attribute declared by type SolrIndexOperation at extension solrfacetsearch
        _status - initial attribute declared by type SolrIndexOperation at extension solrfacetsearch
      • SolrIndexOperationModel

        @Deprecated(since="4.1.1",
                    forRemoval=true)
        public SolrIndexOperationModel​(long _id,
                                       SolrIndexModel _index,
                                       IndexerOperationValues _operation,
                                       ItemModel _owner,
                                       IndexerOperationStatus _status)
        Deprecated, for removal: This API element is subject to removal in a future version.
        since 4.1.1 Please use the default constructor without parameters
        Generated constructor - for all mandatory and initial attributes.
        Parameters:
        _id - initial attribute declared by type SolrIndexOperation at extension solrfacetsearch
        _index - initial attribute declared by type SolrIndexOperation at extension solrfacetsearch
        _operation - initial attribute declared by type SolrIndexOperation at extension solrfacetsearch
        _owner - initial attribute declared by type Item at extension core
        _status - initial attribute declared by type SolrIndexOperation at extension solrfacetsearch
    • Method Detail

      • getEndTime

        @Accessor(qualifier="endTime",
                  type=GETTER)
        public java.util.Date getEndTime()
        Generated method - Getter of the SolrIndexOperation.endTime attribute defined at extension solrfacetsearch.
        Returns:
        the endTime
      • getId

        @Accessor(qualifier="id",
                  type=GETTER)
        public long getId()
        Generated method - Getter of the SolrIndexOperation.id attribute defined at extension solrfacetsearch.
        Returns:
        the id
      • getIndex

        @Accessor(qualifier="index",
                  type=GETTER)
        public SolrIndexModel getIndex()
        Generated method - Getter of the SolrIndexOperation.index attribute defined at extension solrfacetsearch.
        Returns:
        the index
      • getOperation

        @Accessor(qualifier="operation",
                  type=GETTER)
        public IndexerOperationValues getOperation()
        Generated method - Getter of the SolrIndexOperation.operation attribute defined at extension solrfacetsearch.
        Returns:
        the operation
      • getStartTime

        @Accessor(qualifier="startTime",
                  type=GETTER)
        public java.util.Date getStartTime()
        Generated method - Getter of the SolrIndexOperation.startTime attribute defined at extension solrfacetsearch.
        Returns:
        the startTime
      • getStatus

        @Accessor(qualifier="status",
                  type=GETTER)
        public IndexerOperationStatus getStatus()
        Generated method - Getter of the SolrIndexOperation.status attribute defined at extension solrfacetsearch.
        Returns:
        the status
      • isExternal

        @Accessor(qualifier="external",
                  type=GETTER)
        public boolean isExternal()
        Generated method - Getter of the SolrIndexOperation.external attribute defined at extension solrfacetsearch.
        Returns:
        the external
      • setEndTime

        @Accessor(qualifier="endTime",
                  type=SETTER)
        public void setEndTime​(java.util.Date value)
        Generated method - Setter of SolrIndexOperation.endTime attribute defined at extension solrfacetsearch.
        Parameters:
        value - the endTime
      • setExternal

        @Accessor(qualifier="external",
                  type=SETTER)
        public void setExternal​(boolean value)
        Generated method - Setter of SolrIndexOperation.external attribute defined at extension solrfacetsearch.
        Parameters:
        value - the external
      • setId

        @Accessor(qualifier="id",
                  type=SETTER)
        public void setId​(long value)
        Generated method - Initial setter of SolrIndexOperation.id attribute defined at extension solrfacetsearch. Can only be used at creation of model - before first save.
        Parameters:
        value - the id
      • setIndex

        @Accessor(qualifier="index",
                  type=SETTER)
        public void setIndex​(SolrIndexModel value)
        Generated method - Initial setter of SolrIndexOperation.index attribute defined at extension solrfacetsearch. Can only be used at creation of model - before first save.
        Parameters:
        value - the index
      • setOperation

        @Accessor(qualifier="operation",
                  type=SETTER)
        public void setOperation​(IndexerOperationValues value)
        Generated method - Initial setter of SolrIndexOperation.operation attribute defined at extension solrfacetsearch. Can only be used at creation of model - before first save.
        Parameters:
        value - the operation
      • setStartTime

        @Accessor(qualifier="startTime",
                  type=SETTER)
        public void setStartTime​(java.util.Date value)
        Generated method - Setter of SolrIndexOperation.startTime attribute defined at extension solrfacetsearch.
        Parameters:
        value - the startTime
      • setStatus

        @Accessor(qualifier="status",
                  type=SETTER)
        public void setStatus​(IndexerOperationStatus value)
        Generated method - Setter of SolrIndexOperation.status attribute defined at extension solrfacetsearch.
        Parameters:
        value - the status