Class Items

java.lang.Object
com.skava.tax.model.Items
All Implemented Interfaces:
Serializable

public class Items extends Object implements Serializable
See Also:
  • Constructor Details

    • Items

      public Items()
  • Method Details

    • getQuantity

      public Long getQuantity()
      Method to fetch the int value of quantity
    • setQuantity

      public void setQuantity(Long qty)
      Method to set the int value of quantity
    • getQuantityFractional

      public BigDecimal getQuantityFractional()
      Method to fetch the int value of quantity
    • setQuantityFractional

      public void setQuantityFractional(BigDecimal qty)
      Method to set the int value of quantity