Package org.cxml
Class DiscountPercent
- java.lang.Object
-
- org.cxml.DiscountPercent
-
public class DiscountPercent extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.Stringpercent
-
Constructor Summary
Constructors Constructor Description DiscountPercent()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetPercent()Gets the value of the percent property.voidsetPercent(java.lang.String value)Sets the value of the percent property.
-