Class ItemsSKU

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

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

    • ItemsSKU

      public ItemsSKU()
  • 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