public class ProductInterestRelationWsDTO
extends java.lang.Object
implements java.io.Serializable
| Constructor and Description |
|---|
ProductInterestRelationWsDTO() |
| Modifier and Type | Method and Description |
|---|---|
ProductInterestWsDTO |
getProduct() |
java.util.List<ProductInterestEntryWsDTO> |
getProductInterestEntry() |
void |
setProduct(ProductInterestWsDTO product) |
void |
setProductInterestEntry(java.util.List<ProductInterestEntryWsDTO> productInterestEntry) |
public void setProduct(ProductInterestWsDTO product)
public ProductInterestWsDTO getProduct()
public void setProductInterestEntry(java.util.List<ProductInterestEntryWsDTO> productInterestEntry)
public java.util.List<ProductInterestEntryWsDTO> getProductInterestEntry()
Copyright © 2018 SAP SE. All Rights Reserved.