Subversion Repositories SmartDukaan

Rev

Rev 32021 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 32021 Rev 36081
Line 2... Line 2...
2
 
2
 
3
import com.spice.profitmandi.dao.enumuration.catalog.AmountType;
3
import com.spice.profitmandi.dao.enumuration.catalog.AmountType;
4
 
4
 
5
import java.util.Objects;
5
import java.util.Objects;
6
 
6
 
7
public class AmountModel {
7
public class AmountModel implements java.io.Serializable {
-
 
8
	private static final long serialVersionUID = 1L;
8
 
9
 
9
	private double amount;
10
	private double amount;
10
	private AmountType amountType;
11
	private AmountType amountType;
11
	private double value;
12
	private double value;
12
	private boolean discount = false;
13
	private boolean discount = false;