Subversion Repositories SmartDukaan

Rev

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

Rev 1761 Rev 1852
Line 97... Line 97...
97
                items.add(itemJson.getString(i));
97
                items.add(itemJson.getString(i));
98
            } catch (JSONException e) {
98
            } catch (JSONException e) {
99
                log.error("Bad item at index : " + i);
99
                log.error("Bad item at index : " + i);
100
            }
100
            }
101
        }
101
        }
102
        log.info("items are: " + items);
-
 
103
    }
102
    }
104
    
103
    
105
    public String getId() {
104
    public String getId() {
106
    	return this.id;
105
    	return this.id;
107
    }
106
    }