Get the quantity of items @return return a Float of the quantity
()
| 1691 | * @return return a Float of the quantity |
| 1692 | */ |
| 1693 | public Float getQty() |
| 1694 | { |
| 1695 | return (float) qty; |
| 1696 | } |
| 1697 | |
| 1698 | /** |
| 1699 | * Gets the rawCritRange attribute of the Equipment object |
no outgoing calls
no test coverage detected