Package de.hybris.platform.cronjob.model
Class CompositeEntryModel
java.lang.Object
de.hybris.platform.servicelayer.model.AbstractItemModel
de.hybris.platform.core.model.ItemModel
de.hybris.platform.cronjob.model.CompositeEntryModel
- All Implemented Interfaces:
Serializable
Generated model class for type CompositeEntry first defined at extension processing.
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class de.hybris.platform.servicelayer.model.AbstractItemModel
AbstractItemModel.NewModelContextFactory -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringGenerated relation code constant for relationCompositeCronJobEntriesRelationdefining source attributecompositeCronJobin extensionprocessing.static final StringGenerated model type code constant.static final StringGenerated constant - Attribute key ofCompositeEntry.codeattribute defined at extensionprocessing.static final StringGenerated constant - Attribute key ofCompositeEntry.compositeCronJobattribute defined at extensionprocessing.static final StringGenerated constant - Attribute key ofCompositeEntry.compositeCronJobPOSattribute defined at extensionprocessing.static final StringGenerated constant - Attribute key ofCompositeEntry.executableCronJobattribute defined at extensionprocessing.static final StringGenerated constant - Attribute key ofCompositeEntry.triggerableJobattribute defined at extensionprocessing.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.Generated constructor - Default constructor for creation with existing contextCompositeEntryModel(String _code) Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersCompositeEntryModel(String _code, ItemModel _owner) 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 -
Method Summary
Modifier and TypeMethodDescriptiongetCode()Generated method - Getter of theCompositeEntry.codeattribute defined at extensionprocessing.Generated method - Getter of theCompositeEntry.compositeCronJobattribute defined at extensionprocessing.Generated method - Getter of theCompositeEntry.executableCronJobattribute defined at extensionprocessing.Generated method - Getter of theCompositeEntry.triggerableJobattribute defined at extensionprocessing.voidGenerated method - Setter ofCompositeEntry.codeattribute defined at extensionprocessing.voidGenerated method - Setter ofCompositeEntry.compositeCronJobattribute defined at extensionprocessing.voidsetExecutableCronJob(CronJobModel value) Generated method - Setter ofCompositeEntry.executableCronJobattribute defined at extensionprocessing.voidsetTriggerableJob(JobModel value) Generated method - Setter ofCompositeEntry.triggerableJobattribute defined at extensionprocessing.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:
-
_COMPOSITECRONJOBENTRIESRELATION
Generated relation code constant for relationCompositeCronJobEntriesRelationdefining source attributecompositeCronJobin extensionprocessing.- See Also:
-
CODE
Generated constant - Attribute key ofCompositeEntry.codeattribute defined at extensionprocessing.- See Also:
-
EXECUTABLECRONJOB
Generated constant - Attribute key ofCompositeEntry.executableCronJobattribute defined at extensionprocessing.- See Also:
-
TRIGGERABLEJOB
Generated constant - Attribute key ofCompositeEntry.triggerableJobattribute defined at extensionprocessing.- See Also:
-
COMPOSITECRONJOBPOS
Generated constant - Attribute key ofCompositeEntry.compositeCronJobPOSattribute defined at extensionprocessing.- See Also:
-
COMPOSITECRONJOB
Generated constant - Attribute key ofCompositeEntry.compositeCronJobattribute defined at extensionprocessing.- See Also:
-
-
Constructor Details
-
CompositeEntryModel
public CompositeEntryModel()Generated constructor - Default constructor for generic creation. -
CompositeEntryModel
Generated constructor - Default constructor for creation with existing context- Parameters:
ctx- the model context to be injected, must not be null
-
CompositeEntryModel
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:
_code- initial attribute declared by typeCompositeEntryat extensionprocessing
-
CompositeEntryModel
@Deprecated(since="4.1.1", forRemoval=true) public CompositeEntryModel(String _code, ItemModel _owner) 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:
_code- initial attribute declared by typeCompositeEntryat extensionprocessing_owner- initial attribute declared by typeItemat extensioncore
-
-
Method Details
-
getCode
Generated method - Getter of theCompositeEntry.codeattribute defined at extensionprocessing.- Returns:
- the code
-
getCompositeCronJob
@Accessor(qualifier="compositeCronJob", type=GETTER) public CompositeCronJobModel getCompositeCronJob()Generated method - Getter of theCompositeEntry.compositeCronJobattribute defined at extensionprocessing.- Returns:
- the compositeCronJob - assigned CronJob
-
getExecutableCronJob
Generated method - Getter of theCompositeEntry.executableCronJobattribute defined at extensionprocessing.- Returns:
- the executableCronJob
-
getTriggerableJob
Generated method - Getter of theCompositeEntry.triggerableJobattribute defined at extensionprocessing.- Returns:
- the triggerableJob
-
setCode
Generated method - Setter ofCompositeEntry.codeattribute defined at extensionprocessing.- Parameters:
value- the code
-
setCompositeCronJob
@Accessor(qualifier="compositeCronJob", type=SETTER) public void setCompositeCronJob(CompositeCronJobModel value) Generated method - Setter ofCompositeEntry.compositeCronJobattribute defined at extensionprocessing.- Parameters:
value- the compositeCronJob - assigned CronJob
-
setExecutableCronJob
@Accessor(qualifier="executableCronJob", type=SETTER) public void setExecutableCronJob(CronJobModel value) Generated method - Setter ofCompositeEntry.executableCronJobattribute defined at extensionprocessing.- Parameters:
value- the executableCronJob
-
setTriggerableJob
Generated method - Setter ofCompositeEntry.triggerableJobattribute defined at extensionprocessing.- Parameters:
value- the triggerableJob
-