public class CatalogVersionSyncScheduleMediaModel extends MediaModel
AbstractItemModel.NewModelContextFactory| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
_SYNCJOBSCHEDULEMEDIARELATION
Generated relation code constant for relation
SyncJobScheduleMediaRelation defining source attribute cronjob in extension catalog. |
static java.lang.String |
_TYPECODE
Generated model type code constant.
|
static java.lang.String |
CRONJOB
Generated constant - Attribute key of
CatalogVersionSyncScheduleMedia.cronjob attribute defined at extension catalog. |
static java.lang.String |
CRONJOBPOS
Generated constant - Attribute key of
CatalogVersionSyncScheduleMedia.cronjobPOS attribute defined at extension catalog. |
static java.lang.String |
SCHEDULEDCOUNT
Generated constant - Attribute key of
CatalogVersionSyncScheduleMedia.scheduledCount attribute defined at extension catalog. |
_CATEGORYMEDIARELATION, _CONVERTEDMEDIASRELATION, _MEDIACONTAINER2MEDIAREL, ALTTEXT, CATALOG, CATALOGVERSION, CODE, CONVERTEDMEDIAS, DENIEDPRINCIPALS, DERIVEDMEDIAS, DESCRIPTION, DOWNLOADURL, FOLDER, FOREIGNDATAOWNERS, INTERNALURL, MEDIACONTAINER, MEDIAFORMAT, METADATA, METADATADATAPK, ORIGINAL, ORIGINALDATAPK, PERMITTEDPRINCIPALS, REMOVABLE, SUBFOLDERPATH, SUPERCATEGORIES, URL, URL2DATAPK, LOCATION, LOCATIONHASH, MIME, REALFILENAME, SIZE_COMMENTITEMRELATION, COMMENTS, CREATIONTIME, ITEMTYPE, MODIFIEDTIME, OWNER, PK, SEALEDLANGUAGE_FALLBACK_ENABLED_SERVICE_LAYER, MODEL_CONTEXT_FACTORY| Constructor and Description |
|---|
CatalogVersionSyncScheduleMediaModel()
Generated constructor - Default constructor for generic creation.
|
CatalogVersionSyncScheduleMediaModel(CatalogVersionModel _catalogVersion,
java.lang.String _code,
CatalogVersionSyncCronJobModel _cronjob)
Deprecated.
since 4.1.1 Please use the default constructor without parameters
|
CatalogVersionSyncScheduleMediaModel(CatalogVersionModel _catalogVersion,
java.lang.String _code,
CatalogVersionSyncCronJobModel _cronjob,
ItemModel _owner)
Deprecated.
since 4.1.1 Please use the default constructor without parameters
|
CatalogVersionSyncScheduleMediaModel(ItemModelContext ctx)
Generated constructor - Default constructor for creation with existing context
|
| Modifier and Type | Method and Description |
|---|---|
CatalogVersionSyncCronJobModel |
getCronjob()
Generated method - Getter of the
CatalogVersionSyncScheduleMedia.cronjob attribute defined at extension catalog. |
java.lang.Integer |
getScheduledCount()
Generated method - Getter of the
CatalogVersionSyncScheduleMedia.scheduledCount attribute defined at extension catalog. |
void |
setCronjob(CatalogVersionSyncCronJobModel value)
Generated method - Initial setter of
CatalogVersionSyncScheduleMedia.cronjob attribute defined at extension catalog. |
void |
setScheduledCount(java.lang.Integer value)
Generated method - Setter of
CatalogVersionSyncScheduleMedia.scheduledCount attribute defined at extension catalog. |
getAlttext, getAltText, getCatalogVersion, getCode, getConvertedMedias, getDeniedPrincipals, getDerivedMedias, getDescription, getDownloadurl, getDownloadURL, getFolder, getForeignDataOwners, getInternalURL, getMediaContainer, getMediaFormat, getMetaData, getMetaDataDataPK, getOriginal, getOriginalDataPK, getPermittedPrincipals, getRemovable, getSubFolderPath, getSupercategories, getUrl, getURL, getUrl2, getURL2, setAlttext, setAltText, setCatalogVersion, setCode, setConvertedMedias, setDeniedPrincipals, setDerivedMedias, setDescription, setFolder, setInternalURL, setMediaContainer, setMediaFormat, setMetaData, setMetaDataDataPK, setOriginal, setOriginalDataPK, setPermittedPrincipals, setRemovable, setSubFolderPath, setSupercategories, setUrl, setURLgetDataPK, getLocation, getLocationHash, getMime, getRealfilename, getRealFileName, getSize, setDataPK, setLocation, setLocationHash, setMime, setRealfilename, setRealFileName, setSizegetComments, 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 _SYNCJOBSCHEDULEMEDIARELATION
SyncJobScheduleMediaRelation defining source attribute cronjob in extension catalog.public static final java.lang.String SCHEDULEDCOUNT
CatalogVersionSyncScheduleMedia.scheduledCount attribute defined at extension catalog.public static final java.lang.String CRONJOBPOS
CatalogVersionSyncScheduleMedia.cronjobPOS attribute defined at extension catalog.public static final java.lang.String CRONJOB
CatalogVersionSyncScheduleMedia.cronjob attribute defined at extension catalog.public CatalogVersionSyncScheduleMediaModel()
public CatalogVersionSyncScheduleMediaModel(ItemModelContext ctx)
ctx - the model context to be injected, must not be null@Deprecated public CatalogVersionSyncScheduleMediaModel(CatalogVersionModel _catalogVersion, java.lang.String _code, CatalogVersionSyncCronJobModel _cronjob)
_catalogVersion - initial attribute declared by type Media at extension catalog_code - initial attribute declared by type Media at extension core_cronjob - initial attribute declared by type CatalogVersionSyncScheduleMedia at extension catalog@Deprecated public CatalogVersionSyncScheduleMediaModel(CatalogVersionModel _catalogVersion, java.lang.String _code, CatalogVersionSyncCronJobModel _cronjob, ItemModel _owner)
_catalogVersion - initial attribute declared by type Media at extension catalog_code - initial attribute declared by type Media at extension core_cronjob - initial attribute declared by type CatalogVersionSyncScheduleMedia at extension catalog_owner - initial attribute declared by type Item at extension core@Accessor(qualifier="cronjob", type=GETTER) public CatalogVersionSyncCronJobModel getCronjob()
CatalogVersionSyncScheduleMedia.cronjob attribute defined at extension catalog.@Accessor(qualifier="scheduledCount", type=GETTER) public java.lang.Integer getScheduledCount()
CatalogVersionSyncScheduleMedia.scheduledCount attribute defined at extension catalog.@Accessor(qualifier="cronjob", type=SETTER) public void setCronjob(CatalogVersionSyncCronJobModel value)
CatalogVersionSyncScheduleMedia.cronjob attribute defined at extension catalog. Can only be used at creation of model - before first save.value - the cronjobCopyright © 2018 SAP SE. All Rights Reserved.