Package co.mastermindcms.modules.beans
Class InvoiceItem
- java.lang.Object
-
- co.mastermindcms.modules.beans.InvoiceItem
-
- All Implemented Interfaces:
java.io.Serializable
public class InvoiceItem extends java.lang.Object implements java.io.Serializable
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description private java.lang.Double
cost
private java.lang.String
description
private java.lang.Double
discount
private java.lang.String
id
private java.lang.String
name
private java.lang.Integer
quantity
private java.lang.Integer
tax1
private java.lang.Integer
tax2
private java.lang.Double
total
-
Constructor Summary
Constructors Constructor Description InvoiceItem()
-
-
-
Field Detail
-
id
private java.lang.String id
-
total
private java.lang.Double total
-
cost
private java.lang.Double cost
-
quantity
private java.lang.Integer quantity
-
tax1
private java.lang.Integer tax1
-
name
private java.lang.String name
-
description
private java.lang.String description
-
discount
private java.lang.Double discount
-
tax2
private java.lang.Integer tax2
-
-