public class JasperMediaModel extends MediaModel
AbstractItemModel.NewModelContextFactory| Modifier and Type | Field and Description |
|---|---|
static String |
_TYPECODE
Generated model type code constant.
|
static String |
ICON
Generated constant - Attribute key of
JasperMedia.icon attribute defined at extension cockpit. |
static String |
REPORTDESCRIPTION
Generated constant - Attribute key of
JasperMedia.reportDescription attribute defined at extension cockpit. |
static String |
TITLE
Generated constant - Attribute key of
JasperMedia.title attribute defined at extension cockpit. |
_CATEGORYMEDIARELATION, _CONVERTEDMEDIASRELATION, _MEDIACONTAINER2MEDIAREL, _PUBLICATION2MEDIA, ALTTEXT, CATALOG, CATALOGVERSION, CODE, CONVERTEDMEDIAS, DENIEDPRINCIPALS, DERIVEDMEDIAS, DESCRIPTION, DOWNLOADURL, FOLDER, FOREIGNDATAOWNERS, INTERNALURL, MEDIACONTAINER, MEDIAFORMAT, METADATA, METADATADATAPK, ORIGINAL, ORIGINALDATAPK, PERMITTEDPRINCIPALS, PUBLICATION, REMOVABLE, SUBFOLDERPATH, SUPERCATEGORIES, URL, URL2DATAPK, LOCATION, LOCATIONHASH, MIME, REALFILENAME, SIZE_COMMENTITEMRELATION, COMMENTS, CREATIONTIME, ITEMTYPE, MODIFIEDTIME, OWNER, PKLANGUAGE_FALLBACK_ENABLED_SERVICE_LAYER, MODEL_CONTEXT_FACTORY| Constructor and Description |
|---|
JasperMediaModel()
Generated constructor - Default constructor for generic creation.
|
JasperMediaModel(CatalogVersionModel _catalogVersion,
String _code)
Deprecated.
Since 4.1.1 Please use the default constructor without parameters
|
JasperMediaModel(CatalogVersionModel _catalogVersion,
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. |
String |
getReportDescription()
Generated method - Getter of the
JasperMedia.reportDescription attribute defined at extension cockpit. |
String |
getReportDescription(Locale loc)
Generated method - Getter of the
JasperMedia.reportDescription attribute defined at extension cockpit. |
String |
getTitle()
Generated method - Getter of the
JasperMedia.title attribute defined at extension cockpit. |
String |
getTitle(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(String value)
Generated method - Setter of
JasperMedia.reportDescription attribute defined at extension cockpit. |
void |
setReportDescription(String value,
Locale loc)
Generated method - Setter of
JasperMedia.reportDescription attribute defined at extension cockpit. |
void |
setTitle(String value)
Generated method - Setter of
JasperMedia.title attribute defined at extension cockpit. |
void |
setTitle(String value,
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, getPublication, getRemovable, getSubFolderPath, getSupercategories, getUrl, getURL, getUrl2, getURL2, setAlttext, setAltText, setCatalogVersion, setCode, setConvertedMedias, setDeniedPrincipals, setDerivedMedias, setDescription, setFolder, setInternalURL, setMediaContainer, setMediaFormat, setMetaData, setMetaDataDataPK, setOriginal, setOriginalDataPK, setPermittedPrincipals, setPublication, setRemovable, setSubFolderPath, setSupercategories, setUrl, setURLgetDataPK, getLocation, getLocationHash, getMime, getRealfilename, getRealFileName, getSize, setDataPK, setLocation, setLocationHash, setMime, setRealfilename, setRealFileName, setSizegetComments, 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 TITLE
JasperMedia.title attribute defined at extension cockpit.public static final String REPORTDESCRIPTION
JasperMedia.reportDescription attribute defined at extension cockpit.public static final 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, 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, 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 String getReportDescription()
JasperMedia.reportDescription attribute defined at extension cockpit.@Accessor(qualifier="reportDescription", type=GETTER) public String getReportDescription(Locale loc)
JasperMedia.reportDescription attribute defined at extension cockpit.loc - the value localization keyIllegalArgumentException - if localization key cannot be mapped to data language@Accessor(qualifier="title", type=GETTER) public String getTitle()
JasperMedia.title attribute defined at extension cockpit.@Accessor(qualifier="title", type=GETTER) public String getTitle(Locale loc)
JasperMedia.title attribute defined at extension cockpit.loc - the value localization keyIllegalArgumentException - 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(String value)
JasperMedia.reportDescription attribute defined at extension cockpit.value - the reportDescription@Accessor(qualifier="reportDescription", type=SETTER) public void setReportDescription(String value, Locale loc)
JasperMedia.reportDescription attribute defined at extension cockpit.value - the reportDescriptionloc - the value localization keyIllegalArgumentException - if localization key cannot be mapped to data language@Accessor(qualifier="title", type=SETTER) public void setTitle(String value)
JasperMedia.title attribute defined at extension cockpit.value - the title@Accessor(qualifier="title", type=SETTER) public void setTitle(String value, Locale loc)
JasperMedia.title attribute defined at extension cockpit.value - the titleloc - the value localization keyIllegalArgumentException - if localization key cannot be mapped to data languageCopyright © 2017 SAP SE. All Rights Reserved.