Class ExternalImportKeyModel

java.lang.Object
de.hybris.platform.servicelayer.model.AbstractItemModel
de.hybris.platform.core.model.ItemModel
de.hybris.platform.impex.model.ExternalImportKeyModel
All Implemented Interfaces:
Serializable

public class ExternalImportKeyModel extends ItemModel
Generated model class for type ExternalImportKey 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 ExternalImportKey.sourceKey attribute defined at extension impex.
    static final String
    Generated constant - Attribute key of ExternalImportKey.sourceSystemID attribute defined at extension impex.
    static final String
    Generated constant - Attribute key of ExternalImportKey.targetPK 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.
    ExternalImportKeyModel(ItemModel _owner, String _sourceKey, String _sourceSystemID, de.hybris.platform.core.PK _targetPK)
    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
    ExternalImportKeyModel(de.hybris.platform.servicelayer.model.ItemModelContext ctx)
    Generated constructor - Default constructor for creation with existing context
    ExternalImportKeyModel(String _sourceKey, String _sourceSystemID, de.hybris.platform.core.PK _targetPK)
    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 ExternalImportKey.sourceKey attribute defined at extension impex.
    Generated method - Getter of the ExternalImportKey.sourceSystemID attribute defined at extension impex.
    de.hybris.platform.core.PK
    Generated method - Getter of the ExternalImportKey.targetPK attribute defined at extension impex.
    void
    Generated method - Setter of ExternalImportKey.sourceKey attribute defined at extension impex.
    void
    Generated method - Setter of ExternalImportKey.sourceSystemID attribute defined at extension impex.
    void
    setTargetPK(de.hybris.platform.core.PK value)
    Generated method - Setter of ExternalImportKey.targetPK 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:
    • SOURCESYSTEMID

      public static final String SOURCESYSTEMID
      Generated constant - Attribute key of ExternalImportKey.sourceSystemID attribute defined at extension impex.
      See Also:
    • SOURCEKEY

      public static final String SOURCEKEY
      Generated constant - Attribute key of ExternalImportKey.sourceKey attribute defined at extension impex.
      See Also:
    • TARGETPK

      public static final String TARGETPK
      Generated constant - Attribute key of ExternalImportKey.targetPK attribute defined at extension impex.
      See Also:
  • Constructor Details

    • ExternalImportKeyModel

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

      public ExternalImportKeyModel(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
    • ExternalImportKeyModel

      @Deprecated(since="4.1.1", forRemoval=true) public ExternalImportKeyModel(String _sourceKey, String _sourceSystemID, de.hybris.platform.core.PK _targetPK)
      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:
      _sourceKey - initial attribute declared by type ExternalImportKey at extension impex
      _sourceSystemID - initial attribute declared by type ExternalImportKey at extension impex
      _targetPK - initial attribute declared by type ExternalImportKey at extension impex
    • ExternalImportKeyModel

      @Deprecated(since="4.1.1", forRemoval=true) public ExternalImportKeyModel(ItemModel _owner, String _sourceKey, String _sourceSystemID, de.hybris.platform.core.PK _targetPK)
      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:
      _owner - initial attribute declared by type Item at extension core
      _sourceKey - initial attribute declared by type ExternalImportKey at extension impex
      _sourceSystemID - initial attribute declared by type ExternalImportKey at extension impex
      _targetPK - initial attribute declared by type ExternalImportKey at extension impex
  • Method Details

    • getSourceKey

      @Accessor(qualifier="sourceKey", type=GETTER) public String getSourceKey()
      Generated method - Getter of the ExternalImportKey.sourceKey attribute defined at extension impex.
      Returns:
      the sourceKey
    • getSourceSystemID

      @Accessor(qualifier="sourceSystemID", type=GETTER) public String getSourceSystemID()
      Generated method - Getter of the ExternalImportKey.sourceSystemID attribute defined at extension impex.
      Returns:
      the sourceSystemID
    • getTargetPK

      @Accessor(qualifier="targetPK", type=GETTER) public de.hybris.platform.core.PK getTargetPK()
      Generated method - Getter of the ExternalImportKey.targetPK attribute defined at extension impex.
      Returns:
      the targetPK
    • setSourceKey

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

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

      @Accessor(qualifier="targetPK", type=SETTER) public void setTargetPK(de.hybris.platform.core.PK value)
      Generated method - Setter of ExternalImportKey.targetPK attribute defined at extension impex.
      Parameters:
      value - the targetPK