public class DefaultProductRelationship extends java.lang.Object implements ProductRelationship
ProductRelationship
.Constructor and Description |
---|
DefaultProductRelationship(java.lang.String relationshipType,
java.lang.String relationshipTitle,
Product product) |
Modifier and Type | Method and Description |
---|---|
ValueMap |
getMetadata() |
Product |
getProduct() |
java.lang.String |
getRelationshipTitle() |
java.lang.String |
getRelationshipType() |
public DefaultProductRelationship(java.lang.String relationshipType, java.lang.String relationshipTitle, Product product)
public java.lang.String getRelationshipType()
getRelationshipType
in interface ProductRelationship
public java.lang.String getRelationshipTitle()
getRelationshipTitle
in interface ProductRelationship
public Product getProduct()
getProduct
in interface ProductRelationship
public ValueMap getMetadata()
getMetadata
in interface ProductRelationship
Copyright © 2010 - 2020 Adobe. All Rights Reserved