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:
Serializable
Direct Known Subclasses:
ReportModel

public class ExportModel extends ItemModel
Generated model class for type Export first defined at extension impex.
See Also:
  • Nested Class Summary

    Nested classes/interfaces inherited from class de.hybris.platform.servicelayer.model.AbstractItemModel

    de.hybris.platform.servicelayer.model.AbstractItemModel.NewModelContextFactory
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final String
    Generated model type code constant.
    static final String
    Generated constant - Attribute key of Export.code attribute defined at extension impex.
    static final String
    Generated constant - Attribute key of Export.description attribute defined at extension impex.
    static final String
    Generated constant - Attribute key of Export.exportedData attribute defined at extension impex.
    static final String
    Generated constant - Attribute key of Export.exportedMedias attribute defined at extension impex.
    static final String
    Generated constant - Attribute key of Export.exportScript attribute defined at extension impex.

    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
    Generated constructor - Default constructor for generic creation.
    ExportModel(de.hybris.platform.servicelayer.model.ItemModelContext ctx)
    Generated constructor - Default constructor for creation with existing context
    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
    ExportModel(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

    Modifier and Type
    Method
    Description
    Generated method - Getter of the Export.code attribute defined at extension impex.
    Generated method - Getter of the Export.description attribute defined at extension impex.
    Generated method - Getter of the Export.description attribute defined at extension impex.
    Generated method - Getter of the Export.exportedData attribute defined at extension impex.
    Generated method - Getter of the Export.exportedMedias attribute defined at extension impex.
    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
    Generated method - Setter of Export.description attribute defined at extension impex.
    void
    Generated method - Setter of Export.description attribute defined at extension impex.
    void
    Generated method - Setter of Export.exportedData attribute defined at extension impex.
    void
    Generated method - Setter of Export.exportedMedias attribute defined at extension impex.
    void
    Generated method - Setter of Export.exportScript attribute defined at extension impex.

    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

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
  • Field Details

    • _TYPECODE

      public static final String _TYPECODE
      Generated model type code constant.
      See Also:
    • CODE

      public static final String CODE
      Generated constant - Attribute key of Export.code attribute defined at extension impex.
      See Also:
    • EXPORTEDMEDIAS

      public static final String EXPORTEDMEDIAS
      Generated constant - Attribute key of Export.exportedMedias attribute defined at extension impex.
      See Also:
    • EXPORTEDDATA

      public static final String EXPORTEDDATA
      Generated constant - Attribute key of Export.exportedData attribute defined at extension impex.
      See Also:
    • EXPORTSCRIPT

      public static final String EXPORTSCRIPT
      Generated constant - Attribute key of Export.exportScript attribute defined at extension impex.
      See Also:
    • DESCRIPTION

      public static final String DESCRIPTION
      Generated constant - Attribute key of Export.description attribute defined at extension impex.
      See Also:
  • Constructor Details

    • ExportModel

      public ExportModel()
      Generated constructor - Default constructor for generic creation.
    • ExportModel

      public ExportModel(de.hybris.platform.servicelayer.model.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(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 parameters
      Generated constructor - Constructor with all mandatory attributes.
      Parameters:
      _code - initial attribute declared by type Export at extension impex
    • ExportModel

      @Deprecated(since="4.1.1", forRemoval=true) public ExportModel(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
      Generated constructor - for all mandatory and initial attributes.
      Parameters:
      _code - initial attribute declared by type Export at extension impex
      _owner - initial attribute declared by type Item at extension core
  • Method Details

    • getCode

      @Accessor(qualifier="code", type=GETTER) public String getCode()
      Generated method - Getter of the Export.code attribute defined at extension impex.
      Returns:
      the code
    • getDescription

      @Accessor(qualifier="description", type=GETTER) public String getDescription()
      Generated method - Getter of the Export.description attribute defined at extension impex.
      Returns:
      the description - description
    • getDescription

      @Accessor(qualifier="description", type=GETTER) public String getDescription(Locale loc)
      Generated method - Getter of the Export.description attribute defined at extension impex.
      Parameters:
      loc - the value localization key
      Returns:
      the description - description
      Throws:
      IllegalArgumentException - if localization key cannot be mapped to data language
    • getExportedData

      @Accessor(qualifier="exportedData", type=GETTER) public ImpExExportMediaModel getExportedData()
      Generated method - Getter of the Export.exportedData attribute defined at extension impex.
      Returns:
      the exportedData - contains the exported data
    • getExportedMedias

      @Accessor(qualifier="exportedMedias", type=GETTER) public ImpExExportMediaModel getExportedMedias()
      Generated method - Getter of the Export.exportedMedias attribute defined at extension impex.
      Returns:
      the exportedMedias - contains the exported medias
    • getExportScript

      @Accessor(qualifier="exportScript", type=GETTER) public ImpExMediaModel getExportScript()
      Generated method - Getter of the Export.exportScript attribute defined at extension impex.
      Returns:
      the exportScript - contains the export script
    • setCode

      @Accessor(qualifier="code", type=SETTER) public void setCode(String value)
      Generated method - Setter of Export.code attribute defined at extension impex.
      Parameters:
      value - the code
    • setDescription

      @Accessor(qualifier="description", type=SETTER) public void setDescription(String value)
      Generated method - Setter of Export.description attribute defined at extension impex.
      Parameters:
      value - the description - description
    • setDescription

      @Accessor(qualifier="description", type=SETTER) public void setDescription(String value, Locale loc)
      Generated method - Setter of Export.description attribute defined at extension impex.
      Parameters:
      value - the description - description
      loc - the value localization key
      Throws:
      IllegalArgumentException - if localization key cannot be mapped to data language
    • setExportedData

      @Accessor(qualifier="exportedData", type=SETTER) public void setExportedData(ImpExExportMediaModel value)
      Generated method - Setter of Export.exportedData attribute defined at extension impex.
      Parameters:
      value - the exportedData - contains the exported data
    • setExportedMedias

      @Accessor(qualifier="exportedMedias", type=SETTER) public void setExportedMedias(ImpExExportMediaModel value)
      Generated method - Setter of Export.exportedMedias attribute defined at extension impex.
      Parameters:
      value - the exportedMedias - contains the exported medias
    • setExportScript

      @Accessor(qualifier="exportScript", type=SETTER) public void setExportScript(ImpExMediaModel value)
      Generated method - Setter of Export.exportScript attribute defined at extension impex.
      Parameters:
      value - the exportScript - contains the export script