Class ReferenceWsDTO
- java.lang.Object
-
- de.hybris.platform.commercewebservicescommons.dto.product.ReferenceWsDTO
-
- All Implemented Interfaces:
java.io.Serializable
- Direct Known Subclasses:
ProductReferenceWsDTO
public class ReferenceWsDTO extends java.lang.Object implements java.io.SerializableRepresentation of a Reference- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ReferenceWsDTO()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetDescription()java.lang.IntegergetQuantity()java.lang.StringgetReferenceType()ProductWsDTOgetTarget()voidsetDescription(java.lang.String description)voidsetQuantity(java.lang.Integer quantity)voidsetReferenceType(java.lang.String referenceType)voidsetTarget(ProductWsDTO target)
-
-
-
Method Detail
-
setReferenceType
public void setReferenceType(java.lang.String referenceType)
-
getReferenceType
public java.lang.String getReferenceType()
-
setDescription
public void setDescription(java.lang.String description)
-
getDescription
public java.lang.String getDescription()
-
setQuantity
public void setQuantity(java.lang.Integer quantity)
-
getQuantity
public java.lang.Integer getQuantity()
-
setTarget
public void setTarget(ProductWsDTO target)
-
getTarget
public ProductWsDTO getTarget()
-
-