Class TuaRelatedProductOrderItemModel

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

public class TuaRelatedProductOrderItemModel extends ItemModel
Generated model class for type TuaRelatedProductOrderItem first defined at extension tuadatamodel.
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 relation code constant for relation TuaProduct2TuaRelatedProductOrderItemRelation defining source attribute product in extension tuadatamodel.
    static final String
    Generated model type code constant.
    static final String
    Generated constant - Attribute key of TuaRelatedProductOrderItem.externalIdentifiers attribute defined at extension tuadatamodel.
    static final String
    Generated constant - Attribute key of TuaRelatedProductOrderItem.orderItemAction attribute defined at extension tuadatamodel.
    static final String
    Generated constant - Attribute key of TuaRelatedProductOrderItem.orderItemId attribute defined at extension tuadatamodel.
    static final String
    Generated constant - Attribute key of TuaRelatedProductOrderItem.product attribute defined at extension tuadatamodel.
    static final String
    Generated constant - Attribute key of TuaRelatedProductOrderItem.productOrderId attribute defined at extension tuadatamodel.
    static final String
    Generated constant - Attribute key of TuaRelatedProductOrderItem.role 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.
    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
    TuaRelatedProductOrderItemModel(de.hybris.platform.servicelayer.model.ItemModelContext ctx)
    Generated constructor - Default constructor for creation with existing context
  • Method Summary

    Modifier and Type
    Method
    Description
    Generated method - Getter of the TuaRelatedProductOrderItem.externalIdentifiers attribute defined at extension tuadatamodel.
    Generated method - Getter of the TuaRelatedProductOrderItem.orderItemAction attribute defined at extension tuadatamodel.
    Generated method - Getter of the TuaRelatedProductOrderItem.orderItemId attribute defined at extension tuadatamodel.
    Generated method - Getter of the TuaRelatedProductOrderItem.product attribute defined at extension tuadatamodel.
    Generated method - Getter of the TuaRelatedProductOrderItem.productOrderId attribute defined at extension tuadatamodel.
    Generated method - Getter of the TuaRelatedProductOrderItem.role attribute defined at extension tuadatamodel.
    void
    Generated method - Setter of TuaRelatedProductOrderItem.externalIdentifiers attribute defined at extension tuadatamodel.
    void
    Generated method - Setter of TuaRelatedProductOrderItem.orderItemAction attribute defined at extension tuadatamodel.
    void
    Generated method - Setter of TuaRelatedProductOrderItem.orderItemId attribute defined at extension tuadatamodel.
    void
    Generated method - Setter of TuaRelatedProductOrderItem.product attribute defined at extension tuadatamodel.
    void
    Generated method - Setter of TuaRelatedProductOrderItem.productOrderId attribute defined at extension tuadatamodel.
    void
    setRole(String value)
    Generated method - Setter of TuaRelatedProductOrderItem.role 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:
    • _TUAPRODUCT2TUARELATEDPRODUCTORDERITEMRELATION

      public static final String _TUAPRODUCT2TUARELATEDPRODUCTORDERITEMRELATION
      Generated relation code constant for relation TuaProduct2TuaRelatedProductOrderItemRelation defining source attribute product in extension tuadatamodel.
      See Also:
    • ORDERITEMID

      public static final String ORDERITEMID
      Generated constant - Attribute key of TuaRelatedProductOrderItem.orderItemId attribute defined at extension tuadatamodel.
      See Also:
    • ORDERITEMACTION

      public static final String ORDERITEMACTION
      Generated constant - Attribute key of TuaRelatedProductOrderItem.orderItemAction attribute defined at extension tuadatamodel.
      See Also:
    • PRODUCTORDERID

      public static final String PRODUCTORDERID
      Generated constant - Attribute key of TuaRelatedProductOrderItem.productOrderId attribute defined at extension tuadatamodel.
      See Also:
    • ROLE

      public static final String ROLE
      Generated constant - Attribute key of TuaRelatedProductOrderItem.role attribute defined at extension tuadatamodel.
      See Also:
    • EXTERNALIDENTIFIERS

      public static final String EXTERNALIDENTIFIERS
      Generated constant - Attribute key of TuaRelatedProductOrderItem.externalIdentifiers attribute defined at extension tuadatamodel.
      See Also:
    • PRODUCT

      public static final String PRODUCT
      Generated constant - Attribute key of TuaRelatedProductOrderItem.product attribute defined at extension tuadatamodel.
      See Also:
  • Constructor Details

    • TuaRelatedProductOrderItemModel

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

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

      @Deprecated(since="4.1.1", forRemoval=true) public TuaRelatedProductOrderItemModel(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:
      _owner - initial attribute declared by type Item at extension core
  • Method Details

    • getExternalIdentifiers

      @Accessor(qualifier="externalIdentifiers", type=GETTER) public List<TuaExternalIdentifierModel> getExternalIdentifiers()
      Generated method - Getter of the TuaRelatedProductOrderItem.externalIdentifiers attribute defined at extension tuadatamodel. Consider using FlexibleSearchService::searchRelation for pagination support of large result sets.
      Returns:
      the externalIdentifiers
    • getOrderItemAction

      @Accessor(qualifier="orderItemAction", type=GETTER) public TuaOrderItemActionType getOrderItemAction()
      Generated method - Getter of the TuaRelatedProductOrderItem.orderItemAction attribute defined at extension tuadatamodel.
      Returns:
      the orderItemAction
    • getOrderItemId

      @Accessor(qualifier="orderItemId", type=GETTER) public String getOrderItemId()
      Generated method - Getter of the TuaRelatedProductOrderItem.orderItemId attribute defined at extension tuadatamodel.
      Returns:
      the orderItemId
    • getProduct

      @Accessor(qualifier="product", type=GETTER) public TuaProductModel getProduct()
      Generated method - Getter of the TuaRelatedProductOrderItem.product attribute defined at extension tuadatamodel.
      Returns:
      the product - The Product for which that Related Product Order Item is valid.
    • getProductOrderId

      @Accessor(qualifier="productOrderId", type=GETTER) public String getProductOrderId()
      Generated method - Getter of the TuaRelatedProductOrderItem.productOrderId attribute defined at extension tuadatamodel.
      Returns:
      the productOrderId
    • getRole

      @Accessor(qualifier="role", type=GETTER) public String getRole()
      Generated method - Getter of the TuaRelatedProductOrderItem.role attribute defined at extension tuadatamodel.
      Returns:
      the role
    • setExternalIdentifiers

      @Accessor(qualifier="externalIdentifiers", type=SETTER) public void setExternalIdentifiers(List<TuaExternalIdentifierModel> value)
      Generated method - Setter of TuaRelatedProductOrderItem.externalIdentifiers attribute defined at extension tuadatamodel.
      Parameters:
      value - the externalIdentifiers
    • setOrderItemAction

      @Accessor(qualifier="orderItemAction", type=SETTER) public void setOrderItemAction(TuaOrderItemActionType value)
      Generated method - Setter of TuaRelatedProductOrderItem.orderItemAction attribute defined at extension tuadatamodel.
      Parameters:
      value - the orderItemAction
    • setOrderItemId

      @Accessor(qualifier="orderItemId", type=SETTER) public void setOrderItemId(String value)
      Generated method - Setter of TuaRelatedProductOrderItem.orderItemId attribute defined at extension tuadatamodel.
      Parameters:
      value - the orderItemId
    • setProduct

      @Accessor(qualifier="product", type=SETTER) public void setProduct(TuaProductModel value)
      Generated method - Setter of TuaRelatedProductOrderItem.product attribute defined at extension tuadatamodel.
      Parameters:
      value - the product - The Product for which that Related Product Order Item is valid.
    • setProductOrderId

      @Accessor(qualifier="productOrderId", type=SETTER) public void setProductOrderId(String value)
      Generated method - Setter of TuaRelatedProductOrderItem.productOrderId attribute defined at extension tuadatamodel.
      Parameters:
      value - the productOrderId
    • setRole

      @Accessor(qualifier="role", type=SETTER) public void setRole(String value)
      Generated method - Setter of TuaRelatedProductOrderItem.role attribute defined at extension tuadatamodel.
      Parameters:
      value - the role