++
смена ключей багов на численнные.
This commit is contained in:
@@ -5,11 +5,10 @@ import Common.Database.Objects.iDBObject;
|
||||
import _VisualDVM.ComponentsServer.BugReport.BugReport;
|
||||
import com.sun.org.glassfish.gmbal.Description;
|
||||
public class BugReportSetting extends iDBObject {
|
||||
public String bugreport_id = "";
|
||||
public String name = "";
|
||||
public String value = "";
|
||||
@Description("DEFAULT '-1'")
|
||||
public int bugreport_id_ = CommonConstants.Nan;
|
||||
public int bugreport_id = CommonConstants.Nan;
|
||||
public BugReportSetting() {
|
||||
}
|
||||
public BugReportSetting(BugReport bugReport, String name_in, Object value_in) {
|
||||
@@ -27,6 +26,5 @@ public class BugReportSetting extends iDBObject {
|
||||
bugreport_id = src_.bugreport_id;
|
||||
name = src_.name;
|
||||
value = src_.value;
|
||||
bugreport_id_ = src_.bugreport_id_;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user