Class ProductReferenceWsDTO
- java.lang.Object
-
- de.hybris.platform.commercewebservicescommons.dto.product.ReferenceWsDTO
-
- de.hybris.platform.commercewebservicescommons.dto.product.ProductReferenceWsDTO
-
- All Implemented Interfaces:
java.io.Serializable
public class ProductReferenceWsDTO extends ReferenceWsDTO
Representation of a Product Reference- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ProductReferenceWsDTO()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.BooleangetPreselected()voidsetPreselected(java.lang.Boolean preselected)-
Methods inherited from class de.hybris.platform.commercewebservicescommons.dto.product.ReferenceWsDTO
getDescription, getQuantity, getReferenceType, getTarget, setDescription, setQuantity, setReferenceType, setTarget
-
-