| | |
| | | private Double anfme; |
| | | |
| | | private String owner; |
| | | private int beBatch; |
| | | private int entryId; |
| | | |
| | | public DetlDto2(){} |
| | | public DetlDto2(String matnr,String maktx,String batch,String specs,Double anfme,String owner,int beBatch){ |
| | | public DetlDto2(String matnr,String maktx,String batch,String specs,Double anfme,String owner,int entryId){ |
| | | this.matnr=matnr; |
| | | this.maktx=maktx; |
| | | this.batch=batch; |
| | | this.specs=specs; |
| | | this.anfme=anfme; |
| | | this.owner=owner; |
| | | this.beBatch=beBatch; |
| | | this.entryId=entryId; |
| | | } |
| | | } |
| | | |
| | |
| | | this.batch=detlDto2.getBatch(); |
| | | this.anfme=detlDto2.getAnfme(); |
| | | this.ownerName=detlDto2.getOwner(); |
| | | this.beBatch=detlDto2.getBeBatch(); |
| | | this.beBatch=detlDto2.getEntryId(); |
| | | this.payment=0; |
| | | } |
| | | |