parent
eafd571518
commit
a60f550645
2 changed files with 0 additions and 2 deletions
|
|
@ -19,7 +19,6 @@ public class SDf08Table extends AbstractTable<SDf08> {
|
|||
@Override
|
||||
public SDf08 getEntity(String[] entity) {
|
||||
SDf08 result = new SDf08();
|
||||
result.setOutDocument(entity[3]);
|
||||
result.setDepoCode(entity[0]);
|
||||
result.setQuantity(entity[1]);
|
||||
result.setSecurityCode(entity[2]);
|
||||
|
|
|
|||
|
|
@ -19,7 +19,6 @@ public class SDf10Table extends AbstractTable<SDf10> {
|
|||
@Override
|
||||
public SDf10 getEntity(String[] entity) {
|
||||
SDf10 result = new SDf10();
|
||||
result.setOutDocument(entity[3]);
|
||||
result.setDepoCode(entity[0]);
|
||||
result.setQuantity(entity[1]);
|
||||
result.setSecurityCode(entity[2]);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue