Subversion Repositories SmartDukaan

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
37080 amit 1
package com.spice.profitmandi.dao.service.biuedart;
2
 
3
import com.fasterxml.jackson.annotation.JsonProperty;
4
import com.fasterxml.jackson.databind.annotation.JsonSerialize;
5
 
6
import java.time.LocalDate;
7
import java.util.ArrayList;
8
import java.util.Date;
9
import java.util.List;
10
 
11
class ItemDetail {
12
    public int getCgstAmount() {
13
        return cgstAmount;
14
    }
15
 
16
    public void setCgstAmount(int cgstAmount) {
17
        this.cgstAmount = cgstAmount;
18
    }
19
 
20
    public String getHsCode() {
21
        return hsCode;
22
    }
23
 
24
    public void setHsCode(String hsCode) {
25
        this.hsCode = hsCode;
26
    }
27
 
28
    public int getIgstAmount() {
29
        return igstAmount;
30
    }
31
 
32
    public void setIgstAmount(int igstAmount) {
33
        this.igstAmount = igstAmount;
34
    }
35
 
36
    public int getIgstRate() {
37
        return igstRate;
38
    }
39
 
40
    public void setIgstRate(int igstRate) {
41
        this.igstRate = igstRate;
42
    }
43
 
44
    public String getInstruction() {
45
        return instruction;
46
    }
47
 
48
    public void setInstruction(String instruction) {
49
        this.instruction = instruction;
50
    }
51
 
52
    public Date getInvoiceDate() {
53
        return invoiceDate;
54
    }
55
 
56
    public void setInvoiceDate(Date invoiceDate) {
57
        this.invoiceDate = invoiceDate;
58
    }
59
 
60
    public String getInvoiceNumber() {
61
        return invoiceNumber;
62
    }
63
 
64
    public void setInvoiceNumber(String invoiceNumber) {
65
        this.invoiceNumber = invoiceNumber;
66
    }
67
 
68
    public String getItemId() {
69
        return itemId;
70
    }
71
 
72
    public void setItemId(String itemId) {
73
        this.itemId = itemId;
74
    }
75
 
76
    public String getItemName() {
77
        return itemName;
78
    }
79
 
80
    public void setItemName(String itemName) {
81
        this.itemName = itemName;
82
    }
83
 
84
    public int getItemValue() {
85
        return itemValue;
86
    }
87
 
88
    public void setItemValue(int itemValue) {
89
        this.itemValue = itemValue;
90
    }
91
 
92
    public int getItemQuantity() {
93
        return itemQuantity;
94
    }
95
 
96
    public void setItemQuantity(int itemQuantity) {
97
        this.itemQuantity = itemQuantity;
98
    }
99
 
100
    public String getPlaceofSupply() {
101
        return placeofSupply;
102
    }
103
 
104
    public void setPlaceofSupply(String placeofSupply) {
105
        this.placeofSupply = placeofSupply;
106
    }
107
 
108
    public String getProductDesc1() {
109
        return productDesc1;
110
    }
111
 
112
    public void setProductDesc1(String productDesc1) {
113
        this.productDesc1 = productDesc1;
114
    }
115
 
116
    public String getProductDesc2() {
117
        return productDesc2;
118
    }
119
 
120
    public void setProductDesc2(String productDesc2) {
121
        this.productDesc2 = productDesc2;
122
    }
123
 
124
    public String getReturnReason() {
125
        return returnReason;
126
    }
127
 
128
    public void setReturnReason(String returnReason) {
129
        this.returnReason = returnReason;
130
    }
131
 
132
    public int getSgstAmount() {
133
        return sgstAmount;
134
    }
135
 
136
    public void setSgstAmount(int sgstAmount) {
137
        this.sgstAmount = sgstAmount;
138
    }
139
 
140
    public String getSkuNumber() {
141
        return skuNumber;
142
    }
143
 
144
    public void setSkuNumber(String skuNumber) {
145
        this.skuNumber = skuNumber;
146
    }
147
 
148
    public String getSellerGSTNNumber() {
149
        return sellerGSTNNumber;
150
    }
151
 
152
    public void setSellerGSTNNumber(String sellerGSTNNumber) {
153
        this.sellerGSTNNumber = sellerGSTNNumber;
154
    }
155
 
156
    public String getSellerName() {
157
        return sellerName;
158
    }
159
 
160
    public void setSellerName(String sellerName) {
161
        this.sellerName = sellerName;
162
    }
163
 
164
    public int getTaxableAmount() {
165
        return taxableAmount;
166
    }
167
 
168
    public void setTaxableAmount(int taxableAmount) {
169
        this.taxableAmount = taxableAmount;
170
    }
171
 
172
    public int getTotalValue() {
173
        return totalValue;
174
    }
175
 
176
    public void setTotalValue(int totalValue) {
177
        this.totalValue = totalValue;
178
    }
179
 
180
    public String getCessAmount() {
181
        return cessAmount;
182
    }
183
 
184
    public void setCessAmount(String cessAmount) {
185
        this.cessAmount = cessAmount;
186
    }
187
 
188
    public String getCountryOfOrigin() {
189
        return countryOfOrigin;
190
    }
191
 
192
    public void setCountryOfOrigin(String countryOfOrigin) {
193
        this.countryOfOrigin = countryOfOrigin;
194
    }
195
 
196
    public String getDocType() {
197
        return docType;
198
    }
199
 
200
    public void setDocType(String docType) {
201
        this.docType = docType;
202
    }
203
 
204
    public int getSubSupplyType() {
205
        return subSupplyType;
206
    }
207
 
208
    public void setSubSupplyType(int subSupplyType) {
209
        this.subSupplyType = subSupplyType;
210
    }
211
 
212
    public String getSupplyType() {
213
        return supplyType;
214
    }
215
 
216
    public void setSupplyType(String supplyType) {
217
        this.supplyType = supplyType;
218
    }
219
 
220
    @JsonProperty("CGSTAmount")
221
    private int cgstAmount;
222
 
223
    @JsonProperty("HSCode")
224
    private String hsCode = "";
225
 
226
    @JsonProperty("IGSTAmount")
227
    private int igstAmount;
228
 
229
    @JsonProperty("IGSTRate")
230
    private int igstRate;
231
 
232
    @JsonProperty("Instruction")
233
    private String instruction = "";
234
 
235
    @JsonProperty("InvoiceDate")
236
    private Date invoiceDate;
237
 
238
    @JsonProperty("InvoiceNumber")
239
    private String invoiceNumber = "";
240
 
241
    @JsonProperty("ItemID")
242
    private String itemId = "";
243
 
244
    @JsonProperty("ItemName")
245
    private String itemName = "";
246
 
247
    @JsonProperty("ItemValue")
248
    private int itemValue;
249
 
250
    @JsonProperty("Itemquantity")
251
    private int itemQuantity;
252
 
253
    @JsonProperty("PlaceofSupply")
254
    private String placeofSupply = "";
255
 
256
    @JsonProperty("ProductDesc1")
257
    private String productDesc1 = "";
258
 
259
    @JsonProperty("ProductDesc2")
260
    private String productDesc2 = "";
261
 
262
    @JsonProperty("ReturnReason")
263
    private String returnReason = "";
264
 
265
    @JsonProperty("SGSTAmount")
266
    private int sgstAmount;
267
 
268
    @JsonProperty("SKUNumber")
269
    private String skuNumber = "";
270
 
271
    @JsonProperty("SellerGSTNNumber")
272
    private String sellerGSTNNumber = "";
273
 
274
    @JsonProperty("SellerName")
275
    private String sellerName = "";
276
 
277
    @JsonProperty("TaxableAmount")
278
    private int taxableAmount;
279
 
280
    @JsonProperty("TotalValue")
281
    private int totalValue;
282
 
283
    @JsonProperty("cessAmount")
284
    private String cessAmount = "";
285
 
286
    @JsonProperty("countryOfOrigin")
287
    private String countryOfOrigin = "";
288
 
289
    @JsonProperty("docType")
290
    private String docType = "";
291
 
292
    @JsonProperty("subSupplyType")
293
    private int subSupplyType;
294
 
295
    @JsonProperty("supplyType")
296
    private String supplyType = "";
297
 
298
    // Constructors, getters, and setters
299
}