Subversion Repositories SmartDukaan

Rev

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

Rev 29774 Rev 29884
Line 91... Line 91...
91
	private String pincode;
91
	private String pincode;
92
 
92
 
93
	@Column(name = "partner_onboarding_id")
93
	@Column(name = "partner_onboarding_id")
94
	private int onboardingId;
94
	private int onboardingId;
95
 
95
 
-
 
96
	private String status;
-
 
97
 
-
 
98
	public String getStatus() {
-
 
99
		return status;
-
 
100
	}
-
 
101
 
-
 
102
	public void setStatus(String status) {
-
 
103
		this.status = status;
-
 
104
	}
-
 
105
 
96
	public int getId() {
106
	public int getId() {
97
		return id;
107
		return id;
98
	}
108
	}
99
 
109
 
100
	public void setId(int id) {
110
	public void setId(int id) {
Line 282... Line 292...
282
		return "FofoKyc [id=" + id + ", firstName=" + firstName + ", middleName=" + middleName + ", lastName="
292
		return "FofoKyc [id=" + id + ", firstName=" + firstName + ", middleName=" + middleName + ", lastName="
283
				+ lastName + ", fatherName=" + fatherName + ", mobile=" + mobile + ", pan=" + pan + ", dob=" + dob
293
				+ lastName + ", fatherName=" + fatherName + ", mobile=" + mobile + ", pan=" + pan + ", dob=" + dob
284
				+ ", panDoc=" + panDoc + ", gender=" + gender + ", email=" + email + ", poaNo=" + poaNo + ", poaType="
294
				+ ", panDoc=" + panDoc + ", gender=" + gender + ", email=" + email + ", poaNo=" + poaNo + ", poaType="
285
				+ poaType + ", poaFront=" + poaFront + ", poaBack=" + poaBack + ", maritalStatus=" + maritalStatus
295
				+ poaType + ", poaFront=" + poaFront + ", poaBack=" + poaBack + ", maritalStatus=" + maritalStatus
286
				+ ", address1=" + address1 + ", address2=" + address2 + ", address3=" + address3 + ", city=" + city
296
				+ ", address1=" + address1 + ", address2=" + address2 + ", address3=" + address3 + ", city=" + city
287
				+ ", state=" + state + ", pincode=" + pincode + ", onboardingId=" + onboardingId + "]";
297
				+ ", state=" + state + ", pincode=" + pincode + ", onboardingId=" + onboardingId + ", status=" + status
-
 
298
				+ "]";
288
	}
299
	}
289
 
300
 
290
}
301
}