java.lang.Object
de.hybris.platform.commercewebservicescommons.dto.product.ReferenceWsDTO
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
ProductReferenceWsDTO

public class ReferenceWsDTO extends Object implements Serializable
Representation of a Reference
See Also:
  • Constructor Details

    • ReferenceWsDTO

      public ReferenceWsDTO()
  • Method Details

    • setReferenceType

      public void setReferenceType(String referenceType)
    • getReferenceType

      public String getReferenceType()
    • setDescription

      public void setDescription(String description)
    • getDescription

      public String getDescription()
    • setQuantity

      public void setQuantity(Integer quantity)
    • getQuantity

      public Integer getQuantity()
    • setTarget

      public void setTarget(ProductWsDTO target)
    • getTarget

      public ProductWsDTO getTarget()