public class MediaFormatMappingModel extends ItemModel
AbstractItemModel.NewModelContextFactory| Modifier and Type | Field and Description |
|---|---|
static String |
_MEDIACONTEXT2MEDIAFORMATMAPPINGREL
Generated relation code constant for relation
MediaContext2MediaFormatMappingRel defining source attribute mediaContext in extension core. |
static String |
_TYPECODE
Generated model type code constant.
|
static String |
MEDIACONTEXT
Generated constant - Attribute key of
MediaFormatMapping.mediaContext attribute defined at extension core. |
static String |
SOURCE
Generated constant - Attribute key of
MediaFormatMapping.source attribute defined at extension core. |
static String |
TARGET
Generated constant - Attribute key of
MediaFormatMapping.target attribute defined at extension core. |
_COMMENTITEMRELATION, COMMENTS, CREATIONTIME, ITEMTYPE, MODIFIEDTIME, OWNER, PKLANGUAGE_FALLBACK_ENABLED_SERVICE_LAYER, MODEL_CONTEXT_FACTORY| Constructor and Description |
|---|
MediaFormatMappingModel()
Generated constructor - Default constructor for generic creation.
|
MediaFormatMappingModel(ItemModelContext ctx)
Generated constructor - Default constructor for creation with existing context
|
MediaFormatMappingModel(MediaContextModel _mediaContext,
ItemModel _owner,
MediaFormatModel _source,
MediaFormatModel _target)
Deprecated.
Since 4.1.1 Please use the default constructor without parameters
|
MediaFormatMappingModel(MediaContextModel _mediaContext,
MediaFormatModel _source,
MediaFormatModel _target)
Deprecated.
Since 4.1.1 Please use the default constructor without parameters
|
| Modifier and Type | Method and Description |
|---|---|
MediaContextModel |
getMediaContext()
Generated method - Getter of the
MediaFormatMapping.mediaContext attribute defined at extension core. |
MediaFormatModel |
getSource()
Generated method - Getter of the
MediaFormatMapping.source attribute defined at extension core. |
MediaFormatModel |
getTarget()
Generated method - Getter of the
MediaFormatMapping.target attribute defined at extension core. |
void |
setMediaContext(MediaContextModel value)
Generated method - Setter of
MediaFormatMapping.mediaContext attribute defined at extension core. |
void |
setSource(MediaFormatModel value)
Generated method - Initial setter of
MediaFormatMapping.source attribute defined at extension core. |
void |
setTarget(MediaFormatModel value)
Generated method - Initial setter of
MediaFormatMapping.target 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 _MEDIACONTEXT2MEDIAFORMATMAPPINGREL
MediaContext2MediaFormatMappingRel defining source attribute mediaContext in extension core.public static final String SOURCE
MediaFormatMapping.source attribute defined at extension core.public static final String TARGET
MediaFormatMapping.target attribute defined at extension core.public static final String MEDIACONTEXT
MediaFormatMapping.mediaContext attribute defined at extension core.public MediaFormatMappingModel()
public MediaFormatMappingModel(ItemModelContext ctx)
ctx - the model context to be injected, must not be null@Deprecated public MediaFormatMappingModel(MediaContextModel _mediaContext, MediaFormatModel _source, MediaFormatModel _target)
_mediaContext - initial attribute declared by type MediaFormatMapping at extension core_source - initial attribute declared by type MediaFormatMapping at extension core_target - initial attribute declared by type MediaFormatMapping at extension core@Deprecated public MediaFormatMappingModel(MediaContextModel _mediaContext, ItemModel _owner, MediaFormatModel _source, MediaFormatModel _target)
_mediaContext - initial attribute declared by type MediaFormatMapping at extension core_owner - initial attribute declared by type Item at extension core_source - initial attribute declared by type MediaFormatMapping at extension core_target - initial attribute declared by type MediaFormatMapping at extension core@Accessor(qualifier="mediaContext", type=GETTER) public MediaContextModel getMediaContext()
MediaFormatMapping.mediaContext attribute defined at extension core.@Accessor(qualifier="source", type=GETTER) public MediaFormatModel getSource()
MediaFormatMapping.source attribute defined at extension core.@Accessor(qualifier="target", type=GETTER) public MediaFormatModel getTarget()
MediaFormatMapping.target attribute defined at extension core.@Accessor(qualifier="mediaContext", type=SETTER) public void setMediaContext(MediaContextModel value)
MediaFormatMapping.mediaContext attribute defined at extension core.value - the mediaContext@Accessor(qualifier="source", type=SETTER) public void setSource(MediaFormatModel value)
MediaFormatMapping.source attribute defined at extension core. Can only be used at creation of model - before first save.value - the source - Source format@Accessor(qualifier="target", type=SETTER) public void setTarget(MediaFormatModel value)
MediaFormatMapping.target attribute defined at extension core. Can only be used at creation of model - before first save.value - the target - Target formatCopyright © 2017 SAP SE. All Rights Reserved.