java.lang.Object
de.hybris.platform.b2ctelcocommercewebservicescommons.dto.QuantityWsDTO
All Implemented Interfaces:
Serializable

@Deprecated(since="1911", forRemoval=true) public class QuantityWsDTO extends Object implements Serializable
Deprecated, for removal: This API element is subject to removal in a future version.
Since version 1911
See Also:
  • Constructor Summary

    Constructors
    Constructor
    Description
    Deprecated, for removal: This API element is subject to removal in a future version.
     
  • Method Summary

    Modifier and Type
    Method
    Description
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    void
    setAmount(Long amount)
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    void
    Deprecated, for removal: This API element is subject to removal in a future version.
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • QuantityWsDTO

      public QuantityWsDTO()
      Deprecated, for removal: This API element is subject to removal in a future version.
  • Method Details

    • setAmount

      public void setAmount(Long amount)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • getAmount

      public Long getAmount()
      Deprecated, for removal: This API element is subject to removal in a future version.
    • setUnits

      public void setUnits(String units)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • getUnits

      public String getUnits()
      Deprecated, for removal: This API element is subject to removal in a future version.