no message
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
package _VisualDVM.TestingSystem.Common.TestingPackageToKill;
|
||||
import Common.CommonConstants;
|
||||
import Common.Database.Objects.iDBObject;
|
||||
public class TestingPackageToKill extends iDBObject {
|
||||
public int packageId = CommonConstants.Nan;
|
||||
public int type = 0; // 0 - dvm /1 - sapfor
|
||||
public TestingPackageToKill() {
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,7 @@
|
||||
package _VisualDVM.TestingSystem.Common.TestingPackageToKill;
|
||||
import Common.Database.Tables.iDBTable;
|
||||
public class TestingPackagesToKillDBTable extends iDBTable<TestingPackageToKill> {
|
||||
public TestingPackagesToKillDBTable() {
|
||||
super(TestingPackageToKill.class);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user