Subversion Repositories SmartDukaan

Rev

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

Rev 29794 Rev 29885
Line 31... Line 31...
31
	private String address3;
31
	private String address3;
32
	private String city;
32
	private String city;
33
	private String state;
33
	private String state;
34
	private String pincode;
34
	private String pincode;
35
	private int onboardingId;
35
	private int onboardingId;
-
 
36
	private String status;
-
 
37
 
-
 
38
	public String getStatus() {
-
 
39
		return status;
-
 
40
	}
-
 
41
 
-
 
42
	public void setStatus(String status) {
-
 
43
		this.status = status;
-
 
44
	}
36
 
45
 
37
	public int getId() {
46
	public int getId() {
38
		return id;
47
		return id;
39
	}
48
	}
40
 
49
 
Line 232... Line 241...
232
				+ ", middleName=" + middleName + ", lastName=" + lastName + ", fatherName=" + fatherName + ", dob="
241
				+ ", middleName=" + middleName + ", lastName=" + lastName + ", fatherName=" + fatherName + ", dob="
233
				+ dob + ", gender=" + gender + ", maritalStatus=" + maritalStatus + ", email=" + email + ", mobile="
242
				+ dob + ", gender=" + gender + ", maritalStatus=" + maritalStatus + ", email=" + email + ", mobile="
234
				+ mobile + ", pan=" + pan + ", pandocId=" + pandocId + ", poaNo=" + poaNo + ", poaType=" + poaType
243
				+ mobile + ", pan=" + pan + ", pandocId=" + pandocId + ", poaNo=" + poaNo + ", poaType=" + poaType
235
				+ ", paoFrontd=" + paoFrontd + ", paoBackId=" + paoBackId + ", address1=" + address1 + ", address2="
244
				+ ", paoFrontd=" + paoFrontd + ", paoBackId=" + paoBackId + ", address1=" + address1 + ", address2="
236
				+ address2 + ", address3=" + address3 + ", city=" + city + ", state=" + state + ", pincode=" + pincode
245
				+ address2 + ", address3=" + address3 + ", city=" + city + ", state=" + state + ", pincode=" + pincode
237
				+ ", onboardingId=" + onboardingId + "]";
246
				+ ", onboardingId=" + onboardingId + ", status=" + status + "]";
238
	}
247
	}
239
 
248
 
240
}
249
}