Class TuaProductRelationshipModel

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

public class TuaProductRelationshipModel extends ItemModel
Generated model class for type TuaProductRelationship 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 TmaCartSubscriptionInfo2TuaProductRelationshipRelation defining source attribute subscriptionInfo in extension tuadatacommonsservices.
    static final String
    Generated relation code constant for relation TuaProduct2TuaProductRelationshipRelation defining source attribute product in extension tuadatamodel.
    static final String
    Generated model type code constant.
    static final String
    Generated constant - Attribute key of TuaProductRelationship.externalIdentifiers attribute defined at extension tuadatamodel.
    static final String
    Generated constant - Attribute key of TuaProductRelationship.id attribute defined at extension tuadatamodel.
    static final String
    Generated constant - Attribute key of TuaProductRelationship.product attribute defined at extension tuadatamodel.
    static final String
    Generated constant - Attribute key of TuaProductRelationship.subscriptionInfo attribute defined at extension tuadatacommonsservices.
    static final String
    Generated constant - Attribute key of TuaProductRelationship.target attribute defined at extension tuadatamodel.
    static final String
    Generated constant - Attribute key of TuaProductRelationship.type 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
    TuaProductRelationshipModel(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 TuaProductRelationship.externalIdentifiers attribute defined at extension tuadatamodel.
    Generated method - Getter of the TuaProductRelationship.id attribute defined at extension tuadatamodel.
    Generated method - Getter of the TuaProductRelationship.product attribute defined at extension tuadatamodel.
    Generated method - Getter of the TuaProductRelationship.subscriptionInfo attribute defined at extension tuadatacommonsservices.
    Generated method - Getter of the TuaProductRelationship.target attribute defined at extension tuadatamodel.
    Generated method - Getter of the TuaProductRelationship.type attribute defined at extension tuadatamodel.
    void
    Generated method - Setter of TuaProductRelationship.externalIdentifiers attribute defined at extension tuadatamodel.
    void
    setId(String value)
    Generated method - Setter of TuaProductRelationship.id attribute defined at extension tuadatamodel.
    void
    Generated method - Setter of TuaProductRelationship.product attribute defined at extension tuadatamodel.
    void
    Generated method - Setter of TuaProductRelationship.subscriptionInfo attribute defined at extension tuadatacommonsservices.
    void
    Generated method - Setter of TuaProductRelationship.target attribute defined at extension tuadatamodel.
    void
    setType(String value)
    Generated method - Setter of TuaProductRelationship.type 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:
    • _TUAPRODUCT2TUAPRODUCTRELATIONSHIPRELATION

      public static final String _TUAPRODUCT2TUAPRODUCTRELATIONSHIPRELATION
      Generated relation code constant for relation TuaProduct2TuaProductRelationshipRelation defining source attribute product in extension tuadatamodel.
      See Also:
    • _TMACARTSUBSCRIPTIONINFO2TUAPRODUCTRELATIONSHIPRELATION

      public static final String _TMACARTSUBSCRIPTIONINFO2TUAPRODUCTRELATIONSHIPRELATION
      Generated relation code constant for relation TmaCartSubscriptionInfo2TuaProductRelationshipRelation defining source attribute subscriptionInfo in extension tuadatacommonsservices.
      See Also:
    • ID

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

      public static final String TYPE
      Generated constant - Attribute key of TuaProductRelationship.type attribute defined at extension tuadatamodel.
      See Also:
    • EXTERNALIDENTIFIERS

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

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

      public static final String TARGET
      Generated constant - Attribute key of TuaProductRelationship.target attribute defined at extension tuadatamodel.
      See Also:
    • SUBSCRIPTIONINFO

      public static final String SUBSCRIPTIONINFO
      Generated constant - Attribute key of TuaProductRelationship.subscriptionInfo attribute defined at extension tuadatacommonsservices.
      See Also:
  • Constructor Details

    • TuaProductRelationshipModel

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

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

      @Deprecated(since="4.1.1", forRemoval=true) public TuaProductRelationshipModel(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 TuaProductRelationship.externalIdentifiers attribute defined at extension tuadatamodel. Consider using FlexibleSearchService::searchRelation for pagination support of large result sets.
      Returns:
      the externalIdentifiers
    • getId

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

      @Accessor(qualifier="product", type=GETTER) public TuaProductModel getProduct()
      Generated method - Getter of the TuaProductRelationship.product attribute defined at extension tuadatamodel.
      Returns:
      the product - The Product for which that relationships are valid.
    • getSubscriptionInfo

      @Accessor(qualifier="subscriptionInfo", type=GETTER) public TmaCartSubscriptionInfoModel getSubscriptionInfo()
      Generated method - Getter of the TuaProductRelationship.subscriptionInfo attribute defined at extension tuadatacommonsservices.
      Returns:
      the subscriptionInfo - The Product for which that relationships are valid.
    • getTarget

      @Accessor(qualifier="target", type=GETTER) public TuaProductModel getTarget()
      Generated method - Getter of the TuaProductRelationship.target attribute defined at extension tuadatamodel.
      Returns:
      the target - Tua Product representing the product of the Tua Product Relationship.
    • getType

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

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

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

      @Accessor(qualifier="product", type=SETTER) public void setProduct(TuaProductModel value)
      Generated method - Setter of TuaProductRelationship.product attribute defined at extension tuadatamodel.
      Parameters:
      value - the product - The Product for which that relationships are valid.
    • setSubscriptionInfo

      @Accessor(qualifier="subscriptionInfo", type=SETTER) public void setSubscriptionInfo(TmaCartSubscriptionInfoModel value)
      Generated method - Setter of TuaProductRelationship.subscriptionInfo attribute defined at extension tuadatacommonsservices.
      Parameters:
      value - the subscriptionInfo - The Product for which that relationships are valid.
    • setTarget

      @Accessor(qualifier="target", type=SETTER) public void setTarget(TuaProductModel value)
      Generated method - Setter of TuaProductRelationship.target attribute defined at extension tuadatamodel.
      Parameters:
      value - the target - Tua Product representing the product of the Tua Product Relationship.
    • setType

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