Class TuaExternalIdentifierModel

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

public class TuaExternalIdentifierModel extends ItemModel
Generated model class for type TuaExternalIdentifier first defined at extension tuadatamodel.

External Identifier of an entity.

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 TuaExternalIdentifier.code attribute defined at extension tuadatamodel.
    static final String
    Generated constant - Attribute key of TuaExternalIdentifier.externalIdentifierType attribute defined at extension tuadatamodel.
    static final String
    Generated constant - Attribute key of TuaExternalIdentifier.id attribute defined at extension tuadatamodel.
    static final String
    Generated constant - Attribute key of TuaExternalIdentifier.ownerSystem attribute defined at extension tuadatamodel.

    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.
    TuaExternalIdentifierModel(de.hybris.platform.servicelayer.model.ItemModelContext ctx)
    Generated constructor - Default constructor for creation with existing context
    TuaExternalIdentifierModel(String _code, String _externalIdentifierType, String _id, ItemModel _owner, String _ownerSystem)
    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
    TuaExternalIdentifierModel(String _code, String _externalIdentifierType, String _id, String _ownerSystem)
    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 TuaExternalIdentifier.code attribute defined at extension tuadatamodel.
    Generated method - Getter of the TuaExternalIdentifier.externalIdentifierType attribute defined at extension tuadatamodel.
    Generated method - Getter of the TuaExternalIdentifier.id attribute defined at extension tuadatamodel.
    Generated method - Getter of the TuaExternalIdentifier.ownerSystem attribute defined at extension tuadatamodel.
    void
    setCode(String value)
    Generated method - Setter of TuaExternalIdentifier.code attribute defined at extension tuadatamodel.
    void
    Generated method - Setter of TuaExternalIdentifier.externalIdentifierType attribute defined at extension tuadatamodel.
    void
    setId(String value)
    Generated method - Setter of TuaExternalIdentifier.id attribute defined at extension tuadatamodel.
    void
    Generated method - Setter of TuaExternalIdentifier.ownerSystem attribute defined at extension tuadatamodel.

    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 TuaExternalIdentifier.code attribute defined at extension tuadatamodel.
      See Also:
    • OWNERSYSTEM

      public static final String OWNERSYSTEM
      Generated constant - Attribute key of TuaExternalIdentifier.ownerSystem attribute defined at extension tuadatamodel.
      See Also:
    • EXTERNALIDENTIFIERTYPE

      public static final String EXTERNALIDENTIFIERTYPE
      Generated constant - Attribute key of TuaExternalIdentifier.externalIdentifierType attribute defined at extension tuadatamodel.
      See Also:
    • ID

      public static final String ID
      Generated constant - Attribute key of TuaExternalIdentifier.id attribute defined at extension tuadatamodel.
      See Also:
  • Constructor Details

    • TuaExternalIdentifierModel

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

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

      @Deprecated(since="4.1.1", forRemoval=true) public TuaExternalIdentifierModel(String _code, String _externalIdentifierType, String _id, String _ownerSystem)
      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 TuaExternalIdentifier at extension tuadatamodel
      _externalIdentifierType - initial attribute declared by type TuaExternalIdentifier at extension tuadatamodel
      _id - initial attribute declared by type TuaExternalIdentifier at extension tuadatamodel
      _ownerSystem - initial attribute declared by type TuaExternalIdentifier at extension tuadatamodel
    • TuaExternalIdentifierModel

      @Deprecated(since="4.1.1", forRemoval=true) public TuaExternalIdentifierModel(String _code, String _externalIdentifierType, String _id, ItemModel _owner, String _ownerSystem)
      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 TuaExternalIdentifier at extension tuadatamodel
      _externalIdentifierType - initial attribute declared by type TuaExternalIdentifier at extension tuadatamodel
      _id - initial attribute declared by type TuaExternalIdentifier at extension tuadatamodel
      _owner - initial attribute declared by type Item at extension core
      _ownerSystem - initial attribute declared by type TuaExternalIdentifier at extension tuadatamodel
  • Method Details

    • getCode

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

      @Accessor(qualifier="externalIdentifierType", type=GETTER) public String getExternalIdentifierType()
      Generated method - Getter of the TuaExternalIdentifier.externalIdentifierType attribute defined at extension tuadatamodel.
      Returns:
      the externalIdentifierType - The type of the entity in the external system.
    • getId

      @Accessor(qualifier="id", type=GETTER) public String getId()
      Generated method - Getter of the TuaExternalIdentifier.id attribute defined at extension tuadatamodel.
      Returns:
      the id - Identification of the entity within the external system.
    • getOwnerSystem

      @Accessor(qualifier="ownerSystem", type=GETTER) public String getOwnerSystem()
      Generated method - Getter of the TuaExternalIdentifier.ownerSystem attribute defined at extension tuadatamodel.
      Returns:
      the ownerSystem - Name of the external system that owns the entity
    • setCode

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

      @Accessor(qualifier="externalIdentifierType", type=SETTER) public void setExternalIdentifierType(String value)
      Generated method - Setter of TuaExternalIdentifier.externalIdentifierType attribute defined at extension tuadatamodel.
      Parameters:
      value - the externalIdentifierType - The type of the entity in the external system.
    • setId

      @Accessor(qualifier="id", type=SETTER) public void setId(String value)
      Generated method - Setter of TuaExternalIdentifier.id attribute defined at extension tuadatamodel.
      Parameters:
      value - the id - Identification of the entity within the external system.
    • setOwnerSystem

      @Accessor(qualifier="ownerSystem", type=SETTER) public void setOwnerSystem(String value)
      Generated method - Setter of TuaExternalIdentifier.ownerSystem attribute defined at extension tuadatamodel.
      Parameters:
      value - the ownerSystem - Name of the external system that owns the entity