Package org.cxml

Class DiscountPercent


  • public class DiscountPercent
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected java.lang.String percent  
    • Constructor Summary

      Constructors 
      Constructor Description
      DiscountPercent()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getPercent()
      Gets the value of the percent property.
      void setPercent​(java.lang.String value)
      Sets the value of the percent property.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • percent

        protected java.lang.String percent
    • Constructor Detail

      • DiscountPercent

        public DiscountPercent()
    • Method Detail

      • getPercent

        public java.lang.String getPercent()
        Gets the value of the percent property.
        Returns:
        possible object is String
      • setPercent

        public void setPercent​(java.lang.String value)
        Sets the value of the percent property.
        Parameters:
        value - allowed object is String