public class ConversionGroupModel extends ItemModel
AbstractItemModel.NewModelContextFactory| Modifier and Type | Field and Description |
|---|---|
static String |
_TYPECODE
Generated model type code constant.
|
static String |
CODE
Generated constant - Attribute key of
ConversionGroup.code attribute defined at extension mediaconversion. |
static String |
NAME
Generated constant - Attribute key of
ConversionGroup.name attribute defined at extension mediaconversion. |
static String |
SUPPORTEDFORMATS
Generated constant - Attribute key of
ConversionGroup.supportedFormats attribute defined at extension mediaconversion. |
_COMMENTITEMRELATION, COMMENTS, CREATIONTIME, ITEMTYPE, MODIFIEDTIME, OWNER, PKLANGUAGE_FALLBACK_ENABLED_SERVICE_LAYER, MODEL_CONTEXT_FACTORY| Constructor and Description |
|---|
ConversionGroupModel()
Generated constructor - Default constructor for generic creation.
|
ConversionGroupModel(ItemModel _owner)
Deprecated.
Since 4.1.1 Please use the default constructor without parameters
|
ConversionGroupModel(ItemModelContext ctx)
Generated constructor - Default constructor for creation with existing context
|
| Modifier and Type | Method and Description |
|---|---|
String |
getCode()
Generated method - Getter of the
ConversionGroup.code attribute defined at extension mediaconversion. |
String |
getName()
Generated method - Getter of the
ConversionGroup.name attribute defined at extension mediaconversion. |
String |
getName(Locale loc)
Generated method - Getter of the
ConversionGroup.name attribute defined at extension mediaconversion. |
Set<ConversionMediaFormatModel> |
getSupportedFormats()
Generated method - Getter of the
ConversionGroup.supportedFormats attribute defined at extension mediaconversion. |
void |
setCode(String value)
Generated method - Setter of
ConversionGroup.code attribute defined at extension mediaconversion. |
void |
setName(String value)
Generated method - Setter of
ConversionGroup.name attribute defined at extension mediaconversion. |
void |
setName(String value,
Locale loc)
Generated method - Setter of
ConversionGroup.name attribute defined at extension mediaconversion. |
void |
setSupportedFormats(Set<ConversionMediaFormatModel> value)
Generated method - Setter of
ConversionGroup.supportedFormats attribute defined at extension mediaconversion. |
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 CODE
ConversionGroup.code attribute defined at extension mediaconversion.public static final String NAME
ConversionGroup.name attribute defined at extension mediaconversion.public static final String SUPPORTEDFORMATS
ConversionGroup.supportedFormats attribute defined at extension mediaconversion.public ConversionGroupModel()
public ConversionGroupModel(ItemModelContext ctx)
ctx - the model context to be injected, must not be null@Deprecated public ConversionGroupModel(ItemModel _owner)
_owner - initial attribute declared by type Item at extension core@Accessor(qualifier="code", type=GETTER) public String getCode()
ConversionGroup.code attribute defined at extension mediaconversion.@Accessor(qualifier="name", type=GETTER) public String getName()
ConversionGroup.name attribute defined at extension mediaconversion.@Accessor(qualifier="name", type=GETTER) public String getName(Locale loc)
ConversionGroup.name attribute defined at extension mediaconversion.loc - the value localization keyIllegalArgumentException - if localization key cannot be mapped to data language@Accessor(qualifier="supportedFormats", type=GETTER) public Set<ConversionMediaFormatModel> getSupportedFormats()
ConversionGroup.supportedFormats attribute defined at extension mediaconversion.
Consider using FlexibleSearchService::searchRelation for pagination support of large result sets.@Accessor(qualifier="code", type=SETTER) public void setCode(String value)
ConversionGroup.code attribute defined at extension mediaconversion.value - the code - Unique identifier@Accessor(qualifier="name", type=SETTER) public void setName(String value)
ConversionGroup.name attribute defined at extension mediaconversion.value - the name - Display name@Accessor(qualifier="name", type=SETTER) public void setName(String value, Locale loc)
ConversionGroup.name attribute defined at extension mediaconversion.value - the name - Display nameloc - the value localization keyIllegalArgumentException - if localization key cannot be mapped to data language@Accessor(qualifier="supportedFormats", type=SETTER) public void setSupportedFormats(Set<ConversionMediaFormatModel> value)
ConversionGroup.supportedFormats attribute defined at extension mediaconversion.value - the supportedFormats - All supported formats, i.e. all formats to convert the original media to.Copyright © 2017 SAP SE. All Rights Reserved.