Package in.fssa.mambilling.model
Class BillItems
java.lang.Object
in.fssa.mambilling.model.BillItems
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionint
int
int
void
setPriceId
(int priceId) void
setProductId
(int productId) void
setQuantity
(int quantity) toString()
-
Constructor Details
-
BillItems
public BillItems()
-
-
Method Details
-
getProductId
public int getProductId() -
setProductId
public void setProductId(int productId) -
getPriceId
public int getPriceId() -
setPriceId
public void setPriceId(int priceId) -
getQuantity
public int getQuantity() -
setQuantity
public void setQuantity(int quantity) -
toString
-