public class LogFileModel extends MediaModel
AbstractItemModel.NewModelContextFactory| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
_TYPECODE
Generated model type code constant.
|
_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 |
|---|
LogFileModel()
Generated constructor - Default constructor for generic creation.
|
LogFileModel(CatalogVersionModel _catalogVersion,
java.lang.String _code)
Deprecated.
since 4.1.1 Please use the default constructor without parameters
|
LogFileModel(CatalogVersionModel _catalogVersion,
java.lang.String _code,
CronJobModel _owner)
Deprecated.
since 4.1.1 Please use the default constructor without parameters
|
LogFileModel(ItemModelContext ctx)
Generated constructor - Default constructor for creation with existing context
|
| Modifier and Type | Method and Description |
|---|---|
CronJobModel |
getOwner()
Generated method - Getter of the
Item.owner attribute defined at extension core and redeclared at extension processing. |
void |
setOwner(ItemModel value)
Generated method - Initial setter of
Item.owner attribute defined at extension core and redeclared at extension processing. |
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, isSealed, setComments, setCreationtime, setModifiedtimeequals, 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 LogFileModel()
public LogFileModel(ItemModelContext ctx)
ctx - the model context to be injected, must not be null@Deprecated public LogFileModel(CatalogVersionModel _catalogVersion, java.lang.String _code)
_catalogVersion - initial attribute declared by type LogFile at extension catalog_code - initial attribute declared by type Media at extension core@Deprecated public LogFileModel(CatalogVersionModel _catalogVersion, java.lang.String _code, CronJobModel _owner)
_catalogVersion - initial attribute declared by type LogFile at extension catalog_code - initial attribute declared by type Media at extension core_owner - initial attribute declared by type LogFile at extension processing@Accessor(qualifier="owner", type=GETTER) public CronJobModel getOwner()
Item.owner attribute defined at extension core and redeclared at extension processing.@Accessor(qualifier="owner", type=SETTER) public void setOwner(ItemModel value)
Item.owner attribute defined at extension core and redeclared at extension processing. Can only be used at creation of model - before first save. Will only accept values of type CronJobModel.Copyright © 2018 SAP SE. All Rights Reserved.