Subversion Repositories SmartDukaan

Rev

Rev 32438 | Rev 32450 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 32438 Rev 32445
Line 12... Line 12...
12
	private String yearMonth;
12
	private String yearMonth;
13
	private long amount;
13
	private long amount;
14
	private static final DateTimeFormatter yearMonthFormatter = DateTimeFormatter.ofPattern("MM-yyyy");
14
	private static final DateTimeFormatter yearMonthFormatter = DateTimeFormatter.ofPattern("MM-yyyy");
15
	private long pendingAmount;
15
	private long pendingAmount;
16
	private Milestone billedMilestone;
16
	private Milestone billedMilestone;
-
 
17
	private Milestone previouseBilledMilestone;
17
	private String state;
18
	private String state;
18
	private String rbms;
19
	private String rbms;
19
 
20
 
20
	public PartnerMonthlySaleModel(int fofoId, String yearMonth, long amount) {
21
	public PartnerMonthlySaleModel(int fofoId, String yearMonth, long amount) {
21
		super();
22
		super();
Line 91... Line 92...
91
 
92
 
92
	public void setBilledMilestone(Milestone billedMilestone) {
93
	public void setBilledMilestone(Milestone billedMilestone) {
93
		this.billedMilestone = billedMilestone;
94
		this.billedMilestone = billedMilestone;
94
	}
95
	}
95
 
96
 
-
 
97
	public Milestone getPreviouseBilledMilestone() {
-
 
98
		return previouseBilledMilestone;
-
 
99
	}
-
 
100
 
-
 
101
	public void setPreviouseBilledMilestone(Milestone previouseBilledMilestone) {
-
 
102
		this.previouseBilledMilestone = previouseBilledMilestone;
-
 
103
	}
-
 
104
 
96
	public String getState() {
105
	public String getState() {
97
		return state;
106
		return state;
98
	}
107
	}
99
 
108
 
100
	public void setState(String state) {
109
	public void setState(String state) {