public class ExportModel extends ItemModel
AbstractItemModel.NewModelContextFactory| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
_TYPECODE
Generated model type code constant.
|
static java.lang.String |
CODE
Generated constant - Attribute key of
Export.code attribute defined at extension impex. |
static java.lang.String |
DESCRIPTION
Generated constant - Attribute key of
Export.description attribute defined at extension impex. |
static java.lang.String |
EXPORTEDDATA
Generated constant - Attribute key of
Export.exportedData attribute defined at extension impex. |
static java.lang.String |
EXPORTEDMEDIAS
Generated constant - Attribute key of
Export.exportedMedias attribute defined at extension impex. |
static java.lang.String |
EXPORTSCRIPT
Generated constant - Attribute key of
Export.exportScript attribute defined at extension impex. |
_COMMENTITEMRELATION, COMMENTS, CREATIONTIME, ITEMTYPE, MODIFIEDTIME, OWNER, PK, SEALEDLANGUAGE_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(java.lang.String _code)
Deprecated.
since 4.1.1 Please use the default constructor without parameters
|
ExportModel(java.lang.String _code,
ItemModel _owner)
Deprecated.
since 4.1.1 Please use the default constructor without parameters
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getCode()
Generated method - Getter of the
Export.code attribute defined at extension impex. |
java.lang.String |
getDescription()
Generated method - Getter of the
Export.description attribute defined at extension impex. |
java.lang.String |
getDescription(java.util.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(java.lang.String value)
Generated method - Setter of
Export.code attribute defined at extension impex. |
void |
setDescription(java.lang.String value)
Generated method - Setter of
Export.description attribute defined at extension impex. |
void |
setDescription(java.lang.String value,
java.util.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, 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 CODE
Export.code attribute defined at extension impex.public static final java.lang.String EXPORTEDMEDIAS
Export.exportedMedias attribute defined at extension impex.public static final java.lang.String EXPORTEDDATA
Export.exportedData attribute defined at extension impex.public static final java.lang.String EXPORTSCRIPT
Export.exportScript attribute defined at extension impex.public static final java.lang.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(java.lang.String _code)
_code - initial attribute declared by type Export at extension impex@Deprecated
public ExportModel(java.lang.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 java.lang.String getCode()
Export.code attribute defined at extension impex.@Accessor(qualifier="description", type=GETTER) public java.lang.String getDescription()
Export.description attribute defined at extension impex.@Accessor(qualifier="description", type=GETTER) public java.lang.String getDescription(java.util.Locale loc)
Export.description attribute defined at extension impex.loc - the value localization keyjava.lang.IllegalArgumentException - 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(java.lang.String value)
Export.code attribute defined at extension impex.value - the code@Accessor(qualifier="description", type=SETTER) public void setDescription(java.lang.String value)
Export.description attribute defined at extension impex.value - the description - description@Accessor(qualifier="description", type=SETTER) public void setDescription(java.lang.String value, java.util.Locale loc)
Export.description attribute defined at extension impex.value - the description - descriptionloc - the value localization keyjava.lang.IllegalArgumentException - 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 © 2018 SAP SE. All Rights Reserved.