public class MediaFormatModel extends ItemModel
AbstractItemModel.NewModelContextFactory| Modifier and Type | Field and Description |
|---|---|
static String |
_TYPECODE
Generated model type code constant.
|
static String |
EXTERNALID
Generated constant - Attribute key of
MediaFormat.externalID attribute defined at extension core. |
static String |
NAME
Generated constant - Attribute key of
MediaFormat.name attribute defined at extension core. |
static String |
QUALIFIER
Generated constant - Attribute key of
MediaFormat.qualifier attribute defined at extension core. |
_COMMENTITEMRELATION, COMMENTS, CREATIONTIME, ITEMTYPE, MODIFIEDTIME, OWNER, PKLANGUAGE_FALLBACK_ENABLED_SERVICE_LAYER, MODEL_CONTEXT_FACTORY| Constructor and Description |
|---|
MediaFormatModel()
Generated constructor - Default constructor for generic creation.
|
MediaFormatModel(ItemModelContext ctx)
Generated constructor - Default constructor for creation with existing context
|
MediaFormatModel(ItemModel _owner,
String _qualifier)
Deprecated.
Since 4.1.1 Please use the default constructor without parameters
|
MediaFormatModel(String _qualifier)
Deprecated.
Since 4.1.1 Please use the default constructor without parameters
|
| Modifier and Type | Method and Description |
|---|---|
String |
getExternalID()
Generated method - Getter of the
MediaFormat.externalID attribute defined at extension core. |
String |
getName()
Generated method - Getter of the
MediaFormat.name attribute defined at extension core. |
String |
getName(Locale loc)
Generated method - Getter of the
MediaFormat.name attribute defined at extension core. |
String |
getQualifier()
Generated method - Getter of the
MediaFormat.qualifier attribute defined at extension core. |
void |
setExternalID(String value)
Generated method - Setter of
MediaFormat.externalID attribute defined at extension core. |
void |
setName(String value)
Generated method - Setter of
MediaFormat.name attribute defined at extension core. |
void |
setName(String value,
Locale loc)
Generated method - Setter of
MediaFormat.name attribute defined at extension core. |
void |
setQualifier(String value)
Generated method - Setter of
MediaFormat.qualifier attribute defined at extension core. |
getComments, 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 QUALIFIER
MediaFormat.qualifier attribute defined at extension core.public static final String NAME
MediaFormat.name attribute defined at extension core.public static final String EXTERNALID
MediaFormat.externalID attribute defined at extension core.public MediaFormatModel()
public MediaFormatModel(ItemModelContext ctx)
ctx - the model context to be injected, must not be null@Deprecated public MediaFormatModel(String _qualifier)
_qualifier - initial attribute declared by type MediaFormat at extension core@Deprecated public MediaFormatModel(ItemModel _owner, String _qualifier)
_owner - initial attribute declared by type Item at extension core_qualifier - initial attribute declared by type MediaFormat at extension core@Accessor(qualifier="externalID", type=GETTER) public String getExternalID()
MediaFormat.externalID attribute defined at extension core.@Accessor(qualifier="name", type=GETTER) public String getName()
MediaFormat.name attribute defined at extension core.@Accessor(qualifier="name", type=GETTER) public String getName(Locale loc)
MediaFormat.name attribute defined at extension core.loc - the value localization keyIllegalArgumentException - if localization key cannot be mapped to data language@Accessor(qualifier="qualifier", type=GETTER) public String getQualifier()
MediaFormat.qualifier attribute defined at extension core.@Accessor(qualifier="externalID", type=SETTER) public void setExternalID(String value)
MediaFormat.externalID attribute defined at extension core.value - the externalID - external identifier refering to external objects (e.g. inside MAM systems)@Accessor(qualifier="name", type=SETTER) public void setName(String value)
MediaFormat.name attribute defined at extension core.value - the name - Name of this format@Accessor(qualifier="name", type=SETTER) public void setName(String value, Locale loc)
MediaFormat.name attribute defined at extension core.value - the name - Name of this formatloc - the value localization keyIllegalArgumentException - if localization key cannot be mapped to data languageCopyright © 2017 SAP SE. All Rights Reserved.