Subversion Repositories SmartDukaan

Rev

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

Rev 9915 Rev 10010
Line 12... Line 12...
12
	private Long addressid;
12
	private Long addressid;
13
 
13
 
14
	public Boolean getIsCod() {
14
	public Boolean getIsCod() {
15
		return isCod;
15
		return isCod;
16
	}
16
	}
-
 
17
	
17
	public void setIsCod(Boolean isCod) {
18
	public void setIsCod(Boolean isCod) {
18
		this.isCod = isCod;
19
		this.isCod = isCod;
19
	}
20
	}
-
 
21
	
20
	public Long getAddressid() {
22
	public Long getAddressid() {
21
		return addressid;
23
		return addressid;
22
	}
24
	}
-
 
25
	
23
	public void setAddressid(Long addressid) {
26
	public void setAddressid(Long addressid) {
24
		this.addressid = addressid;
27
		this.addressid = addressid;
25
	}
28
	}
-
 
29
	
26
	public String getTotalAmount() {
30
	public String getTotalAmount() {
27
		return totalAmount;
31
		return totalAmount;
28
	}
32
	}
-
 
33
	
29
	public void setTotalAmount(String totalAmount) {
34
	public void setTotalAmount(String totalAmount) {
30
		this.totalAmount = totalAmount;
35
		this.totalAmount = totalAmount;
31
	}
36
	}
32
 
37
 
33
	public List<Long> getAvailableEmiSchemes() {
38
	public List<Long> getAvailableEmiSchemes() {