public class FormatterModel extends MediaModel
AbstractItemModel.NewModelContextFactory| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
_TYPECODE
Generated model type code constant.
|
static java.lang.String |
OUTPUTMIMETYPE
Generated constant - Attribute key of
Formatter.outputMimeType attribute defined at extension commons. |
static java.lang.String |
SCRIPT
Generated constant - Attribute key of
Formatter.script attribute defined at extension commons. |
_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 |
|---|
FormatterModel()
Generated constructor - Default constructor for generic creation.
|
FormatterModel(CatalogVersionModel _catalogVersion,
java.lang.String _code,
java.lang.String _outputMimeType)
Deprecated.
since 4.1.1 Please use the default constructor without parameters
|
FormatterModel(CatalogVersionModel _catalogVersion,
java.lang.String _code,
java.lang.String _outputMimeType,
ItemModel _owner)
Deprecated.
since 4.1.1 Please use the default constructor without parameters
|
FormatterModel(ItemModelContext ctx)
Generated constructor - Default constructor for creation with existing context
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getOutputMimeType()
Generated method - Getter of the
Formatter.outputMimeType attribute defined at extension commons. |
java.lang.String |
getScript()
Generated method - Getter of the
Formatter.script attribute defined at extension commons. |
void |
setOutputMimeType(java.lang.String value)
Generated method - Setter of
Formatter.outputMimeType attribute defined at extension commons. |
void |
setScript(java.lang.String value)
Generated method - Setter of
Formatter.script attribute defined at extension commons. |
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 OUTPUTMIMETYPE
Formatter.outputMimeType attribute defined at extension commons.public static final java.lang.String SCRIPT
Formatter.script attribute defined at extension commons.public FormatterModel()
public FormatterModel(ItemModelContext ctx)
ctx - the model context to be injected, must not be null@Deprecated public FormatterModel(CatalogVersionModel _catalogVersion, java.lang.String _code, java.lang.String _outputMimeType)
_catalogVersion - initial attribute declared by type Formatter at extension catalog_code - initial attribute declared by type Media at extension core_outputMimeType - initial attribute declared by type Formatter at extension commons@Deprecated public FormatterModel(CatalogVersionModel _catalogVersion, java.lang.String _code, java.lang.String _outputMimeType, ItemModel _owner)
_catalogVersion - initial attribute declared by type Formatter at extension catalog_code - initial attribute declared by type Media at extension core_outputMimeType - initial attribute declared by type Formatter at extension commons_owner - initial attribute declared by type Item at extension core@Accessor(qualifier="outputMimeType", type=GETTER) public java.lang.String getOutputMimeType()
Formatter.outputMimeType attribute defined at extension commons.@Accessor(qualifier="script", type=GETTER) public java.lang.String getScript()
Formatter.script attribute defined at extension commons.@Accessor(qualifier="outputMimeType", type=SETTER) public void setOutputMimeType(java.lang.String value)
Formatter.outputMimeType attribute defined at extension commons.value - the outputMimeType - The mime type of the output.Copyright © 2018 SAP SE. All Rights Reserved.