Subversion Repositories SmartDukaan

Rev

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

Rev 30204 Rev 35924
Line 1... Line 1...
1
package com.spice.profitmandi.service.offers;
1
package com.spice.profitmandi.service.offers;
2
 
2
 
3
public class PayoutSlab implements Comparable<PayoutSlab> {
3
public class PayoutSlab implements Comparable<PayoutSlab> {
-
 
4
	private int id;
4
	private int onwardsAmount;
5
	private int onwardsAmount;
5
	private float payoutAmount;
6
	private float payoutAmount;
6
	private boolean selected;
7
	private boolean selected;
-
 
8
 
-
 
9
	public int getId() {
-
 
10
		return id;
-
 
11
	}
-
 
12
 
-
 
13
	public void setId(int id) {
-
 
14
		this.id = id;
-
 
15
	}
-
 
16
 
7
	public int getOnwardsAmount() {
17
	public int getOnwardsAmount() {
8
		return onwardsAmount;
18
		return onwardsAmount;
9
	}
19
	}
10
 
20
 
11
	public void setOnwardsAmount(int onwardsAmount) {
21
	public void setOnwardsAmount(int onwardsAmount) {