Class ExportModel
- java.lang.Object
-
- de.hybris.platform.servicelayer.model.AbstractItemModel
-
- de.hybris.platform.core.model.ItemModel
-
- de.hybris.platform.impex.model.exp.ExportModel
-
- All Implemented Interfaces:
java.io.Serializable
- Direct Known Subclasses:
ReportModel
public class ExportModel extends ItemModel
Generated model class for type Export first defined at extension impex.- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class de.hybris.platform.servicelayer.model.AbstractItemModel
AbstractItemModel.NewModelContextFactory
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
_TYPECODE
Generated model type code constant.static java.lang.String
CODE
Generated constant - Attribute key ofExport.code
attribute defined at extensionimpex
.static java.lang.String
DESCRIPTION
Generated constant - Attribute key ofExport.description
attribute defined at extensionimpex
.static java.lang.String
EXPORTEDDATA
Generated constant - Attribute key ofExport.exportedData
attribute defined at extensionimpex
.static java.lang.String
EXPORTEDMEDIAS
Generated constant - Attribute key ofExport.exportedMedias
attribute defined at extensionimpex
.static java.lang.String
EXPORTSCRIPT
Generated constant - Attribute key ofExport.exportScript
attribute defined at extensionimpex
.-
Fields inherited from class de.hybris.platform.core.model.ItemModel
_COMMENTITEMRELATION, COMMENTS, CREATIONTIME, ITEMTYPE, MODIFIEDTIME, OWNER, PK, SEALED
-
Fields inherited from class de.hybris.platform.servicelayer.model.AbstractItemModel
LANGUAGE_FALLBACK_ENABLED_SERVICE_LAYER, MODEL_CONTEXT_FACTORY
-
-
Constructor Summary
Constructors Constructor Description ExportModel()
Generated constructor - Default constructor for generic creation.ExportModel(ItemModelContext ctx)
Generated constructor - Default constructor for creation with existing contextExportModel(java.lang.String _code)
Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersExportModel(java.lang.String _code, ItemModel _owner)
Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parameters
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getCode()
Generated method - Getter of theExport.code
attribute defined at extensionimpex
.java.lang.String
getDescription()
Generated method - Getter of theExport.description
attribute defined at extensionimpex
.java.lang.String
getDescription(java.util.Locale loc)
Generated method - Getter of theExport.description
attribute defined at extensionimpex
.ImpExExportMediaModel
getExportedData()
Generated method - Getter of theExport.exportedData
attribute defined at extensionimpex
.ImpExExportMediaModel
getExportedMedias()
Generated method - Getter of theExport.exportedMedias
attribute defined at extensionimpex
.ImpExMediaModel
getExportScript()
Generated method - Getter of theExport.exportScript
attribute defined at extensionimpex
.void
setCode(java.lang.String value)
Generated method - Setter ofExport.code
attribute defined at extensionimpex
.void
setDescription(java.lang.String value)
Generated method - Setter ofExport.description
attribute defined at extensionimpex
.void
setDescription(java.lang.String value, java.util.Locale loc)
Generated method - Setter ofExport.description
attribute defined at extensionimpex
.void
setExportedData(ImpExExportMediaModel value)
Generated method - Setter ofExport.exportedData
attribute defined at extensionimpex
.void
setExportedMedias(ImpExExportMediaModel value)
Generated method - Setter ofExport.exportedMedias
attribute defined at extensionimpex
.void
setExportScript(ImpExMediaModel value)
Generated method - Setter ofExport.exportScript
attribute defined at extensionimpex
.-
Methods inherited from class de.hybris.platform.core.model.ItemModel
getComments, getCreationtime, getModifiedtime, getOwner, isSealed, setComments, setCreationtime, setModifiedtime, setOwner
-
Methods inherited from class de.hybris.platform.servicelayer.model.AbstractItemModel
equals, 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, writeReplace
-
-
-
-
Field Detail
-
_TYPECODE
public static final java.lang.String _TYPECODE
Generated model type code constant.- See Also:
- Constant Field Values
-
CODE
public static final java.lang.String CODE
Generated constant - Attribute key ofExport.code
attribute defined at extensionimpex
.- See Also:
- Constant Field Values
-
EXPORTEDMEDIAS
public static final java.lang.String EXPORTEDMEDIAS
Generated constant - Attribute key ofExport.exportedMedias
attribute defined at extensionimpex
.- See Also:
- Constant Field Values
-
EXPORTEDDATA
public static final java.lang.String EXPORTEDDATA
Generated constant - Attribute key ofExport.exportedData
attribute defined at extensionimpex
.- See Also:
- Constant Field Values
-
EXPORTSCRIPT
public static final java.lang.String EXPORTSCRIPT
Generated constant - Attribute key ofExport.exportScript
attribute defined at extensionimpex
.- See Also:
- Constant Field Values
-
DESCRIPTION
public static final java.lang.String DESCRIPTION
Generated constant - Attribute key ofExport.description
attribute defined at extensionimpex
.- See Also:
- Constant Field Values
-
-
Constructor Detail
-
ExportModel
public ExportModel()
Generated constructor - Default constructor for generic creation.
-
ExportModel
public ExportModel(ItemModelContext ctx)
Generated constructor - Default constructor for creation with existing context- Parameters:
ctx
- the model context to be injected, must not be null
-
ExportModel
@Deprecated(since="4.1.1", forRemoval=true) public ExportModel(java.lang.String _code)
Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersGenerated constructor - Constructor with all mandatory attributes.- Parameters:
_code
- initial attribute declared by typeExport
at extensionimpex
-
ExportModel
@Deprecated(since="4.1.1", forRemoval=true) public ExportModel(java.lang.String _code, ItemModel _owner)
Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersGenerated constructor - for all mandatory and initial attributes.- Parameters:
_code
- initial attribute declared by typeExport
at extensionimpex
_owner
- initial attribute declared by typeItem
at extensioncore
-
-
Method Detail
-
getCode
@Accessor(qualifier="code", type=GETTER) public java.lang.String getCode()
Generated method - Getter of theExport.code
attribute defined at extensionimpex
.- Returns:
- the code
-
getDescription
@Accessor(qualifier="description", type=GETTER) public java.lang.String getDescription()
Generated method - Getter of theExport.description
attribute defined at extensionimpex
.- Returns:
- the description - description
-
getDescription
@Accessor(qualifier="description", type=GETTER) public java.lang.String getDescription(java.util.Locale loc)
Generated method - Getter of theExport.description
attribute defined at extensionimpex
.- Parameters:
loc
- the value localization key- Returns:
- the description - description
- Throws:
java.lang.IllegalArgumentException
- if localization key cannot be mapped to data language
-
getExportedData
@Accessor(qualifier="exportedData", type=GETTER) public ImpExExportMediaModel getExportedData()
Generated method - Getter of theExport.exportedData
attribute defined at extensionimpex
.- Returns:
- the exportedData - contains the exported data
-
getExportedMedias
@Accessor(qualifier="exportedMedias", type=GETTER) public ImpExExportMediaModel getExportedMedias()
Generated method - Getter of theExport.exportedMedias
attribute defined at extensionimpex
.- Returns:
- the exportedMedias - contains the exported medias
-
getExportScript
@Accessor(qualifier="exportScript", type=GETTER) public ImpExMediaModel getExportScript()
Generated method - Getter of theExport.exportScript
attribute defined at extensionimpex
.- Returns:
- the exportScript - contains the export script
-
setCode
@Accessor(qualifier="code", type=SETTER) public void setCode(java.lang.String value)
Generated method - Setter ofExport.code
attribute defined at extensionimpex
.- Parameters:
value
- the code
-
setDescription
@Accessor(qualifier="description", type=SETTER) public void setDescription(java.lang.String value)
Generated method - Setter ofExport.description
attribute defined at extensionimpex
.- Parameters:
value
- the description - description
-
setDescription
@Accessor(qualifier="description", type=SETTER) public void setDescription(java.lang.String value, java.util.Locale loc)
Generated method - Setter ofExport.description
attribute defined at extensionimpex
.- Parameters:
value
- the description - descriptionloc
- the value localization key- Throws:
java.lang.IllegalArgumentException
- if localization key cannot be mapped to data language
-
setExportedData
@Accessor(qualifier="exportedData", type=SETTER) public void setExportedData(ImpExExportMediaModel value)
Generated method - Setter ofExport.exportedData
attribute defined at extensionimpex
.- Parameters:
value
- the exportedData - contains the exported data
-
setExportedMedias
@Accessor(qualifier="exportedMedias", type=SETTER) public void setExportedMedias(ImpExExportMediaModel value)
Generated method - Setter ofExport.exportedMedias
attribute defined at extensionimpex
.- Parameters:
value
- the exportedMedias - contains the exported medias
-
setExportScript
@Accessor(qualifier="exportScript", type=SETTER) public void setExportScript(ImpExMediaModel value)
Generated method - Setter ofExport.exportScript
attribute defined at extensionimpex
.- Parameters:
value
- the exportScript - contains the export script
-
-