Class SolrIndexOperationModel
java.lang.Object
de.hybris.platform.servicelayer.model.AbstractItemModel
de.hybris.platform.core.model.ItemModel
de.hybris.platform.solrfacetsearch.model.SolrIndexOperationModel
- All Implemented Interfaces:
Serializable
Generated model class for type SolrIndexOperation first defined at extension solrfacetsearch.
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class de.hybris.platform.servicelayer.model.AbstractItemModel
de.hybris.platform.servicelayer.model.AbstractItemModel.NewModelContextFactory -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringGenerated relation code constant for relationSolrIndex2SolrIndexOperationdefining source attributeindexin extensionsolrfacetsearch.static final StringGenerated model type code constant.static final StringGenerated constant - Attribute key ofSolrIndexOperation.endTimeattribute defined at extensionsolrfacetsearch.static final StringGenerated constant - Attribute key ofSolrIndexOperation.externalattribute defined at extensionsolrfacetsearch.static final StringGenerated constant - Attribute key ofSolrIndexOperation.idattribute defined at extensionsolrfacetsearch.static final StringGenerated constant - Attribute key ofSolrIndexOperation.indexattribute defined at extensionsolrfacetsearch.static final StringGenerated constant - Attribute key ofSolrIndexOperation.operationattribute defined at extensionsolrfacetsearch.static final StringGenerated constant - Attribute key ofSolrIndexOperation.startTimeattribute defined at extensionsolrfacetsearch.static final StringGenerated constant - Attribute key ofSolrIndexOperation.statusattribute defined at extensionsolrfacetsearch.Fields inherited from class de.hybris.platform.core.model.ItemModel
_COMMENTITEMRELATION, COMMENTS, CREATIONTIME, ITEMTYPE, MODIFIEDTIME, OWNER, PK, SEALEDFields inherited from class de.hybris.platform.servicelayer.model.AbstractItemModel
LANGUAGE_FALLBACK_ENABLED_SERVICE_LAYER, MODEL_CONTEXT_FACTORY -
Constructor Summary
ConstructorsConstructorDescriptionGenerated constructor - Default constructor for generic creation.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 parametersSolrIndexOperationModel(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 parametersSolrIndexOperationModel(de.hybris.platform.servicelayer.model.ItemModelContext ctx) Generated constructor - Default constructor for creation with existing context -
Method Summary
Modifier and TypeMethodDescriptionGenerated method - Getter of theSolrIndexOperation.endTimeattribute defined at extensionsolrfacetsearch.longgetId()Generated method - Getter of theSolrIndexOperation.idattribute defined at extensionsolrfacetsearch.getIndex()Generated method - Getter of theSolrIndexOperation.indexattribute defined at extensionsolrfacetsearch.Generated method - Getter of theSolrIndexOperation.operationattribute defined at extensionsolrfacetsearch.Generated method - Getter of theSolrIndexOperation.startTimeattribute defined at extensionsolrfacetsearch.Generated method - Getter of theSolrIndexOperation.statusattribute defined at extensionsolrfacetsearch.booleanGenerated method - Getter of theSolrIndexOperation.externalattribute defined at extensionsolrfacetsearch.voidsetEndTime(Date value) Generated method - Setter ofSolrIndexOperation.endTimeattribute defined at extensionsolrfacetsearch.voidsetExternal(boolean value) Generated method - Setter ofSolrIndexOperation.externalattribute defined at extensionsolrfacetsearch.voidsetId(long value) Generated method - Initial setter ofSolrIndexOperation.idattribute defined at extensionsolrfacetsearch.voidsetIndex(SolrIndexModel value) Generated method - Initial setter ofSolrIndexOperation.indexattribute defined at extensionsolrfacetsearch.voidGenerated method - Initial setter ofSolrIndexOperation.operationattribute defined at extensionsolrfacetsearch.voidsetStartTime(Date value) Generated method - Setter ofSolrIndexOperation.startTimeattribute defined at extensionsolrfacetsearch.voidsetStatus(IndexerOperationStatus value) Generated method - Setter ofSolrIndexOperation.statusattribute defined at extensionsolrfacetsearch.Methods inherited from class de.hybris.platform.core.model.ItemModel
getComments, getCreationtime, getModifiedtime, getOwner, isSealed, setComments, setCreationtime, setModifiedtime, setOwnerMethods 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
-
Field Details
-
_TYPECODE
Generated model type code constant.- See Also:
-
_SOLRINDEX2SOLRINDEXOPERATION
Generated relation code constant for relationSolrIndex2SolrIndexOperationdefining source attributeindexin extensionsolrfacetsearch.- See Also:
-
ID
Generated constant - Attribute key ofSolrIndexOperation.idattribute defined at extensionsolrfacetsearch.- See Also:
-
OPERATION
Generated constant - Attribute key ofSolrIndexOperation.operationattribute defined at extensionsolrfacetsearch.- See Also:
-
EXTERNAL
Generated constant - Attribute key ofSolrIndexOperation.externalattribute defined at extensionsolrfacetsearch.- See Also:
-
STATUS
Generated constant - Attribute key ofSolrIndexOperation.statusattribute defined at extensionsolrfacetsearch.- See Also:
-
STARTTIME
Generated constant - Attribute key ofSolrIndexOperation.startTimeattribute defined at extensionsolrfacetsearch.- See Also:
-
ENDTIME
Generated constant - Attribute key ofSolrIndexOperation.endTimeattribute defined at extensionsolrfacetsearch.- See Also:
-
INDEX
Generated constant - Attribute key ofSolrIndexOperation.indexattribute defined at extensionsolrfacetsearch.- See Also:
-
-
Constructor Details
-
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 parametersGenerated constructor - Constructor with all mandatory attributes.- Parameters:
_id- initial attribute declared by typeSolrIndexOperationat extensionsolrfacetsearch_index- initial attribute declared by typeSolrIndexOperationat extensionsolrfacetsearch_operation- initial attribute declared by typeSolrIndexOperationat extensionsolrfacetsearch_status- initial attribute declared by typeSolrIndexOperationat extensionsolrfacetsearch
-
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 parametersGenerated constructor - for all mandatory and initial attributes.- Parameters:
_id- initial attribute declared by typeSolrIndexOperationat extensionsolrfacetsearch_index- initial attribute declared by typeSolrIndexOperationat extensionsolrfacetsearch_operation- initial attribute declared by typeSolrIndexOperationat extensionsolrfacetsearch_owner- initial attribute declared by typeItemat extensioncore_status- initial attribute declared by typeSolrIndexOperationat extensionsolrfacetsearch
-
-
Method Details
-
getEndTime
Generated method - Getter of theSolrIndexOperation.endTimeattribute defined at extensionsolrfacetsearch.- Returns:
- the endTime
-
getId
@Accessor(qualifier="id", type=GETTER) public long getId()Generated method - Getter of theSolrIndexOperation.idattribute defined at extensionsolrfacetsearch.- Returns:
- the id
-
getIndex
Generated method - Getter of theSolrIndexOperation.indexattribute defined at extensionsolrfacetsearch.- Returns:
- the index
-
getOperation
Generated method - Getter of theSolrIndexOperation.operationattribute defined at extensionsolrfacetsearch.- Returns:
- the operation
-
getStartTime
Generated method - Getter of theSolrIndexOperation.startTimeattribute defined at extensionsolrfacetsearch.- Returns:
- the startTime
-
getStatus
Generated method - Getter of theSolrIndexOperation.statusattribute defined at extensionsolrfacetsearch.- Returns:
- the status
-
isExternal
@Accessor(qualifier="external", type=GETTER) public boolean isExternal()Generated method - Getter of theSolrIndexOperation.externalattribute defined at extensionsolrfacetsearch.- Returns:
- the external
-
setEndTime
Generated method - Setter ofSolrIndexOperation.endTimeattribute defined at extensionsolrfacetsearch.- Parameters:
value- the endTime
-
setExternal
@Accessor(qualifier="external", type=SETTER) public void setExternal(boolean value) Generated method - Setter ofSolrIndexOperation.externalattribute defined at extensionsolrfacetsearch.- Parameters:
value- the external
-
setId
@Accessor(qualifier="id", type=SETTER) public void setId(long value) Generated method - Initial setter ofSolrIndexOperation.idattribute defined at extensionsolrfacetsearch. Can only be used at creation of model - before first save.- Parameters:
value- the id
-
setIndex
Generated method - Initial setter ofSolrIndexOperation.indexattribute defined at extensionsolrfacetsearch. 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 ofSolrIndexOperation.operationattribute defined at extensionsolrfacetsearch. Can only be used at creation of model - before first save.- Parameters:
value- the operation
-
setStartTime
Generated method - Setter ofSolrIndexOperation.startTimeattribute defined at extensionsolrfacetsearch.- Parameters:
value- the startTime
-
setStatus
Generated method - Setter ofSolrIndexOperation.statusattribute defined at extensionsolrfacetsearch.- Parameters:
value- the status
-