Subversion Repositories SmartDukaan

Rev

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

Rev 20153 Rev 20155
Line 32... Line 32...
32
    private String receivedFrom;
32
    private String receivedFrom;
33
    private String supplierId;
33
    private String supplierId;
34
    private String numItems;
34
    private String numItems;
35
    private Long warehouseId;
35
    private Long warehouseId;
36
    private String invoiceDate;
36
    private String invoiceDate;
-
 
37
    //2016-07-08
37
    private SimpleDateFormat sdf = new SimpleDateFormat("MM/dd/yyyy");
38
    private SimpleDateFormat sdf = new SimpleDateFormat("yyyy-MM-dd");
38
    private Map<Long, Supplier> suppliers = new HashMap<Long, Supplier>();
39
    private Map<Long, Supplier> suppliers = new HashMap<Long, Supplier>();
39
 
40
 
40
    /*
41
    /*
41
     * (non-Javadoc)
42
     * (non-Javadoc)
42
     * 
43
     *