Class DiscountTypeData
- java.lang.Object
-
- de.hybris.platform.commercefacades.quote.data.DiscountTypeData
-
- All Implemented Interfaces:
java.io.Serializable
@Deprecated(forRemoval=true) public class DiscountTypeData extends java.lang.Object implements java.io.SerializableDeprecated, 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.StringgetCode()Deprecated, for removal: This API element is subject to removal in a future version.java.lang.StringgetName()Deprecated, for removal: This API element is subject to removal in a future version.voidsetCode(java.lang.String code)Deprecated, for removal: This API element is subject to removal in a future version.voidsetName(java.lang.String name)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.
-
-