|
31 | 31 | import jakarta.persistence.Id; |
32 | 32 | import jakarta.persistence.Table; |
33 | 33 | import jakarta.persistence.Transient; |
| 34 | +import lombok.Data; |
34 | 35 |
|
35 | 36 | import com.google.gson.annotations.Expose; |
36 | 37 |
|
37 | 38 |
|
| 39 | +@Data |
38 | 40 | @Entity |
39 | 41 | @Table(name = "t_healthid") |
40 | 42 | public class HealthIDResponse { |
@@ -125,194 +127,10 @@ public class HealthIDResponse { |
125 | 127 | private String modifiedBy; |
126 | 128 | @Column(name = "LastModDate", insertable = false, updatable = false) |
127 | 129 | private Timestamp lastModDate; |
128 | | - |
| 130 | + @Column(name = "isNewAbha") |
| 131 | + private Boolean isNewAbha; |
129 | 132 |
|
130 | 133 | @Expose |
131 | 134 | @Column(name = "TxnID") |
132 | | - String txnId; |
133 | | - |
134 | | - public String getHealthId() { |
135 | | - return healthId; |
136 | | - } |
137 | | - public void setHealthId(String healthId) { |
138 | | - this.healthId = healthId; |
139 | | - } |
140 | | - public String getHealthIdNumber() { |
141 | | - return healthIdNumber; |
142 | | - } |
143 | | - public void setHealthIdNumber(String healthIdNumber) { |
144 | | - this.healthIdNumber = healthIdNumber; |
145 | | - } |
146 | | - public String getName() { |
147 | | - return name; |
148 | | - } |
149 | | - public void setName(String name) { |
150 | | - this.name = name; |
151 | | - } |
152 | | - public String getGender() { |
153 | | - return gender; |
154 | | - } |
155 | | - public void setGender(String gender) { |
156 | | - this.gender = gender; |
157 | | - } |
158 | | - public String getYearOfBirth() { |
159 | | - return yearOfBirth; |
160 | | - } |
161 | | - public void setYearOfBirth(String yearOfBirth) { |
162 | | - this.yearOfBirth = yearOfBirth; |
163 | | - } |
164 | | - public String getMonthOfBirth() { |
165 | | - return monthOfBirth; |
166 | | - } |
167 | | - public void setMonthOfBirth(String monthOfBirth) { |
168 | | - this.monthOfBirth = monthOfBirth; |
169 | | - } |
170 | | - public String getDayOfBirth() { |
171 | | - return dayOfBirth; |
172 | | - } |
173 | | - public void setDayOfBirth(String dayOfBirth) { |
174 | | - this.dayOfBirth = dayOfBirth; |
175 | | - } |
176 | | - public String getFirstName() { |
177 | | - return firstName; |
178 | | - } |
179 | | - public void setFirstName(String firstName) { |
180 | | - this.firstName = firstName; |
181 | | - } |
182 | | - public String getLastName() { |
183 | | - return lastName; |
184 | | - } |
185 | | - public void setLastName(String lastName) { |
186 | | - this.lastName = lastName; |
187 | | - } |
188 | | - public String getMiddleName() { |
189 | | - return middleName; |
190 | | - } |
191 | | - public void setMiddleName(String middleName) { |
192 | | - this.middleName = middleName; |
193 | | - } |
194 | | - public String getStateCode() { |
195 | | - return stateCode; |
196 | | - } |
197 | | - public void setStateCode(String stateCode) { |
198 | | - this.stateCode = stateCode; |
199 | | - } |
200 | | - public String getDistrictCode() { |
201 | | - return districtCode; |
202 | | - } |
203 | | - public void setDistrictCode(String districtCode) { |
204 | | - this.districtCode = districtCode; |
205 | | - } |
206 | | - public String getStateName() { |
207 | | - return stateName; |
208 | | - } |
209 | | - public void setStateName(String stateName) { |
210 | | - this.stateName = stateName; |
211 | | - } |
212 | | - public String getDistrictName() { |
213 | | - return districtName; |
214 | | - } |
215 | | - public void setDistrictName(String districtName) { |
216 | | - this.districtName = districtName; |
217 | | - } |
218 | | - public String getEmail() { |
219 | | - return email; |
220 | | - } |
221 | | - public void setEmail(String email) { |
222 | | - this.email = email; |
223 | | - } |
224 | | - public String getKycPhoto() { |
225 | | - return kycPhoto; |
226 | | - } |
227 | | - public void setKycPhoto(String kycPhoto) { |
228 | | - this.kycPhoto = kycPhoto; |
229 | | - } |
230 | | - public String getMobile() { |
231 | | - return mobile; |
232 | | - } |
233 | | - public void setMobile(String mobile) { |
234 | | - this.mobile = mobile; |
235 | | - } |
236 | | - |
237 | | - public Integer getProviderServiceMapID() { |
238 | | - return providerServiceMapID; |
239 | | - } |
240 | | - public void setProviderServiceMapID(Integer providerServiceMapID) { |
241 | | - this.providerServiceMapID = providerServiceMapID; |
242 | | - } |
243 | | - |
244 | | - public List<String> getAuthMethods() { |
245 | | - return authMethods; |
246 | | - } |
247 | | - public void setAuthMethods(List<String> authMethods) { |
248 | | - this.authMethods = authMethods; |
249 | | - } |
250 | | - public Integer gethID() { |
251 | | - return hID; |
252 | | - } |
253 | | - public void sethID(Integer hID) { |
254 | | - this.hID = hID; |
255 | | - } |
256 | | - public Long getBeneficiaryRegId() { |
257 | | - return beneficiaryRegId; |
258 | | - } |
259 | | - public void setBeneficiaryRegId(Long beneficiaryRegId) { |
260 | | - this.beneficiaryRegId = beneficiaryRegId; |
261 | | - } |
262 | | - public String getAuthMethod() { |
263 | | - return authMethod; |
264 | | - } |
265 | | - public void setAuthMethod(String authMethod) { |
266 | | - this.authMethod = authMethod; |
267 | | - } |
268 | | - public Boolean getDeleted() { |
269 | | - return deleted; |
270 | | - } |
271 | | - public void setDeleted(Boolean deleted) { |
272 | | - this.deleted = deleted; |
273 | | - } |
274 | | - public String getProcessed() { |
275 | | - return processed; |
276 | | - } |
277 | | - public void setProcessed(String processed) { |
278 | | - this.processed = processed; |
279 | | - } |
280 | | - public String getCreatedBy() { |
281 | | - return createdBy; |
282 | | - } |
283 | | - public void setCreatedBy(String createdBy) { |
284 | | - this.createdBy = createdBy; |
285 | | - } |
286 | | - public Timestamp getCreatedDate() { |
287 | | - return createdDate; |
288 | | - } |
289 | | - public void setCreatedDate(Timestamp createdDate) { |
290 | | - this.createdDate = createdDate; |
291 | | - } |
292 | | - public String getModifiedBy() { |
293 | | - return modifiedBy; |
294 | | - } |
295 | | - public void setModifiedBy(String modifiedBy) { |
296 | | - this.modifiedBy = modifiedBy; |
297 | | - } |
298 | | - public Timestamp getLastModDate() { |
299 | | - return lastModDate; |
300 | | - } |
301 | | - public void setLastModDate(Timestamp lastModDate) { |
302 | | - this.lastModDate = lastModDate; |
303 | | - } |
304 | | - public String getTxnId() { |
305 | | - return txnId; |
306 | | - } |
307 | | - public void setTxnId(String txnId) { |
308 | | - this.txnId = txnId; |
309 | | - } |
310 | | - public String getAuthenticationMode() { |
311 | | - return authenticationMode; |
312 | | - } |
313 | | - public void setAuthenticationMode(String authenticationMode) { |
314 | | - this.authenticationMode = authenticationMode; |
315 | | - } |
316 | | - |
317 | | - |
| 135 | + String txnId; |
318 | 136 | } |
0 commit comments