Class DiscountTypeData

  • All Implemented Interfaces:
    java.io.Serializable

    @Deprecated(forRemoval=true)
    public class DiscountTypeData
    extends java.lang.Object
    implements java.io.Serializable
    Deprecated, for removal: This API element is subject to removal in a future version.
    true
    See Also:
    Serialized Form
    • Constructor Summary

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

      All Methods Instance Methods Concrete Methods Deprecated Methods 
      Modifier and Type Method Description
      java.lang.String getCode()
      Deprecated, for removal: This API element is subject to removal in a future version.
       
      java.lang.String getName()
      Deprecated, for removal: This API element is subject to removal in a future version.
       
      void setCode​(java.lang.String code)
      Deprecated, for removal: This API element is subject to removal in a future version.
       
      void setName​(java.lang.String name)
      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 Detail

      • DiscountTypeData

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

      • setCode

        public void setCode​(java.lang.String code)
        Deprecated, for removal: This API element is subject to removal in a future version.
      • getCode

        public java.lang.String getCode()
        Deprecated, for removal: This API element is subject to removal in a future version.
      • setName

        public void setName​(java.lang.String name)
        Deprecated, for removal: This API element is subject to removal in a future version.
      • getName

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