@@ -4,6 +4,7 @@ public class WinterInternshipPOJO {
4
4
int sl_no ;
5
5
String business_code ;
6
6
int cust_number ;
7
+ String name_customer ;
7
8
String clear_date ;
8
9
String business_year ;
9
10
String doc_id ;
@@ -21,7 +22,6 @@ public class WinterInternshipPOJO {
21
22
int invoice_id ;
22
23
boolean isOpen ;
23
24
String aging_bucket ;
24
- boolean is_deleted ;
25
25
26
26
public int getSl_no () {
27
27
return sl_no ;
@@ -35,160 +35,103 @@ public String getBusiness_code() {
35
35
return business_code ;
36
36
}
37
37
38
- public void setBusiness_code (String business_code ) {
39
- this .business_code = business_code ;
40
- }
41
38
42
39
public int getCust_number () {
43
40
return cust_number ;
44
41
}
45
42
46
- public void setCust_number (int cust_number ) {
47
- this .cust_number = cust_number ;
48
- }
49
43
50
44
public String getClear_date () {
51
45
return clear_date ;
52
46
}
53
47
54
- public void setClear_date (String clear_date ) {
55
- this .clear_date = clear_date ;
56
- }
57
48
58
49
public String getBusiness_year () {
59
50
return business_year ;
60
51
}
61
52
62
- public void setBusiness_year (String buisness_year ) {
63
- this .business_year = buisness_year ;
64
- }
65
53
66
54
public String getDoc_id () {
67
55
return doc_id ;
68
56
}
69
57
70
- public void setDoc_id (String doc_id ) {
71
- this .doc_id = doc_id ;
72
- }
73
58
74
59
public String getPosting_date () {
75
60
return posting_date ;
76
61
}
77
62
78
- public void setPosting_date (String posting_date ) {
79
- this .posting_date = posting_date ;
80
- }
81
63
82
64
public String getDocument_create_date () {
83
65
return document_create_date ;
84
66
}
85
67
86
- public void setDocument_create_date (String document_create_date ) {
87
- this .document_create_date = document_create_date ;
88
- }
89
68
90
69
public String getDocument_create_date1 () {
91
70
return document_create_date1 ;
92
71
}
93
72
94
- public void setDocument_create_date1 (String document_create_date1 ) {
95
- this .document_create_date1 = document_create_date1 ;
96
- }
97
73
98
74
public String getDue_in_date () {
99
75
return due_in_date ;
100
76
}
101
77
102
- public void setDue_in_date (String due_in_date ) {
103
- this .due_in_date = due_in_date ;
104
- }
105
78
106
79
public String getInvoice_currency () {
107
80
return invoice_currency ;
108
81
}
109
82
110
- public void setInvoice_currency (String invoice_currency ) {
111
- this .invoice_currency = invoice_currency ;
112
- }
113
83
114
84
public String getDocument_type () {
115
85
return document_type ;
116
86
}
117
87
118
- public void setDocument_type (String document_type ) {
119
- this .document_type = document_type ;
120
- }
121
88
122
89
public int getPosting_id () {
123
90
return posting_id ;
124
91
}
125
92
126
- public void setPosting_id (int posting_id ) {
127
- this .posting_id = posting_id ;
128
- }
129
93
130
94
public String getArea_business () {
131
95
return area_business ;
132
96
}
133
97
134
- public void setArea_business (String area_business ) {
135
- this .area_business = area_business ;
136
- }
137
98
138
99
public float getTotal_open_amount () {
139
100
return total_open_amount ;
140
101
}
141
102
142
- public void setTotal_open_amount (float total_open_amount ) {
143
- this .total_open_amount = total_open_amount ;
144
- }
145
103
146
104
public String getBaseline_create_date () {
147
105
return baseline_create_date ;
148
106
}
149
107
150
- public void setBaseline_create_date (String baseline_create_date ) {
151
- this .baseline_create_date = baseline_create_date ;
152
- }
153
108
154
109
public String getCust_payment_terms () {
155
110
return cust_payment_terms ;
156
111
}
157
112
158
- public void setCust_payment_terms (String cust_payment_terms ) {
159
- this .cust_payment_terms = cust_payment_terms ;
160
- }
161
113
162
114
public int getInvoice_id () {
163
115
return invoice_id ;
164
116
}
165
117
166
- public void setInvoice_id (int invoice_id ) {
167
- this .invoice_id = invoice_id ;
168
- }
169
118
170
119
public boolean getIsOpen () {
171
120
return isOpen ;
172
121
}
173
122
174
- public void setIsOpen (boolean isOpen ) {
175
- this .isOpen = isOpen ;
176
- }
177
123
178
124
public String getAging_bucket () {
179
125
return aging_bucket ;
180
126
}
181
127
182
- public void setAging_bucket (String aging_bucket ) {
183
- this .aging_bucket = aging_bucket ;
184
- }
185
128
186
- public boolean getIs_deleted () {
187
- return is_deleted ;
129
+ public String getName_customer () {
130
+ return name_customer ;
188
131
}
189
132
190
- public void setIs_deleted ( boolean is_deleted ) {
191
- this . is_deleted = is_deleted ;
133
+ public boolean isOpen ( ) {
134
+ return isOpen ;
192
135
}
193
136
194
137
@ Override
@@ -197,6 +140,7 @@ public String toString() {
197
140
"sl_no=" + sl_no +
198
141
", business_code='" + business_code + '\'' +
199
142
", cust_number=" + cust_number +
143
+ ", name_customer='" + name_customer + '\'' +
200
144
", clear_date='" + clear_date + '\'' +
201
145
", business_year='" + business_year + '\'' +
202
146
", doc_id='" + doc_id + '\'' +
@@ -214,7 +158,6 @@ public String toString() {
214
158
", invoice_id=" + invoice_id +
215
159
", isOpen=" + isOpen +
216
160
", aging_bucket='" + aging_bucket + '\'' +
217
- ", is_deleted=" + is_deleted +
218
161
'}' ;
219
162
}
220
163
}
0 commit comments