public class CompositeEntryModel extends ItemModel
AbstractItemModel.NewModelContextFactory| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
_COMPOSITECRONJOBENTRIESRELATION
Generated relation code constant for relation
CompositeCronJobEntriesRelation defining source attribute compositeCronJob in extension processing. |
static java.lang.String |
_TYPECODE
Generated model type code constant.
|
static java.lang.String |
CODE
Generated constant - Attribute key of
CompositeEntry.code attribute defined at extension processing. |
static java.lang.String |
COMPOSITECRONJOB
Generated constant - Attribute key of
CompositeEntry.compositeCronJob attribute defined at extension processing. |
static java.lang.String |
COMPOSITECRONJOBPOS
Generated constant - Attribute key of
CompositeEntry.compositeCronJobPOS attribute defined at extension processing. |
static java.lang.String |
EXECUTABLECRONJOB
Generated constant - Attribute key of
CompositeEntry.executableCronJob attribute defined at extension processing. |
static java.lang.String |
TRIGGERABLEJOB
Generated constant - Attribute key of
CompositeEntry.triggerableJob attribute defined at extension processing. |
_COMMENTITEMRELATION, COMMENTS, CREATIONTIME, ITEMTYPE, MODIFIEDTIME, OWNER, PK, SEALEDLANGUAGE_FALLBACK_ENABLED_SERVICE_LAYER, MODEL_CONTEXT_FACTORY| Constructor and Description |
|---|
CompositeEntryModel()
Generated constructor - Default constructor for generic creation.
|
CompositeEntryModel(ItemModelContext ctx)
Generated constructor - Default constructor for creation with existing context
|
CompositeEntryModel(java.lang.String _code)
Deprecated.
since 4.1.1 Please use the default constructor without parameters
|
CompositeEntryModel(java.lang.String _code,
ItemModel _owner)
Deprecated.
since 4.1.1 Please use the default constructor without parameters
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getCode()
Generated method - Getter of the
CompositeEntry.code attribute defined at extension processing. |
CompositeCronJobModel |
getCompositeCronJob()
Generated method - Getter of the
CompositeEntry.compositeCronJob attribute defined at extension processing. |
CronJobModel |
getExecutableCronJob()
Generated method - Getter of the
CompositeEntry.executableCronJob attribute defined at extension processing. |
JobModel |
getTriggerableJob()
Generated method - Getter of the
CompositeEntry.triggerableJob attribute defined at extension processing. |
void |
setCode(java.lang.String value)
Generated method - Setter of
CompositeEntry.code attribute defined at extension processing. |
void |
setCompositeCronJob(CompositeCronJobModel value)
Generated method - Setter of
CompositeEntry.compositeCronJob attribute defined at extension processing. |
void |
setExecutableCronJob(CronJobModel value)
Generated method - Setter of
CompositeEntry.executableCronJob attribute defined at extension processing. |
void |
setTriggerableJob(JobModel value)
Generated method - Setter of
CompositeEntry.triggerableJob attribute defined at extension processing. |
getComments, getCreationtime, getModifiedtime, getOwner, isSealed, setComments, setCreationtime, setModifiedtime, setOwnerequals, 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, writeReplacepublic static final java.lang.String _TYPECODE
public static final java.lang.String _COMPOSITECRONJOBENTRIESRELATION
CompositeCronJobEntriesRelation defining source attribute compositeCronJob in extension processing.public static final java.lang.String CODE
CompositeEntry.code attribute defined at extension processing.public static final java.lang.String EXECUTABLECRONJOB
CompositeEntry.executableCronJob attribute defined at extension processing.public static final java.lang.String TRIGGERABLEJOB
CompositeEntry.triggerableJob attribute defined at extension processing.public static final java.lang.String COMPOSITECRONJOBPOS
CompositeEntry.compositeCronJobPOS attribute defined at extension processing.public static final java.lang.String COMPOSITECRONJOB
CompositeEntry.compositeCronJob attribute defined at extension processing.public CompositeEntryModel()
public CompositeEntryModel(ItemModelContext ctx)
ctx - the model context to be injected, must not be null@Deprecated public CompositeEntryModel(java.lang.String _code)
_code - initial attribute declared by type CompositeEntry at extension processing@Deprecated
public CompositeEntryModel(java.lang.String _code,
ItemModel _owner)
_code - initial attribute declared by type CompositeEntry at extension processing_owner - initial attribute declared by type Item at extension core@Accessor(qualifier="code", type=GETTER) public java.lang.String getCode()
CompositeEntry.code attribute defined at extension processing.@Accessor(qualifier="compositeCronJob", type=GETTER) public CompositeCronJobModel getCompositeCronJob()
CompositeEntry.compositeCronJob attribute defined at extension processing.@Accessor(qualifier="executableCronJob", type=GETTER) public CronJobModel getExecutableCronJob()
CompositeEntry.executableCronJob attribute defined at extension processing.@Accessor(qualifier="triggerableJob", type=GETTER) public JobModel getTriggerableJob()
CompositeEntry.triggerableJob attribute defined at extension processing.@Accessor(qualifier="code", type=SETTER) public void setCode(java.lang.String value)
CompositeEntry.code attribute defined at extension processing.value - the code@Accessor(qualifier="compositeCronJob", type=SETTER) public void setCompositeCronJob(CompositeCronJobModel value)
CompositeEntry.compositeCronJob attribute defined at extension processing.value - the compositeCronJob - assigned CronJob@Accessor(qualifier="executableCronJob", type=SETTER) public void setExecutableCronJob(CronJobModel value)
CompositeEntry.executableCronJob attribute defined at extension processing.value - the executableCronJobCopyright © 2018 SAP SE. All Rights Reserved.