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.Doublecostprivate java.lang.Stringdescriptionprivate java.lang.Doublediscountprivate java.lang.Stringidprivate java.lang.Stringnameprivate java.lang.Integerquantityprivate java.lang.Integertax1private java.lang.Integertax2private java.lang.Doubletotal 
- 
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
 
 - 
 
 -