代码拉取完成,页面将自动刷新
同步操作将从 小螺旋丸/codeMan 强制同步,此操作会覆盖自 Fork 仓库以来所做的任何修改,且无法恢复!!!
确定后同步将在后台操作,完成时将刷新页面,请耐心等待。
package entity;
import javax.swing.JComboBox;
import constant.Table1;
import constant.Table1Fileds;
import constant.Table2;
import constant.Table2Fileds;
public class TableRelationModel {
private JComboBox<String> comboBox;
private Table1 table1;
private String anotherTableName;
private Table2 table2;
private Table1Fileds table1Fileds;
private Table2Fileds table2Fileds;
private String relation;
private String table1_text;
private String table2_text;
private String table1Fileds_text;
private String table2Fileds_text;
public JComboBox<String> getComboBox() {
return comboBox;
}
public void setComboBox(JComboBox<String> comboBox) {
this.comboBox = comboBox;
}
public Table1 getTable1() {
return table1;
}
public void setTable1(Table1 table1) {
this.table1 = table1;
}
public String getAnotherTableName() {
return anotherTableName;
}
public void setAnotherTableName(String anotherTableName) {
this.anotherTableName = anotherTableName;
}
public Table2 getTable2() {
return table2;
}
public void setTable2(Table2 table2) {
this.table2 = table2;
}
public Table1Fileds getTable1Fileds() {
return table1Fileds;
}
public void setTable1Fileds(Table1Fileds table1Fileds) {
this.table1Fileds = table1Fileds;
}
public Table2Fileds getTable2Fileds() {
return table2Fileds;
}
public void setTable2Fileds(Table2Fileds table2Fileds) {
this.table2Fileds = table2Fileds;
}
public String getRelation() {
return relation;
}
public void setRelation(String relation) {
this.relation = relation;
}
public String getTable1_text() {
return table1_text;
}
public void setTable1_text(String table1_text) {
this.table1_text = table1_text;
}
public String getTable2_text() {
return table2_text;
}
public void setTable2_text(String table2_text) {
this.table2_text = table2_text;
}
public String getTable1Fileds_text() {
return table1Fileds_text;
}
public void setTable1Fileds_text(String table1Fileds_text) {
this.table1Fileds_text = table1Fileds_text;
}
public String getTable2Fileds_text() {
return table2Fileds_text;
}
public void setTable2Fileds_text(String table2Fileds_text) {
this.table2Fileds_text = table2Fileds_text;
}
@Override
public String toString() {
return "TableRelationModel [comboBox=" + comboBox + ", table1=" + table1 + ", table2=" + table2
+ ", table1Fileds=" + table1Fileds + ", table2Fileds=" + table2Fileds + ", relation=" + relation
+ ", table1_text=" + table1_text + ", table2_text=" + table2_text + ", table1Fileds_text="
+ table1Fileds_text + ", table2Fileds_text=" + table2Fileds_text + "]";
}
}
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。