Subversion Repositories SmartDukaan

Rev

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

Rev 20151 Rev 20153
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
    private SimpleDateFormat sdf = new SimpleDateFormat("MM-dd-yyyy");
37
    private SimpleDateFormat sdf = new SimpleDateFormat("MM/dd/yyyy");
38
    private Map<Long, Supplier> suppliers = new HashMap<Long, Supplier>();
38
    private Map<Long, Supplier> suppliers = new HashMap<Long, Supplier>();
39
 
39
 
40
    /*
40
    /*
41
     * (non-Javadoc)
41
     * (non-Javadoc)
42
     * 
42
     *