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_TYPECODEGenerated model type code constant.static java.lang.StringCODEGenerated constant - Attribute key ofExport.codeattribute defined at extensionimpex.static java.lang.StringDESCRIPTIONGenerated constant - Attribute key ofExport.descriptionattribute defined at extensionimpex.static java.lang.StringEXPORTEDDATAGenerated constant - Attribute key ofExport.exportedDataattribute defined at extensionimpex.static java.lang.StringEXPORTEDMEDIASGenerated constant - Attribute key ofExport.exportedMediasattribute defined at extensionimpex.static java.lang.StringEXPORTSCRIPTGenerated constant - Attribute key ofExport.exportScriptattribute 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.StringgetCode()Generated method - Getter of theExport.codeattribute defined at extensionimpex.java.lang.StringgetDescription()Generated method - Getter of theExport.descriptionattribute defined at extensionimpex.java.lang.StringgetDescription(java.util.Locale loc)Generated method - Getter of theExport.descriptionattribute defined at extensionimpex.ImpExExportMediaModelgetExportedData()Generated method - Getter of theExport.exportedDataattribute defined at extensionimpex.ImpExExportMediaModelgetExportedMedias()Generated method - Getter of theExport.exportedMediasattribute defined at extensionimpex.ImpExMediaModelgetExportScript()Generated method - Getter of theExport.exportScriptattribute defined at extensionimpex.voidsetCode(java.lang.String value)Generated method - Setter ofExport.codeattribute defined at extensionimpex.voidsetDescription(java.lang.String value)Generated method - Setter ofExport.descriptionattribute defined at extensionimpex.voidsetDescription(java.lang.String value, java.util.Locale loc)Generated method - Setter ofExport.descriptionattribute defined at extensionimpex.voidsetExportedData(ImpExExportMediaModel value)Generated method - Setter ofExport.exportedDataattribute defined at extensionimpex.voidsetExportedMedias(ImpExExportMediaModel value)Generated method - Setter ofExport.exportedMediasattribute defined at extensionimpex.voidsetExportScript(ImpExMediaModel value)Generated method - Setter ofExport.exportScriptattribute 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.codeattribute defined at extensionimpex.- See Also:
- Constant Field Values
-
EXPORTEDMEDIAS
public static final java.lang.String EXPORTEDMEDIAS
Generated constant - Attribute key ofExport.exportedMediasattribute defined at extensionimpex.- See Also:
- Constant Field Values
-
EXPORTEDDATA
public static final java.lang.String EXPORTEDDATA
Generated constant - Attribute key ofExport.exportedDataattribute defined at extensionimpex.- See Also:
- Constant Field Values
-
EXPORTSCRIPT
public static final java.lang.String EXPORTSCRIPT
Generated constant - Attribute key ofExport.exportScriptattribute defined at extensionimpex.- See Also:
- Constant Field Values
-
DESCRIPTION
public static final java.lang.String DESCRIPTION
Generated constant - Attribute key ofExport.descriptionattribute 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 typeExportat 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 typeExportat extensionimpex_owner- initial attribute declared by typeItemat extensioncore
-
-
Method Detail
-
getCode
@Accessor(qualifier="code", type=GETTER) public java.lang.String getCode()
Generated method - Getter of theExport.codeattribute defined at extensionimpex.- Returns:
- the code
-
getDescription
@Accessor(qualifier="description", type=GETTER) public java.lang.String getDescription()
Generated method - Getter of theExport.descriptionattribute 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.descriptionattribute 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.exportedDataattribute defined at extensionimpex.- Returns:
- the exportedData - contains the exported data
-
getExportedMedias
@Accessor(qualifier="exportedMedias", type=GETTER) public ImpExExportMediaModel getExportedMedias()
Generated method - Getter of theExport.exportedMediasattribute defined at extensionimpex.- Returns:
- the exportedMedias - contains the exported medias
-
getExportScript
@Accessor(qualifier="exportScript", type=GETTER) public ImpExMediaModel getExportScript()
Generated method - Getter of theExport.exportScriptattribute 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.codeattribute defined at extensionimpex.- Parameters:
value- the code
-
setDescription
@Accessor(qualifier="description", type=SETTER) public void setDescription(java.lang.String value)
Generated method - Setter ofExport.descriptionattribute 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.descriptionattribute 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.exportedDataattribute 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.exportedMediasattribute 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.exportScriptattribute defined at extensionimpex.- Parameters:
value- the exportScript - contains the export script
-
-