Subversion Repositories SmartDukaan

Rev

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

Rev 35399 Rev 36081
Line 1... Line 1...
1
package com.spice.profitmandi.dao.model;
1
package com.spice.profitmandi.dao.model;
2
 
2
 
3
import java.util.Objects;
3
import java.util.Objects;
4
 
4
 
5
public class QtyAmountModel {
5
public class QtyAmountModel implements java.io.Serializable {
-
 
6
    private static final long serialVersionUID = 1L;
6
    private int qty;
7
    private int qty;
7
    private long amount;
8
    private long amount;
8
    private int activationQty;
9
    private int activationQty;
9
    private long activationAmount;
10
    private long activationAmount;
10
    private double finalPayout;
11
    private double finalPayout;