| | |
| | | |
| | | private WorksheetMain main; |
| | | private List<MaterialProductApproving> addedList; |
| | | private List<MaterialProductApproving> replacedList; |
| | | //private List<MaterialProductApproving> replacedList; |
| | | private List<MaterialProductApproving> removedList; |
| | | |
| | | public WorksheetMain getMain() { |
| | |
| | | this.addedList = addedList; |
| | | } |
| | | |
| | | public List<MaterialProductApproving> getReplacedList() { |
| | | return replacedList; |
| | | } |
| | | //public List<MaterialProductApproving> getReplacedList() { |
| | | // return replacedList; |
| | | //} |
| | | |
| | | public void setReplacedList(List<MaterialProductApproving> replacedList) { |
| | | this.replacedList = replacedList; |
| | | } |
| | | //public void setReplacedList(List<MaterialProductApproving> replacedList) { |
| | | // this.replacedList = replacedList; |
| | | //} |
| | | |
| | | public List<MaterialProductApproving> getRemovedList() { |
| | | return removedList; |