Esempio n. 1
0
 public EquipMove(String pk) throws Exception {
   super(pk, SeqenceGenerator.getInstance());
 }
Esempio n. 2
0
 public BatchImport(String pk) throws Exception {
   super(pk, SeqenceGenerator.getInstance());
 }
Esempio n. 3
0
 public EquipMove() throws Exception {
   super(null, SeqenceGenerator.getInstance());
 }
Esempio n. 4
0
 public BatchImport() throws Exception {
   super(null, SeqenceGenerator.getInstance());
 }