public class JasperMediaModel extends MediaModel
AbstractItemModel.NewModelContextFactory| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
_TYPECODE
Generated model type code constant.
|
static java.lang.String |
ICON
Generated constant - Attribute key of
JasperMedia.icon attribute defined at extension cockpit. |
static java.lang.String |
REPORTDESCRIPTION
Generated constant - Attribute key of
JasperMedia.reportDescription attribute defined at extension cockpit. |
static java.lang.String |
TITLE
Generated constant - Attribute key of
JasperMedia.title attribute defined at extension cockpit. |
_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 |
|---|
JasperMediaModel()
Generated constructor - Default constructor for generic creation.
|
JasperMediaModel(CatalogVersionModel _catalogVersion,
java.lang.String _code)
Deprecated.
since 4.1.1 Please use the default constructor without parameters
|
JasperMediaModel(CatalogVersionModel _catalogVersion,
java.lang.String _code,
ItemModel _owner)
Deprecated.
since 4.1.1 Please use the default constructor without parameters
|
JasperMediaModel(ItemModelContext ctx)
Generated constructor - Default constructor for creation with existing context
|
| Modifier and Type | Method and Description |
|---|---|
MediaModel |
getIcon()
Generated method - Getter of the
JasperMedia.icon attribute defined at extension cockpit. |
java.lang.String |
getReportDescription()
Generated method - Getter of the
JasperMedia.reportDescription attribute defined at extension cockpit. |
java.lang.String |
getReportDescription(java.util.Locale loc)
Generated method - Getter of the
JasperMedia.reportDescription attribute defined at extension cockpit. |
java.lang.String |
getTitle()
Generated method - Getter of the
JasperMedia.title attribute defined at extension cockpit. |
java.lang.String |
getTitle(java.util.Locale loc)
Generated method - Getter of the
JasperMedia.title attribute defined at extension cockpit. |
void |
setIcon(MediaModel value)
Generated method - Setter of
JasperMedia.icon attribute defined at extension cockpit. |
void |
setReportDescription(java.lang.String value)
Generated method - Setter of
JasperMedia.reportDescription attribute defined at extension cockpit. |
void |
setReportDescription(java.lang.String value,
java.util.Locale loc)
Generated method - Setter of
JasperMedia.reportDescription attribute defined at extension cockpit. |
void |
setTitle(java.lang.String value)
Generated method - Setter of
JasperMedia.title attribute defined at extension cockpit. |
void |
setTitle(java.lang.String value,
java.util.Locale loc)
Generated method - Setter of
JasperMedia.title attribute defined at extension cockpit. |
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 TITLE
JasperMedia.title attribute defined at extension cockpit.public static final java.lang.String REPORTDESCRIPTION
JasperMedia.reportDescription attribute defined at extension cockpit.public static final java.lang.String ICON
JasperMedia.icon attribute defined at extension cockpit.public JasperMediaModel()
public JasperMediaModel(ItemModelContext ctx)
ctx - the model context to be injected, must not be null@Deprecated public JasperMediaModel(CatalogVersionModel _catalogVersion, java.lang.String _code)
_catalogVersion - initial attribute declared by type JasperMedia at extension cockpit_code - initial attribute declared by type Media at extension core@Deprecated public JasperMediaModel(CatalogVersionModel _catalogVersion, java.lang.String _code, ItemModel _owner)
_catalogVersion - initial attribute declared by type JasperMedia at extension cockpit_code - initial attribute declared by type Media at extension core_owner - initial attribute declared by type Item at extension core@Accessor(qualifier="icon", type=GETTER) public MediaModel getIcon()
JasperMedia.icon attribute defined at extension cockpit.@Accessor(qualifier="reportDescription", type=GETTER) public java.lang.String getReportDescription()
JasperMedia.reportDescription attribute defined at extension cockpit.@Accessor(qualifier="reportDescription", type=GETTER) public java.lang.String getReportDescription(java.util.Locale loc)
JasperMedia.reportDescription attribute defined at extension cockpit.loc - the value localization keyjava.lang.IllegalArgumentException - if localization key cannot be mapped to data language@Accessor(qualifier="title", type=GETTER) public java.lang.String getTitle()
JasperMedia.title attribute defined at extension cockpit.@Accessor(qualifier="title", type=GETTER) public java.lang.String getTitle(java.util.Locale loc)
JasperMedia.title attribute defined at extension cockpit.loc - the value localization keyjava.lang.IllegalArgumentException - if localization key cannot be mapped to data language@Accessor(qualifier="icon", type=SETTER) public void setIcon(MediaModel value)
JasperMedia.icon attribute defined at extension cockpit.value - the icon@Accessor(qualifier="reportDescription", type=SETTER) public void setReportDescription(java.lang.String value)
JasperMedia.reportDescription attribute defined at extension cockpit.value - the reportDescription@Accessor(qualifier="reportDescription", type=SETTER) public void setReportDescription(java.lang.String value, java.util.Locale loc)
JasperMedia.reportDescription attribute defined at extension cockpit.value - the reportDescriptionloc - the value localization keyjava.lang.IllegalArgumentException - if localization key cannot be mapped to data language@Accessor(qualifier="title", type=SETTER) public void setTitle(java.lang.String value)
JasperMedia.title attribute defined at extension cockpit.value - the title@Accessor(qualifier="title", type=SETTER) public void setTitle(java.lang.String value, java.util.Locale loc)
JasperMedia.title attribute defined at extension cockpit.value - the titleloc - the value localization keyjava.lang.IllegalArgumentException - if localization key cannot be mapped to data languageCopyright © 2018 SAP SE. All Rights Reserved.