Package de.hybris.platform.cronjob.model
Class StepModel
- java.lang.Object
-
- de.hybris.platform.servicelayer.model.AbstractItemModel
-
- de.hybris.platform.core.model.ItemModel
-
- de.hybris.platform.cronjob.model.StepModel
-
- All Implemented Interfaces:
java.io.Serializable
- Direct Known Subclasses:
MediaProcessorStepModel
public class StepModel extends ItemModel
Generated model class for type Step first defined at extension processing.- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class de.hybris.platform.servicelayer.model.AbstractItemModel
AbstractItemModel.NewModelContextFactory
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
_CRONJOBPENDINGSTEPSRELATION
Generated relation code constant for relationCronJobPendingStepsRelation
defining source attributependingCronJobs
in extensionprocessing
.static java.lang.String
_CRONJOBPROCESSEDSTEPSRELATION
Generated relation code constant for relationCronJobProcessedStepsRelation
defining source attributeprocessedCronJobs
in extensionprocessing
.static java.lang.String
_TYPECODE
Generated model type code constant.static java.lang.String
BATCHJOB
Generated constant - Attribute key ofStep.batchJob
attribute defined at extensionprocessing
.static java.lang.String
CODE
Generated constant - Attribute key ofStep.code
attribute defined at extensionprocessing
.static java.lang.String
ERRORMODE
Generated constant - Attribute key ofStep.errorMode
attribute defined at extensionprocessing
.static java.lang.String
PENDINGCRONJOBS
Generated constant - Attribute key ofStep.pendingCronJobs
attribute defined at extensionprocessing
.static java.lang.String
PROCESSEDCRONJOBS
Generated constant - Attribute key ofStep.processedCronJobs
attribute defined at extensionprocessing
.static java.lang.String
SEQUENCENUMBER
Generated constant - Attribute key ofStep.sequenceNumber
attribute defined at extensionprocessing
.static java.lang.String
SYNCHRONOUS
Generated constant - Attribute key ofStep.synchronous
attribute defined at extensionprocessing
.-
Fields inherited from class de.hybris.platform.core.model.ItemModel
_COMMENTITEMRELATION, COMMENTS, CREATIONTIME, ITEMTYPE, MODIFIEDTIME, OWNER, PK, SEALED
-
Fields inherited from class de.hybris.platform.servicelayer.model.AbstractItemModel
LANGUAGE_FALLBACK_ENABLED_SERVICE_LAYER, MODEL_CONTEXT_FACTORY
-
-
Constructor Summary
Constructors Constructor Description StepModel()
Generated constructor - Default constructor for generic creation.StepModel(BatchJobModel _batchJob, java.lang.String _code, ItemModel _owner, java.lang.Integer _sequenceNumber)
Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersStepModel(BatchJobModel _batchJob, java.lang.String _code, java.lang.Integer _sequenceNumber)
Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersStepModel(ItemModelContext ctx)
Generated constructor - Default constructor for creation with existing context
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BatchJobModel
getBatchJob()
Generated method - Getter of theStep.batchJob
attribute defined at extensionprocessing
.java.lang.String
getCode()
Generated method - Getter of theStep.code
attribute defined at extensionprocessing
.ErrorMode
getErrorMode()
Generated method - Getter of theStep.errorMode
attribute defined at extensionprocessing
.java.lang.Integer
getSequenceNumber()
Generated method - Getter of theStep.sequenceNumber
attribute defined at extensionprocessing
.java.lang.Boolean
getSynchronous()
Generated method - Getter of theStep.synchronous
attribute defined at extensionprocessing
.void
setBatchJob(BatchJobModel value)
Generated method - Initial setter ofStep.batchJob
attribute defined at extensionprocessing
.void
setCode(java.lang.String value)
Generated method - Setter ofStep.code
attribute defined at extensionprocessing
.void
setErrorMode(ErrorMode value)
Generated method - Setter ofStep.errorMode
attribute defined at extensionprocessing
.void
setSequenceNumber(java.lang.Integer value)
Generated method - Setter ofStep.sequenceNumber
attribute defined at extensionprocessing
.void
setSynchronous(java.lang.Boolean value)
Generated method - Setter ofStep.synchronous
attribute defined at extensionprocessing
.-
Methods inherited from class de.hybris.platform.core.model.ItemModel
getComments, getCreationtime, getModifiedtime, getOwner, isSealed, setComments, setCreationtime, setModifiedtime, setOwner
-
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
-
-
-
-
Field Detail
-
_TYPECODE
public static final java.lang.String _TYPECODE
Generated model type code constant.- See Also:
- Constant Field Values
-
_CRONJOBPROCESSEDSTEPSRELATION
public static final java.lang.String _CRONJOBPROCESSEDSTEPSRELATION
Generated relation code constant for relationCronJobProcessedStepsRelation
defining source attributeprocessedCronJobs
in extensionprocessing
.- See Also:
- Constant Field Values
-
_CRONJOBPENDINGSTEPSRELATION
public static final java.lang.String _CRONJOBPENDINGSTEPSRELATION
Generated relation code constant for relationCronJobPendingStepsRelation
defining source attributependingCronJobs
in extensionprocessing
.- See Also:
- Constant Field Values
-
BATCHJOB
public static final java.lang.String BATCHJOB
Generated constant - Attribute key ofStep.batchJob
attribute defined at extensionprocessing
.- See Also:
- Constant Field Values
-
CODE
public static final java.lang.String CODE
Generated constant - Attribute key ofStep.code
attribute defined at extensionprocessing
.- See Also:
- Constant Field Values
-
SEQUENCENUMBER
public static final java.lang.String SEQUENCENUMBER
Generated constant - Attribute key ofStep.sequenceNumber
attribute defined at extensionprocessing
.- See Also:
- Constant Field Values
-
SYNCHRONOUS
public static final java.lang.String SYNCHRONOUS
Generated constant - Attribute key ofStep.synchronous
attribute defined at extensionprocessing
.- See Also:
- Constant Field Values
-
ERRORMODE
public static final java.lang.String ERRORMODE
Generated constant - Attribute key ofStep.errorMode
attribute defined at extensionprocessing
.- See Also:
- Constant Field Values
-
PROCESSEDCRONJOBS
public static final java.lang.String PROCESSEDCRONJOBS
Generated constant - Attribute key ofStep.processedCronJobs
attribute defined at extensionprocessing
.- See Also:
- Constant Field Values
-
PENDINGCRONJOBS
public static final java.lang.String PENDINGCRONJOBS
Generated constant - Attribute key ofStep.pendingCronJobs
attribute defined at extensionprocessing
.- See Also:
- Constant Field Values
-
-
Constructor Detail
-
StepModel
public StepModel()
Generated constructor - Default constructor for generic creation.
-
StepModel
public StepModel(ItemModelContext ctx)
Generated constructor - Default constructor for creation with existing context- Parameters:
ctx
- the model context to be injected, must not be null
-
StepModel
@Deprecated(since="4.1.1", forRemoval=true) public StepModel(BatchJobModel _batchJob, java.lang.String _code, java.lang.Integer _sequenceNumber)
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:
_batchJob
- initial attribute declared by typeStep
at extensionprocessing
_code
- initial attribute declared by typeStep
at extensionprocessing
_sequenceNumber
- initial attribute declared by typeStep
at extensionprocessing
-
StepModel
@Deprecated(since="4.1.1", forRemoval=true) public StepModel(BatchJobModel _batchJob, java.lang.String _code, ItemModel _owner, java.lang.Integer _sequenceNumber)
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:
_batchJob
- initial attribute declared by typeStep
at extensionprocessing
_code
- initial attribute declared by typeStep
at extensionprocessing
_owner
- initial attribute declared by typeItem
at extensioncore
_sequenceNumber
- initial attribute declared by typeStep
at extensionprocessing
-
-
Method Detail
-
getBatchJob
@Accessor(qualifier="batchJob", type=GETTER) public BatchJobModel getBatchJob()
Generated method - Getter of theStep.batchJob
attribute defined at extensionprocessing
.- Returns:
- the batchJob
-
getCode
@Accessor(qualifier="code", type=GETTER) public java.lang.String getCode()
Generated method - Getter of theStep.code
attribute defined at extensionprocessing
.- Returns:
- the code
-
getErrorMode
@Accessor(qualifier="errorMode", type=GETTER) public ErrorMode getErrorMode()
Generated method - Getter of theStep.errorMode
attribute defined at extensionprocessing
.- Returns:
- the errorMode
-
getSequenceNumber
@Accessor(qualifier="sequenceNumber", type=GETTER) public java.lang.Integer getSequenceNumber()
Generated method - Getter of theStep.sequenceNumber
attribute defined at extensionprocessing
.- Returns:
- the sequenceNumber
-
getSynchronous
@Accessor(qualifier="synchronous", type=GETTER) public java.lang.Boolean getSynchronous()
Generated method - Getter of theStep.synchronous
attribute defined at extensionprocessing
.- Returns:
- the synchronous
-
setBatchJob
@Accessor(qualifier="batchJob", type=SETTER) public void setBatchJob(BatchJobModel value)
Generated method - Initial setter ofStep.batchJob
attribute defined at extensionprocessing
. Can only be used at creation of model - before first save.- Parameters:
value
- the batchJob
-
setCode
@Accessor(qualifier="code", type=SETTER) public void setCode(java.lang.String value)
Generated method - Setter ofStep.code
attribute defined at extensionprocessing
.- Parameters:
value
- the code
-
setErrorMode
@Accessor(qualifier="errorMode", type=SETTER) public void setErrorMode(ErrorMode value)
Generated method - Setter ofStep.errorMode
attribute defined at extensionprocessing
.- Parameters:
value
- the errorMode
-
setSequenceNumber
@Accessor(qualifier="sequenceNumber", type=SETTER) public void setSequenceNumber(java.lang.Integer value)
Generated method - Setter ofStep.sequenceNumber
attribute defined at extensionprocessing
.- Parameters:
value
- the sequenceNumber
-
-