Package com.skava.subscription.model
Class ItemRequest
java.lang.Object
com.skava.subscription.model.ItemRequest
- All Implemented Interfaces:
Serializable
This model has all the data that is required to create an subscription item.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionMethod to fetch the int value of quantityvoid
setQuantity
(int qty) Method to set the int value of quantity
-
Constructor Details
-
ItemRequest
public ItemRequest()
-
-
Method Details
-
getQuantity
Method to fetch the int value of quantity -
setQuantity
public void setQuantity(int qty) Method to set the int value of quantity
-