public class CompositeEntryModel extends ItemModel
AbstractItemModel.NewModelContextFactory| Modifier and Type | Field and Description |
|---|---|
static String |
_COMPOSITECRONJOBENTRIESRELATION
Generated relation code constant for relation
CompositeCronJobEntriesRelation defining source attribute compositeCronJob in extension processing. |
static String |
_TYPECODE
Generated model type code constant.
|
static String |
CODE
Generated constant - Attribute key of
CompositeEntry.code attribute defined at extension processing. |
static String |
COMPOSITECRONJOB
Generated constant - Attribute key of
CompositeEntry.compositeCronJob attribute defined at extension processing. |
static String |
COMPOSITECRONJOBPOS
Generated constant - Attribute key of
CompositeEntry.compositeCronJobPOS attribute defined at extension processing. |
static String |
EXECUTABLECRONJOB
Generated constant - Attribute key of
CompositeEntry.executableCronJob attribute defined at extension processing. |
static String |
TRIGGERABLEJOB
Generated constant - Attribute key of
CompositeEntry.triggerableJob attribute defined at extension processing. |
_COMMENTITEMRELATION, COMMENTS, CREATIONTIME, ITEMTYPE, MODIFIEDTIME, OWNER, PKLANGUAGE_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(String _code)
Deprecated.
Since 4.1.1 Please use the default constructor without parameters
|
CompositeEntryModel(String _code,
ItemModel _owner)
Deprecated.
Since 4.1.1 Please use the default constructor without parameters
|
| Modifier and Type | Method and Description |
|---|---|
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(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, 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 String _TYPECODE
public static final String _COMPOSITECRONJOBENTRIESRELATION
CompositeCronJobEntriesRelation defining source attribute compositeCronJob in extension processing.public static final String CODE
CompositeEntry.code attribute defined at extension processing.public static final String EXECUTABLECRONJOB
CompositeEntry.executableCronJob attribute defined at extension processing.public static final String TRIGGERABLEJOB
CompositeEntry.triggerableJob attribute defined at extension processing.public static final String COMPOSITECRONJOBPOS
CompositeEntry.compositeCronJobPOS attribute defined at extension processing.public static final 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(String _code)
_code - initial attribute declared by type CompositeEntry at extension processing@Deprecated public CompositeEntryModel(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 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(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 © 2017 SAP SE. All Rights Reserved.