11 lines
346 B
Java
11 lines
346 B
Java
package TestingSystem.Common.TestingPackageToKill;
|
|
import Common.Constants;
|
|
import Common.Database.iDBObject;
|
|
import TestingSystem.DVM.DVMPackage.DVMPackage;
|
|
public class TestingPackageToKill extends iDBObject {
|
|
public int packageId = Constants.Nan;
|
|
public int type = 0; // 0 - dvm /1 - sapfor
|
|
public TestingPackageToKill() {
|
|
}
|
|
}
|