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_CRONJOBPENDINGSTEPSRELATIONGenerated relation code constant for relationCronJobPendingStepsRelationdefining source attributependingCronJobsin extensionprocessing.static java.lang.String_CRONJOBPROCESSEDSTEPSRELATIONGenerated relation code constant for relationCronJobProcessedStepsRelationdefining source attributeprocessedCronJobsin extensionprocessing.static java.lang.String_TYPECODEGenerated model type code constant.static java.lang.StringBATCHJOBGenerated constant - Attribute key ofStep.batchJobattribute defined at extensionprocessing.static java.lang.StringCODEGenerated constant - Attribute key ofStep.codeattribute defined at extensionprocessing.static java.lang.StringERRORMODEGenerated constant - Attribute key ofStep.errorModeattribute defined at extensionprocessing.static java.lang.StringPENDINGCRONJOBSGenerated constant - Attribute key ofStep.pendingCronJobsattribute defined at extensionprocessing.static java.lang.StringPROCESSEDCRONJOBSGenerated constant - Attribute key ofStep.processedCronJobsattribute defined at extensionprocessing.static java.lang.StringSEQUENCENUMBERGenerated constant - Attribute key ofStep.sequenceNumberattribute defined at extensionprocessing.static java.lang.StringSYNCHRONOUSGenerated constant - Attribute key ofStep.synchronousattribute 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 BatchJobModelgetBatchJob()Generated method - Getter of theStep.batchJobattribute defined at extensionprocessing.java.lang.StringgetCode()Generated method - Getter of theStep.codeattribute defined at extensionprocessing.ErrorModegetErrorMode()Generated method - Getter of theStep.errorModeattribute defined at extensionprocessing.java.lang.IntegergetSequenceNumber()Generated method - Getter of theStep.sequenceNumberattribute defined at extensionprocessing.java.lang.BooleangetSynchronous()Generated method - Getter of theStep.synchronousattribute defined at extensionprocessing.voidsetBatchJob(BatchJobModel value)Generated method - Initial setter ofStep.batchJobattribute defined at extensionprocessing.voidsetCode(java.lang.String value)Generated method - Setter ofStep.codeattribute defined at extensionprocessing.voidsetErrorMode(ErrorMode value)Generated method - Setter ofStep.errorModeattribute defined at extensionprocessing.voidsetSequenceNumber(java.lang.Integer value)Generated method - Setter ofStep.sequenceNumberattribute defined at extensionprocessing.voidsetSynchronous(java.lang.Boolean value)Generated method - Setter ofStep.synchronousattribute 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 relationCronJobProcessedStepsRelationdefining source attributeprocessedCronJobsin extensionprocessing.- See Also:
- Constant Field Values
-
_CRONJOBPENDINGSTEPSRELATION
public static final java.lang.String _CRONJOBPENDINGSTEPSRELATION
Generated relation code constant for relationCronJobPendingStepsRelationdefining source attributependingCronJobsin extensionprocessing.- See Also:
- Constant Field Values
-
BATCHJOB
public static final java.lang.String BATCHJOB
Generated constant - Attribute key ofStep.batchJobattribute defined at extensionprocessing.- See Also:
- Constant Field Values
-
CODE
public static final java.lang.String CODE
Generated constant - Attribute key ofStep.codeattribute defined at extensionprocessing.- See Also:
- Constant Field Values
-
SEQUENCENUMBER
public static final java.lang.String SEQUENCENUMBER
Generated constant - Attribute key ofStep.sequenceNumberattribute defined at extensionprocessing.- See Also:
- Constant Field Values
-
SYNCHRONOUS
public static final java.lang.String SYNCHRONOUS
Generated constant - Attribute key ofStep.synchronousattribute defined at extensionprocessing.- See Also:
- Constant Field Values
-
ERRORMODE
public static final java.lang.String ERRORMODE
Generated constant - Attribute key ofStep.errorModeattribute defined at extensionprocessing.- See Also:
- Constant Field Values
-
PROCESSEDCRONJOBS
public static final java.lang.String PROCESSEDCRONJOBS
Generated constant - Attribute key ofStep.processedCronJobsattribute defined at extensionprocessing.- See Also:
- Constant Field Values
-
PENDINGCRONJOBS
public static final java.lang.String PENDINGCRONJOBS
Generated constant - Attribute key ofStep.pendingCronJobsattribute 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 typeStepat extensionprocessing_code- initial attribute declared by typeStepat extensionprocessing_sequenceNumber- initial attribute declared by typeStepat 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 typeStepat extensionprocessing_code- initial attribute declared by typeStepat extensionprocessing_owner- initial attribute declared by typeItemat extensioncore_sequenceNumber- initial attribute declared by typeStepat extensionprocessing
-
-
Method Detail
-
getBatchJob
@Accessor(qualifier="batchJob", type=GETTER) public BatchJobModel getBatchJob()
Generated method - Getter of theStep.batchJobattribute defined at extensionprocessing.- Returns:
- the batchJob
-
getCode
@Accessor(qualifier="code", type=GETTER) public java.lang.String getCode()
Generated method - Getter of theStep.codeattribute defined at extensionprocessing.- Returns:
- the code
-
getErrorMode
@Accessor(qualifier="errorMode", type=GETTER) public ErrorMode getErrorMode()
Generated method - Getter of theStep.errorModeattribute defined at extensionprocessing.- Returns:
- the errorMode
-
getSequenceNumber
@Accessor(qualifier="sequenceNumber", type=GETTER) public java.lang.Integer getSequenceNumber()
Generated method - Getter of theStep.sequenceNumberattribute defined at extensionprocessing.- Returns:
- the sequenceNumber
-
getSynchronous
@Accessor(qualifier="synchronous", type=GETTER) public java.lang.Boolean getSynchronous()
Generated method - Getter of theStep.synchronousattribute defined at extensionprocessing.- Returns:
- the synchronous
-
setBatchJob
@Accessor(qualifier="batchJob", type=SETTER) public void setBatchJob(BatchJobModel value)
Generated method - Initial setter ofStep.batchJobattribute 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.codeattribute defined at extensionprocessing.- Parameters:
value- the code
-
setErrorMode
@Accessor(qualifier="errorMode", type=SETTER) public void setErrorMode(ErrorMode value)
Generated method - Setter ofStep.errorModeattribute defined at extensionprocessing.- Parameters:
value- the errorMode
-
setSequenceNumber
@Accessor(qualifier="sequenceNumber", type=SETTER) public void setSequenceNumber(java.lang.Integer value)
Generated method - Setter ofStep.sequenceNumberattribute defined at extensionprocessing.- Parameters:
value- the sequenceNumber
-
-