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:
java.io.Serializable
public class CompositeEntryModel extends ItemModel
Generated model class for type CompositeEntry 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_COMPOSITECRONJOBENTRIESRELATIONGenerated relation code constant for relationCompositeCronJobEntriesRelationdefining source attributecompositeCronJobin extensionprocessing.static java.lang.String_TYPECODEGenerated model type code constant.static java.lang.StringCODEGenerated constant - Attribute key ofCompositeEntry.codeattribute defined at extensionprocessing.static java.lang.StringCOMPOSITECRONJOBGenerated constant - Attribute key ofCompositeEntry.compositeCronJobattribute defined at extensionprocessing.static java.lang.StringCOMPOSITECRONJOBPOSGenerated constant - Attribute key ofCompositeEntry.compositeCronJobPOSattribute defined at extensionprocessing.static java.lang.StringEXECUTABLECRONJOBGenerated constant - Attribute key ofCompositeEntry.executableCronJobattribute defined at extensionprocessing.static java.lang.StringTRIGGERABLEJOBGenerated 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, SEALED
-
Fields inherited from class de.hybris.platform.servicelayer.model.AbstractItemModel
LANGUAGE_FALLBACK_ENABLED_SERVICE_LAYER, MODEL_CONTEXT_FACTORY
-
-
Constructor Summary
Constructors Constructor Description CompositeEntryModel()Generated constructor - Default constructor for generic creation.CompositeEntryModel(ItemModelContext ctx)Generated constructor - Default constructor for creation with existing contextCompositeEntryModel(java.lang.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(java.lang.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
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetCode()Generated method - Getter of theCompositeEntry.codeattribute defined at extensionprocessing.CompositeCronJobModelgetCompositeCronJob()Generated method - Getter of theCompositeEntry.compositeCronJobattribute defined at extensionprocessing.CronJobModelgetExecutableCronJob()Generated method - Getter of theCompositeEntry.executableCronJobattribute defined at extensionprocessing.JobModelgetTriggerableJob()Generated method - Getter of theCompositeEntry.triggerableJobattribute defined at extensionprocessing.voidsetCode(java.lang.String value)Generated method - Setter ofCompositeEntry.codeattribute defined at extensionprocessing.voidsetCompositeCronJob(CompositeCronJobModel value)Generated 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, 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
-
_COMPOSITECRONJOBENTRIESRELATION
public static final java.lang.String _COMPOSITECRONJOBENTRIESRELATION
Generated relation code constant for relationCompositeCronJobEntriesRelationdefining source attributecompositeCronJobin extensionprocessing.- See Also:
- Constant Field Values
-
CODE
public static final java.lang.String CODE
Generated constant - Attribute key ofCompositeEntry.codeattribute defined at extensionprocessing.- See Also:
- Constant Field Values
-
EXECUTABLECRONJOB
public static final java.lang.String EXECUTABLECRONJOB
Generated constant - Attribute key ofCompositeEntry.executableCronJobattribute defined at extensionprocessing.- See Also:
- Constant Field Values
-
TRIGGERABLEJOB
public static final java.lang.String TRIGGERABLEJOB
Generated constant - Attribute key ofCompositeEntry.triggerableJobattribute defined at extensionprocessing.- See Also:
- Constant Field Values
-
COMPOSITECRONJOBPOS
public static final java.lang.String COMPOSITECRONJOBPOS
Generated constant - Attribute key ofCompositeEntry.compositeCronJobPOSattribute defined at extensionprocessing.- See Also:
- Constant Field Values
-
COMPOSITECRONJOB
public static final java.lang.String COMPOSITECRONJOB
Generated constant - Attribute key ofCompositeEntry.compositeCronJobattribute defined at extensionprocessing.- See Also:
- Constant Field Values
-
-
Constructor Detail
-
CompositeEntryModel
public CompositeEntryModel()
Generated constructor - Default constructor for generic creation.
-
CompositeEntryModel
public CompositeEntryModel(ItemModelContext ctx)
Generated constructor - Default constructor for creation with existing context- Parameters:
ctx- the model context to be injected, must not be null
-
CompositeEntryModel
@Deprecated(since="4.1.1", forRemoval=true) public CompositeEntryModel(java.lang.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 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(java.lang.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 Detail
-
getCode
@Accessor(qualifier="code", type=GETTER) public java.lang.String 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
@Accessor(qualifier="executableCronJob", type=GETTER) public CronJobModel getExecutableCronJob()
Generated method - Getter of theCompositeEntry.executableCronJobattribute defined at extensionprocessing.- Returns:
- the executableCronJob
-
getTriggerableJob
@Accessor(qualifier="triggerableJob", type=GETTER) public JobModel getTriggerableJob()
Generated method - Getter of theCompositeEntry.triggerableJobattribute defined at extensionprocessing.- Returns:
- the triggerableJob
-
setCode
@Accessor(qualifier="code", type=SETTER) public void setCode(java.lang.String value)
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
-
-