public class ExportModel 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
Export.code attribute defined at extension impex. |
static String |
DESCRIPTION
Generated constant - Attribute key of
Export.description attribute defined at extension impex. |
static String |
EXPORTEDDATA
Generated constant - Attribute key of
Export.exportedData attribute defined at extension impex. |
static String |
EXPORTEDMEDIAS
Generated constant - Attribute key of
Export.exportedMedias attribute defined at extension impex. |
static String |
EXPORTSCRIPT
Generated constant - Attribute key of
Export.exportScript attribute defined at extension impex. |
_COMMENTITEMRELATION, COMMENTS, CREATIONTIME, ITEMTYPE, MODIFIEDTIME, OWNER, PKLANGUAGE_FALLBACK_ENABLED_SERVICE_LAYER, MODEL_CONTEXT_FACTORY| Constructor and Description |
|---|
ExportModel()
Generated constructor - Default constructor for generic creation.
|
ExportModel(ItemModelContext ctx)
Generated constructor - Default constructor for creation with existing context
|
ExportModel(String _code)
Deprecated.
Since 4.1.1 Please use the default constructor without parameters
|
ExportModel(String _code,
ItemModel _owner)
Deprecated.
Since 4.1.1 Please use the default constructor without parameters
|
| Modifier and Type | Method and Description |
|---|---|
String |
getCode()
Generated method - Getter of the
Export.code attribute defined at extension impex. |
String |
getDescription()
Generated method - Getter of the
Export.description attribute defined at extension impex. |
String |
getDescription(Locale loc)
Generated method - Getter of the
Export.description attribute defined at extension impex. |
ImpExExportMediaModel |
getExportedData()
Generated method - Getter of the
Export.exportedData attribute defined at extension impex. |
ImpExExportMediaModel |
getExportedMedias()
Generated method - Getter of the
Export.exportedMedias attribute defined at extension impex. |
ImpExMediaModel |
getExportScript()
Generated method - Getter of the
Export.exportScript attribute defined at extension impex. |
void |
setCode(String value)
Generated method - Setter of
Export.code attribute defined at extension impex. |
void |
setDescription(String value)
Generated method - Setter of
Export.description attribute defined at extension impex. |
void |
setDescription(String value,
Locale loc)
Generated method - Setter of
Export.description attribute defined at extension impex. |
void |
setExportedData(ImpExExportMediaModel value)
Generated method - Setter of
Export.exportedData attribute defined at extension impex. |
void |
setExportedMedias(ImpExExportMediaModel value)
Generated method - Setter of
Export.exportedMedias attribute defined at extension impex. |
void |
setExportScript(ImpExMediaModel value)
Generated method - Setter of
Export.exportScript attribute defined at extension impex. |
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
Export.code attribute defined at extension impex.public static final String EXPORTEDMEDIAS
Export.exportedMedias attribute defined at extension impex.public static final String EXPORTEDDATA
Export.exportedData attribute defined at extension impex.public static final String EXPORTSCRIPT
Export.exportScript attribute defined at extension impex.public static final String DESCRIPTION
Export.description attribute defined at extension impex.public ExportModel()
public ExportModel(ItemModelContext ctx)
ctx - the model context to be injected, must not be null@Deprecated public ExportModel(String _code)
_code - initial attribute declared by type Export at extension impex@Deprecated public ExportModel(String _code, ItemModel _owner)
_code - initial attribute declared by type Export at extension impex_owner - initial attribute declared by type Item at extension core@Accessor(qualifier="code", type=GETTER) public String getCode()
Export.code attribute defined at extension impex.@Accessor(qualifier="description", type=GETTER) public String getDescription()
Export.description attribute defined at extension impex.@Accessor(qualifier="description", type=GETTER) public String getDescription(Locale loc)
Export.description attribute defined at extension impex.loc - the value localization keyIllegalArgumentException - if localization key cannot be mapped to data language@Accessor(qualifier="exportedData", type=GETTER) public ImpExExportMediaModel getExportedData()
Export.exportedData attribute defined at extension impex.@Accessor(qualifier="exportedMedias", type=GETTER) public ImpExExportMediaModel getExportedMedias()
Export.exportedMedias attribute defined at extension impex.@Accessor(qualifier="exportScript", type=GETTER) public ImpExMediaModel getExportScript()
Export.exportScript attribute defined at extension impex.@Accessor(qualifier="code", type=SETTER) public void setCode(String value)
Export.code attribute defined at extension impex.value - the code@Accessor(qualifier="description", type=SETTER) public void setDescription(String value)
Export.description attribute defined at extension impex.value - the description - description@Accessor(qualifier="description", type=SETTER) public void setDescription(String value, Locale loc)
Export.description attribute defined at extension impex.value - the description - descriptionloc - the value localization keyIllegalArgumentException - if localization key cannot be mapped to data language@Accessor(qualifier="exportedData", type=SETTER) public void setExportedData(ImpExExportMediaModel value)
Export.exportedData attribute defined at extension impex.value - the exportedData - contains the exported data@Accessor(qualifier="exportedMedias", type=SETTER) public void setExportedMedias(ImpExExportMediaModel value)
Export.exportedMedias attribute defined at extension impex.value - the exportedMedias - contains the exported medias@Accessor(qualifier="exportScript", type=SETTER) public void setExportScript(ImpExMediaModel value)
Export.exportScript attribute defined at extension impex.value - the exportScript - contains the export scriptCopyright © 2017 SAP SE. All Rights Reserved.