Subversion Repositories SmartDukaan

Rev

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

Rev 9343 Rev 9651
Line 13... Line 13...
13
    int sla;
13
    int sla;
14
    public String hasTickets;
14
    public String hasTickets;
15
    
15
    
16
    public int returnableQuantity;
16
    public int returnableQuantity;
17
    public String tickets;
17
    public String tickets;
18
    public long imei;
18
    public String imei;
19
    public int invoice;
19
    public String invoice;
20
    public XMLGregorianCalendar invoiceDate;
20
    public XMLGregorianCalendar invoiceDate;
21
    public short invoiceAmount;
21
    public short invoiceAmount;
22
    public float taxAmount;
22
    public float taxAmount;
23
    public String weight;
23
    public String weight;
24
    @SerializedName("external_id")
24
    @SerializedName("external_id")
Line 189... Line 189...
189
 
189
 
190
    /**
190
    /**
191
     * Gets the value of the imei property.
191
     * Gets the value of the imei property.
192
     * 
192
     * 
193
     */
193
     */
194
    public long getImei() {
194
    public String getImei() {
195
        return imei;
195
        return imei;
196
    }
196
    }
197
 
197
 
198
    /**
198
    /**
199
     * Sets the value of the imei property.
199
     * Sets the value of the imei property.
200
     * 
200
     * 
201
     */
201
     */
202
    public void setImei(long value) {
202
    public void setImei(String value) {
203
        this.imei = value;
203
        this.imei = value;
204
    }
204
    }
205
 
205
 
206
    /**
206
    /**
207
     * Gets the value of the invoice property.
207
     * Gets the value of the invoice property.
208
     * 
208
     * 
209
     */
209
     */
210
    public int getInvoice() {
210
    public String getInvoice() {
211
        return invoice;
211
        return invoice;
212
    }
212
    }
213
 
213
 
214
    /**
214
    /**
215
     * Sets the value of the invoice property.
215
     * Sets the value of the invoice property.
216
     * 
216
     * 
217
     */
217
     */
218
    public void setInvoice(int value) {
218
    public void setInvoice(String value) {
219
        this.invoice = value;
219
        this.invoice = value;
220
    }
220
    }
221
 
221
 
222
    /**
222
    /**
223
     * Gets the value of the invoiceDate property.
223
     * Gets the value of the invoiceDate property.