Class SpiProductRelationshipModel
java.lang.Object
de.hybris.platform.servicelayer.model.AbstractItemModel
de.hybris.platform.core.model.ItemModel
de.hybris.platform.subscribedproductservices.model.SpiProductRelationshipModel
- All Implemented Interfaces:
Serializable
@Deprecated(since="2208",
forRemoval=true)
public class SpiProductRelationshipModel
extends ItemModel
Deprecated, for removal: This API element is subject to removal in a future version.
Generated model class for type SpiProductRelationship first defined at extension subscribedproductservices.
- 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
FieldsModifier and TypeFieldDescriptionstatic final StringDeprecated, for removal: This API element is subject to removal in a future version.Generated relation code constant for relationSpiProduct2SpiProductRelationshipRelationdefining source attributeproductin extensionsubscribedproductservices.static final StringDeprecated, for removal: This API element is subject to removal in a future version.Generated model type code constant.static final StringDeprecated, for removal: This API element is subject to removal in a future version.Generated constant - Attribute key ofSpiProductRelationship.externalIdentifiersattribute defined at extensionsubscribedproductservices.static final StringDeprecated, for removal: This API element is subject to removal in a future version.Generated constant - Attribute key ofSpiProductRelationship.idattribute defined at extensionsubscribedproductservices.static final StringDeprecated, for removal: This API element is subject to removal in a future version.Generated constant - Attribute key ofSpiProductRelationship.productattribute defined at extensionsubscribedproductservices.static final StringDeprecated, for removal: This API element is subject to removal in a future version.Generated constant - Attribute key ofSpiProductRelationship.targetattribute defined at extensionsubscribedproductservices.static final StringDeprecated, for removal: This API element is subject to removal in a future version.Generated constant - Attribute key ofSpiProductRelationship.typeattribute defined at extensionsubscribedproductservices.Fields inherited from class de.hybris.platform.core.model.ItemModel
_COMMENTITEMRELATION, COMMENTS, CREATIONTIME, ITEMTYPE, MODIFIEDTIME, OWNER, PK, SEALEDFields inherited from class de.hybris.platform.servicelayer.model.AbstractItemModel
LANGUAGE_FALLBACK_ENABLED_SERVICE_LAYER, MODEL_CONTEXT_FACTORY -
Constructor Summary
ConstructorsConstructorDescriptionDeprecated, for removal: This API element is subject to removal in a future version.Generated constructor - Default constructor for generic creation.SpiProductRelationshipModel(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 parametersSpiProductRelationshipModel(de.hybris.platform.servicelayer.model.ItemModelContext ctx) Deprecated, for removal: This API element is subject to removal in a future version.Generated constructor - Default constructor for creation with existing context -
Method Summary
Modifier and TypeMethodDescriptionDeprecated, for removal: This API element is subject to removal in a future version.Generated method - Getter of theSpiProductRelationship.externalIdentifiersattribute defined at extensionsubscribedproductservices.getId()Deprecated, for removal: This API element is subject to removal in a future version.Generated method - Getter of theSpiProductRelationship.idattribute defined at extensionsubscribedproductservices.Deprecated, for removal: This API element is subject to removal in a future version.Generated method - Getter of theSpiProductRelationship.productattribute defined at extensionsubscribedproductservices.Deprecated, for removal: This API element is subject to removal in a future version.Generated method - Getter of theSpiProductRelationship.targetattribute defined at extensionsubscribedproductservices.getType()Deprecated, for removal: This API element is subject to removal in a future version.Generated method - Getter of theSpiProductRelationship.typeattribute defined at extensionsubscribedproductservices.voidDeprecated, for removal: This API element is subject to removal in a future version.Generated method - Setter ofSpiProductRelationship.externalIdentifiersattribute defined at extensionsubscribedproductservices.voidDeprecated, for removal: This API element is subject to removal in a future version.Generated method - Setter ofSpiProductRelationship.idattribute defined at extensionsubscribedproductservices.voidsetProduct(SpiProductModel value) Deprecated, for removal: This API element is subject to removal in a future version.Generated method - Setter ofSpiProductRelationship.productattribute defined at extensionsubscribedproductservices.voidsetTarget(SpiProductModel value) Deprecated, for removal: This API element is subject to removal in a future version.Generated method - Setter ofSpiProductRelationship.targetattribute defined at extensionsubscribedproductservices.voidDeprecated, for removal: This API element is subject to removal in a future version.Generated method - Setter ofSpiProductRelationship.typeattribute defined at extensionsubscribedproductservices.Methods inherited from class de.hybris.platform.core.model.ItemModel
getComments, getCreationtime, getModifiedtime, getOwner, isSealed, setComments, setCreationtime, setModifiedtime, setOwnerMethods 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
-
Field Details
-
_TYPECODE
Deprecated, for removal: This API element is subject to removal in a future version.Generated model type code constant.- See Also:
-
_SPIPRODUCT2SPIPRODUCTRELATIONSHIPRELATION
Deprecated, for removal: This API element is subject to removal in a future version.Generated relation code constant for relationSpiProduct2SpiProductRelationshipRelationdefining source attributeproductin extensionsubscribedproductservices.- See Also:
-
ID
Deprecated, for removal: This API element is subject to removal in a future version.Generated constant - Attribute key ofSpiProductRelationship.idattribute defined at extensionsubscribedproductservices.- See Also:
-
TYPE
Deprecated, for removal: This API element is subject to removal in a future version.Generated constant - Attribute key ofSpiProductRelationship.typeattribute defined at extensionsubscribedproductservices.- See Also:
-
EXTERNALIDENTIFIERS
Deprecated, for removal: This API element is subject to removal in a future version.Generated constant - Attribute key ofSpiProductRelationship.externalIdentifiersattribute defined at extensionsubscribedproductservices.- See Also:
-
PRODUCT
Deprecated, for removal: This API element is subject to removal in a future version.Generated constant - Attribute key ofSpiProductRelationship.productattribute defined at extensionsubscribedproductservices.- See Also:
-
TARGET
Deprecated, for removal: This API element is subject to removal in a future version.Generated constant - Attribute key ofSpiProductRelationship.targetattribute defined at extensionsubscribedproductservices.- See Also:
-
-
Constructor Details
-
SpiProductRelationshipModel
public SpiProductRelationshipModel()Deprecated, for removal: This API element is subject to removal in a future version.Generated constructor - Default constructor for generic creation. -
SpiProductRelationshipModel
public SpiProductRelationshipModel(de.hybris.platform.servicelayer.model.ItemModelContext ctx) Deprecated, for removal: This API element is subject to removal in a future version.Generated constructor - Default constructor for creation with existing context- Parameters:
ctx- the model context to be injected, must not be null
-
SpiProductRelationshipModel
Deprecated, for removal: This API element is subject to removal in a future version.since 4.1.1 Please use the default constructor without parametersGenerated constructor - for all mandatory and initial attributes.- Parameters:
_owner- initial attribute declared by typeItemat extensioncore
-
-
Method Details
-
getExternalIdentifiers
@Accessor(qualifier="externalIdentifiers", type=GETTER) public List<TuaExternalIdentifierModel> getExternalIdentifiers()Deprecated, for removal: This API element is subject to removal in a future version.Generated method - Getter of theSpiProductRelationship.externalIdentifiersattribute defined at extensionsubscribedproductservices. Consider using FlexibleSearchService::searchRelation for pagination support of large result sets.- Returns:
- the externalIdentifiers
-
getId
Deprecated, for removal: This API element is subject to removal in a future version.Generated method - Getter of theSpiProductRelationship.idattribute defined at extensionsubscribedproductservices.- Returns:
- the id
-
getProduct
Deprecated, for removal: This API element is subject to removal in a future version.Generated method - Getter of theSpiProductRelationship.productattribute defined at extensionsubscribedproductservices.- Returns:
- the product - The Product for which that relationships are valid.
-
getTarget
Deprecated, for removal: This API element is subject to removal in a future version.Generated method - Getter of theSpiProductRelationship.targetattribute defined at extensionsubscribedproductservices.- Returns:
- the target - Spi Product representing the product of the Spi Product Relationship.
-
getType
Deprecated, for removal: This API element is subject to removal in a future version.Generated method - Getter of theSpiProductRelationship.typeattribute defined at extensionsubscribedproductservices.- Returns:
- the type
-
setExternalIdentifiers
@Accessor(qualifier="externalIdentifiers", type=SETTER) public void setExternalIdentifiers(List<TuaExternalIdentifierModel> value) Deprecated, for removal: This API element is subject to removal in a future version.Generated method - Setter ofSpiProductRelationship.externalIdentifiersattribute defined at extensionsubscribedproductservices.- Parameters:
value- the externalIdentifiers
-
setId
Deprecated, for removal: This API element is subject to removal in a future version.Generated method - Setter ofSpiProductRelationship.idattribute defined at extensionsubscribedproductservices.- Parameters:
value- the id
-
setProduct
Deprecated, for removal: This API element is subject to removal in a future version.Generated method - Setter ofSpiProductRelationship.productattribute defined at extensionsubscribedproductservices.- Parameters:
value- the product - The Product for which that relationships are valid.
-
setTarget
Deprecated, for removal: This API element is subject to removal in a future version.Generated method - Setter ofSpiProductRelationship.targetattribute defined at extensionsubscribedproductservices.- Parameters:
value- the target - Spi Product representing the product of the Spi Product Relationship.
-
setType
Deprecated, for removal: This API element is subject to removal in a future version.Generated method - Setter ofSpiProductRelationship.typeattribute defined at extensionsubscribedproductservices.- Parameters:
value- the type
-