Subversion Repositories SmartDukaan

Rev

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

Rev 26715 Rev 28381
Line 40... Line 40...
40
	}
40
	}
41
 
41
 
42
	public int getFofoId() {
42
	public int getFofoId() {
43
		return fofoId;
43
		return fofoId;
44
	}
44
	}
-
 
45
	
-
 
46
 
-
 
47
	public String getPincode() {
-
 
48
		return pincode;
-
 
49
	}
-
 
50
 
-
 
51
	public void setPincode(String pincode) {
-
 
52
		this.pincode = pincode;
-
 
53
	}
45
 
54
 
46
	public void setFofoId(int fofoId) {
55
	public void setFofoId(int fofoId) {
47
		this.fofoId = fofoId;
56
		this.fofoId = fofoId;
48
	}
57
	}
49
 
58