| | |
| | | |
| | | private Integer staNo; |
| | | |
| | | private String barcode; |
| | | |
| | | public LocDto() { |
| | | } |
| | | |
| | |
| | | this.orderNo = orderNo; |
| | | this.anfme = anfme; |
| | | } |
| | | public LocDto(String locNo, String matnr, String batch, Double anfme,String barcode) { |
| | | this.locNo = locNo; |
| | | this.matnr = matnr; |
| | | this.batch = batch; |
| | | this.anfme = anfme; |
| | | this.barcode = barcode; |
| | | } |
| | | |
| | | public LocDto(String locNo, String matnr, String batch, String orderNo, Double anfme,String barcode) { |
| | | this.locNo = locNo; |
| | | this.matnr = matnr; |
| | | this.batch = batch; |
| | | this.orderNo = orderNo; |
| | | this.anfme = anfme; |
| | | this.barcode = barcode; |
| | | |
| | | } |
| | | |
| | | public LocDto(String locNo, String matnr, String maktx, String batch, String orderNo, Double anfme,String barcode) { |
| | | this.locNo = locNo; |
| | | this.matnr = matnr; |
| | | this.maktx = maktx; |
| | | this.batch = batch; |
| | | this.orderNo = orderNo; |
| | | this.anfme = anfme; |
| | | this.barcode = barcode; |
| | | |
| | | } |
| | | |
| | | |
| | | public String getTitle() { |
| | | return this.matnr + "(" + this.maktx + ")"; |