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