Class ProductInterestRelationWsDTO
- java.lang.Object
-
- de.hybris.platform.customerinterestsoccaddon.dto.ProductInterestRelationWsDTO
-
- All Implemented Interfaces:
java.io.Serializable
public class ProductInterestRelationWsDTO extends java.lang.Object implements java.io.SerializableProduct interest relation- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ProductInterestRelationWsDTO()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ProductWsDTOgetProduct()java.util.List<ProductInterestEntryWsDTO>getProductInterestEntry()voidsetProduct(ProductWsDTO product)voidsetProductInterestEntry(java.util.List<ProductInterestEntryWsDTO> productInterestEntry)
-
-
-
Method Detail
-
setProduct
public void setProduct(ProductWsDTO product)
-
getProduct
public ProductWsDTO getProduct()
-
setProductInterestEntry
public void setProductInterestEntry(java.util.List<ProductInterestEntryWsDTO> productInterestEntry)
-
getProductInterestEntry
public java.util.List<ProductInterestEntryWsDTO> getProductInterestEntry()
-
-