diff --git a/src/ScreenTemplates.java b/src/ScreenTemplates.java index 0a4f1a9..cadc030 100644 --- a/src/ScreenTemplates.java +++ b/src/ScreenTemplates.java @@ -761,22 +761,22 @@ temp_json34.put("editManagerPosition04", temp_json48_); temp_json34.put("editManagerNumber04", temp_json49_); temp_json34.put("editManagerMail04", temp_json50_); - temp_json34.put("editManagerNameInput01", temp_json51_); - temp_json34.put("editManagerPositionInput01", temp_json52_); - temp_json34.put("editManagerNumberInput01", temp_json53_); - temp_json34.put("editManagerMailInput01", temp_json54_); - temp_json34.put("editManagerNameInput02", temp_json55_); - temp_json34.put("editManagerPositionInput02", temp_json56_); + temp_json34.put("contactPerson1", temp_json51_); + temp_json34.put("position1", temp_json52_); + temp_json34.put("tel1", temp_json53_); + temp_json34.put("email1", temp_json54_); + temp_json34.put("contactPerson2", temp_json55_); + temp_json34.put("position2", temp_json56_); temp_json34.put("editddManagerNumberInput02", temp_json57_); - temp_json34.put("editManagerMailInput02", temp_json58_); - temp_json34.put("editManagerNameInput03", temp_json59_); - temp_json34.put("editManagerPositionInput03", temp_json60_); - temp_json34.put("editManagerNumberInput03", temp_json61_); - temp_json34.put("editManagerMailInput03", temp_json62_); - temp_json34.put("editManagerNameInput04", temp_json63_); - temp_json34.put("editManagerPositionInput04", temp_json64_); - temp_json34.put("editManagerNumberInput04", temp_json65_); - temp_json34.put("editManagerMailInput04", temp_json66_); + temp_json34.put("email2", temp_json58_); + temp_json34.put("contactPerson3", temp_json59_); + temp_json34.put("position3", temp_json60_); + temp_json34.put("tel3", temp_json61_); + temp_json34.put("email3", temp_json62_); + temp_json34.put("contactPerson4", temp_json63_); + temp_json34.put("position4", temp_json64_); + temp_json34.put("tel4", temp_json65_); + temp_json34.put("email4", temp_json66_); Map temp_json33 = new HashMap<>(); temp_json33.put("screenId", "編集画面2"); temp_json33.put("layout", false); @@ -1363,22 +1363,22 @@ temp_json68.put("addManagerPosition04", temp_json16_); temp_json68.put("addManagerNumber04", temp_json17_); temp_json68.put("addManagerMail04", temp_json18_); - temp_json68.put("addManagerNameInput01", temp_json19_); - temp_json68.put("addManagerPositionInput01", temp_json20_); - temp_json68.put("addManagerNumberInput01", temp_json21_); - temp_json68.put("addManagerMailInput01", temp_json22_); - temp_json68.put("addManagerNameInput02", temp_json23_); - temp_json68.put("addManagerPositionInput02", temp_json24_); - temp_json68.put("addManagerNumberInput02", temp_json25_); - temp_json68.put("addManagerMailInput02", temp_json26_); - temp_json68.put("addManagerNameInput03", temp_json27_); - temp_json68.put("addManagerPositionInput03", temp_json28_); - temp_json68.put("addManagerNumberInput03", temp_json29_); - temp_json68.put("addManagerMailInput03", temp_json30_); - temp_json68.put("addManagerNameInput04", temp_json31_); - temp_json68.put("addManagerPositionInput04", temp_json32_); - temp_json68.put("addManagerNumberInput04", temp_json33_); - temp_json68.put("addManagerMailInput04", temp_json34_); + temp_json68.put("contactPerson1", temp_json19_); + temp_json68.put("position1", temp_json20_); + temp_json68.put("tel1", temp_json21_); + temp_json68.put("email1", temp_json22_); + temp_json68.put("contactPerson2", temp_json23_); + temp_json68.put("position2", temp_json24_); + temp_json68.put("tel2", temp_json25_); + temp_json68.put("email2", temp_json26_); + temp_json68.put("contactPerson3", temp_json27_); + temp_json68.put("position3", temp_json28_); + temp_json68.put("tel3", temp_json29_); + temp_json68.put("email3", temp_json30_); + temp_json68.put("contactPerson4", temp_json31_); + temp_json68.put("position4", temp_json32_); + temp_json68.put("tel4", temp_json33_); + temp_json68.put("email4", temp_json34_); Map temp_json67 = new HashMap<>(); temp_json67.put("screenId", "登録画面1"); temp_json67.put("layout", false); diff --git a/src/Widget1.java b/src/Widget1.java index 8704017..1ce5546 100644 --- a/src/Widget1.java +++ b/src/Widget1.java @@ -201,22 +201,38 @@ String business2_ = this.businessCardManagement.getBusinessCardManagementElement(w2d109ad3739d4744a1874ac179fc38b9_).getBusinessDescription2(); String companyoverview_ = this.businessCardManagement.getBusinessCardManagementElement(w2d109ad3739d4744a1874ac179fc38b9_).getCompanyOverview(); String URL_ = this.businessCardManagement.getBusinessCardManagementElement(w2d109ad3739d4744a1874ac179fc38b9_).getURL(); - String contactPerson1_ = ""; - String position1_ = ""; - String tel1_ = ""; - String email1_ = ""; - String contactPerson2_ = ""; - String position2_ = ""; - String tel2_ = ""; - String email2_ = ""; - String contactPerson3_ = ""; - String position3_ = ""; - String tel3_ = ""; - String email3_ = ""; - String contactPerson4_ = ""; - String position4_ = ""; - String tel4_ = ""; - String email4_ = ""; + this.widget1 = screen.getWidgets().getWidget(contactPerson1); + String contactPerson1_ = this.widget1.getText(); + this.widget1 = screen.getWidgets().getWidget(position1); + String position1_ = this.widget1.getText(); + this.widget1 = screen.getWidgets().getWidget(tel1); + String tel1_ = this.widget1.getText(); + this.widget1 = screen.getWidgets().getWidget(email1); + String email1_ = this.widget1.getText(); + this.widget1 = screen.getWidgets().getWidget(contactPerson2); + String contactPerson2_ = this.widget1.getText(); + this.widget1 = screen.getWidgets().getWidget(position2); + String position2_ = this.widget1.getText(); + this.widget1 = screen.getWidgets().getWidget(tel2); + String tel2_ = this.widget1.getText(); + this.widget1 = screen.getWidgets().getWidget(email2); + String email2_ = this.widget1.getText(); + this.widget1 = screen.getWidgets().getWidget(contactPerson3); + String contactPerson3_ = this.widget1.getText(); + this.widget1 = screen.getWidgets().getWidget(position3); + String position3_ = this.widget1.getText(); + this.widget1 = screen.getWidgets().getWidget(tel3); + String tel3_ = this.widget1.getText(); + this.widget1 = screen.getWidgets().getWidget(email3); + String email3_ = this.widget1.getText(); + this.widget1 = screen.getWidgets().getWidget(contactPerson4); + String contactPerson4_ = this.widget1.getText(); + this.widget1 = screen.getWidgets().getWidget(position4); + String position4_ = this.widget1.getText(); + this.widget1 = screen.getWidgets().getWidget(tel4); + String tel4_ = this.widget1.getText(); + this.widget1 = screen.getWidgets().getWidget(email4); + String email4_ = this.widget1.getText(); this.curScreen.updateFromState11(curScreen, wid, this.state, w2d109ad3739d4744a1874ac179fc38b9, w2d109ad3739d4744a1874ac179fc38b9_, company, representative, position, establishment, address1, address2, business1, business2, companyoverview, URL, contactPerson1, position1, tel1, email1, contactPerson2, position2, tel2, email2, contactPerson3, position3, tel3, email3, contactPerson4, position4, tel4, email4, w2d109ad3739d4744a1874ac179fc38b9_, representative_, position_, establishment_, address1_, address2_, business1_, business2_, companyoverview_, URL_, contactPerson1_, position1_, tel1_, email1_, contactPerson2_, position2_, tel2_, email2_, contactPerson3_, position3_, tel3_, email3_, contactPerson4_, position4_, tel4_, email4_); } } @@ -276,54 +292,38 @@ String companydetail_ = this.widget1.getText(); this.widget1 = screen.getWidgets().getWidget(URL); String URL_ = this.widget1.getText(); - String contactPerson1_ = ""; - String position1_ = ""; - String tel1_ = ""; - String email1_ = ""; - String contactPerson2_ = ""; - String position2_ = ""; - String tel2_ = ""; - String email2_ = ""; - String contactPerson3_ = ""; - String position3_ = ""; - String tel3_ = ""; - String email3_ = ""; - String contactPerson4_ = ""; - String position4_ = ""; - String tel4_ = ""; - String email4_ = ""; -// this.widget1 = screen.getWidgets().getWidget(contactPerson1); -// String contactPerson1_ = this.widget1.getText(); -// this.widget1 = screen.getWidgets().getWidget(position1); -// String position1_ = this.widget1.getText(); -// this.widget1 = screen.getWidgets().getWidget(tel1); -// String tel1_ = this.widget1.getText(); -// this.widget1 = screen.getWidgets().getWidget(email1); -// String email1_ = this.widget1.getText(); -// this.widget1 = screen.getWidgets().getWidget(contactPerson2); -// String contactPerson2_ = this.widget1.getText(); -// this.widget1 = screen.getWidgets().getWidget(position2); -// String position2_ = this.widget1.getText(); -// this.widget1 = screen.getWidgets().getWidget(tel2); -// String tel2_ = this.widget1.getText(); -// this.widget1 = screen.getWidgets().getWidget(email2); -// String email2_ = this.widget1.getText(); -// this.widget1 = screen.getWidgets().getWidget(contactPerson3); -// String contactPerson3_ = this.widget1.getText(); -// this.widget1 = screen.getWidgets().getWidget(position3); -// String position3_ = this.widget1.getText(); -// this.widget1 = screen.getWidgets().getWidget(tel3); -// String tel3_ = this.widget1.getText(); -// this.widget1 = screen.getWidgets().getWidget(email3); -// String email3_ = this.widget1.getText(); -// this.widget1 = screen.getWidgets().getWidget(contactPerson4); -// String contactPerson4_ = this.widget1.getText(); -// this.widget1 = screen.getWidgets().getWidget(position4); -// String position4_ = this.widget1.getText(); -// this.widget1 = screen.getWidgets().getWidget(tel4); -// String tel4_ = this.widget1.getText(); -// this.widget1 = screen.getWidgets().getWidget(email4); -// String email4_ = this.widget1.getText(); + this.widget1 = screen.getWidgets().getWidget(contactPerson1); + String contactPerson1_ = this.widget1.getText(); + this.widget1 = screen.getWidgets().getWidget(position1); + String position1_ = this.widget1.getText(); + this.widget1 = screen.getWidgets().getWidget(tel1); + String tel1_ = this.widget1.getText(); + this.widget1 = screen.getWidgets().getWidget(email1); + String email1_ = this.widget1.getText(); + this.widget1 = screen.getWidgets().getWidget(contactPerson2); + String contactPerson2_ = this.widget1.getText(); + this.widget1 = screen.getWidgets().getWidget(position2); + String position2_ = this.widget1.getText(); + this.widget1 = screen.getWidgets().getWidget(tel2); + String tel2_ = this.widget1.getText(); + this.widget1 = screen.getWidgets().getWidget(email2); + String email2_ = this.widget1.getText(); + this.widget1 = screen.getWidgets().getWidget(contactPerson3); + String contactPerson3_ = this.widget1.getText(); + this.widget1 = screen.getWidgets().getWidget(position3); + String position3_ = this.widget1.getText(); + this.widget1 = screen.getWidgets().getWidget(tel3); + String tel3_ = this.widget1.getText(); + this.widget1 = screen.getWidgets().getWidget(email3); + String email3_ = this.widget1.getText(); + this.widget1 = screen.getWidgets().getWidget(contactPerson4); + String contactPerson4_ = this.widget1.getText(); + this.widget1 = screen.getWidgets().getWidget(position4); + String position4_ = this.widget1.getText(); + this.widget1 = screen.getWidgets().getWidget(tel4); + String tel4_ = this.widget1.getText(); + this.widget1 = screen.getWidgets().getWidget(email4); + String email4_ = this.widget1.getText(); this.businessCardManagement.updateFromState3(curScreen, wid, this.state, company_, representative_, position_, establish_, address1_, address2_, business1_, business2_, companydetail_, URL_, contactPerson1_, position1_, tel1_, email1_, contactPerson2_, position2_, tel2_, email2_, contactPerson3_, position3_, tel3_, email3_, contactPerson4_, position4_, tel4_, email4_); } if ((curScreen.equals("編集画面2")&&wid.equals("w11dd0f050a5044d384b10351b83ad390"))) { // 「編集」ボタン @@ -373,54 +373,38 @@ String companydetail_ = this.widget1.getText(); this.widget1 = screen.getWidgets().getWidget(URL); String URL_ = this.widget1.getText(); - String contactPerson1_ = ""; - String position1_ = ""; - String tel1_ = ""; - String email1_ = ""; - String contactPerson2_ = ""; - String position2_ = ""; - String tel2_ = ""; - String email2_ = ""; - String contactPerson3_ = ""; - String position3_ = ""; - String tel3_ = ""; - String email3_ = ""; - String contactPerson4_ = ""; - String position4_ = ""; - String tel4_ = ""; - String email4_ = ""; -// this.widget1 = screen.getWidgets().getWidget(contactPerson1); -// String contactPerson1_ = this.widget1.getText(); -// this.widget1 = screen.getWidgets().getWidget(position1); -// String position1_ = this.widget1.getText(); -// this.widget1 = screen.getWidgets().getWidget(tel1); -// String tel1_ = this.widget1.getText(); -// this.widget1 = screen.getWidgets().getWidget(email1); -// String email1_ = this.widget1.getText(); -// this.widget1 = screen.getWidgets().getWidget(contactPerson2); -// String contactPerson2_ = this.widget1.getText(); -// this.widget1 = screen.getWidgets().getWidget(position2); -// String position2_ = this.widget1.getText(); -// this.widget1 = screen.getWidgets().getWidget(tel2); -// String tel2_ = this.widget1.getText(); -// this.widget1 = screen.getWidgets().getWidget(email2); -// String email2_ = this.widget1.getText(); -// this.widget1 = screen.getWidgets().getWidget(contactPerson3); -// String contactPerson3_ = this.widget1.getText(); -// this.widget1 = screen.getWidgets().getWidget(position3); -// String position3_ = this.widget1.getText(); -// this.widget1 = screen.getWidgets().getWidget(tel3); -// String tel3_ = this.widget1.getText(); -// this.widget1 = screen.getWidgets().getWidget(email3); -// String email3_ = this.widget1.getText(); -// this.widget1 = screen.getWidgets().getWidget(contactPerson4); -// String contactPerson4_ = this.widget1.getText(); -// this.widget1 = screen.getWidgets().getWidget(position4); -// String position4_ = this.widget1.getText(); -// this.widget1 = screen.getWidgets().getWidget(tel4); -// String tel4_ = this.widget1.getText(); -// this.widget1 = screen.getWidgets().getWidget(email4); -// String email4_ = this.widget1.getText(); + this.widget1 = screen.getWidgets().getWidget(contactPerson1); + String contactPerson1_ = this.widget1.getText(); + this.widget1 = screen.getWidgets().getWidget(position1); + String position1_ = this.widget1.getText(); + this.widget1 = screen.getWidgets().getWidget(tel1); + String tel1_ = this.widget1.getText(); + this.widget1 = screen.getWidgets().getWidget(email1); + String email1_ = this.widget1.getText(); + this.widget1 = screen.getWidgets().getWidget(contactPerson2); + String contactPerson2_ = this.widget1.getText(); + this.widget1 = screen.getWidgets().getWidget(position2); + String position2_ = this.widget1.getText(); + this.widget1 = screen.getWidgets().getWidget(tel2); + String tel2_ = this.widget1.getText(); + this.widget1 = screen.getWidgets().getWidget(email2); + String email2_ = this.widget1.getText(); + this.widget1 = screen.getWidgets().getWidget(contactPerson3); + String contactPerson3_ = this.widget1.getText(); + this.widget1 = screen.getWidgets().getWidget(position3); + String position3_ = this.widget1.getText(); + this.widget1 = screen.getWidgets().getWidget(tel3); + String tel3_ = this.widget1.getText(); + this.widget1 = screen.getWidgets().getWidget(email3); + String email3_ = this.widget1.getText(); + this.widget1 = screen.getWidgets().getWidget(contactPerson4); + String contactPerson4_ = this.widget1.getText(); + this.widget1 = screen.getWidgets().getWidget(position4); + String position4_ = this.widget1.getText(); + this.widget1 = screen.getWidgets().getWidget(tel4); + String tel4_ = this.widget1.getText(); + this.widget1 = screen.getWidgets().getWidget(email4); + String email4_ = this.widget1.getText(); Map> businessCardManagement = this.businessCardManagement.getValue(); this.curScreen.updateFromState5(curScreen, wid, this.state, company_, representative_, position_, establish_, address1_, address2_, business1_, business2_, companydetail_, URL_, businessCardManagement); } @@ -474,54 +458,38 @@ String companyoverview_ = this.widget1.getText(); this.widget1 = screen.getWidgets().getWidget(URL); String URL_ = this.widget1.getText(); - String contactPerson1_ = ""; - String position1_ = ""; - String tel1_ = ""; - String email1_ = ""; - String contactPerson2_ = ""; - String position2_ = ""; - String tel2_ = ""; - String email2_ = ""; - String contactPerson3_ = ""; - String position3_ = ""; - String tel3_ = ""; - String email3_ = ""; - String contactPerson4_ = ""; - String position4_ = ""; - String tel4_ = ""; - String email4_ = ""; -// this.widget1 = screen.getWidgets().getWidget(contactPerson1); -// String contactPerson1_ = this.widget1.getText(); -// this.widget1 = screen.getWidgets().getWidget(position1); -// String position1_ = this.widget1.getText(); -// this.widget1 = screen.getWidgets().getWidget(tel1); -// String tel1_ = this.widget1.getText(); -// this.widget1 = screen.getWidgets().getWidget(email1); -// String email1_ = this.widget1.getText(); -// this.widget1 = screen.getWidgets().getWidget(contactPerson2); -// String contactPerson2_ = this.widget1.getText(); -// this.widget1 = screen.getWidgets().getWidget(position2); -// String position2_ = this.widget1.getText(); -// this.widget1 = screen.getWidgets().getWidget(tel2); -// String tel2_ = this.widget1.getText(); -// this.widget1 = screen.getWidgets().getWidget(email2); -// String email2_ = this.widget1.getText(); -// this.widget1 = screen.getWidgets().getWidget(contactPerson3); -// String contactPerson3_ = this.widget1.getText(); -// this.widget1 = screen.getWidgets().getWidget(position3); -// String position3_ = this.widget1.getText(); -// this.widget1 = screen.getWidgets().getWidget(tel3); -// String tel3_ = this.widget1.getText(); -// this.widget1 = screen.getWidgets().getWidget(email3); -// String email3_ = this.widget1.getText(); -// this.widget1 = screen.getWidgets().getWidget(contactPerson4); -// String contactPerson4_ = this.widget1.getText(); -// this.widget1 = screen.getWidgets().getWidget(position4); -// String position4_ = this.widget1.getText(); -// this.widget1 = screen.getWidgets().getWidget(tel4); -// String tel4_ = this.widget1.getText(); -// this.widget1 = screen.getWidgets().getWidget(email4); -// String email4_ = this.widget1.getText(); + this.widget1 = screen.getWidgets().getWidget(contactPerson1); + String contactPerson1_ = this.widget1.getText(); + this.widget1 = screen.getWidgets().getWidget(position1); + String position1_ = this.widget1.getText(); + this.widget1 = screen.getWidgets().getWidget(tel1); + String tel1_ = this.widget1.getText(); + this.widget1 = screen.getWidgets().getWidget(email1); + String email1_ = this.widget1.getText(); + this.widget1 = screen.getWidgets().getWidget(contactPerson2); + String contactPerson2_ = this.widget1.getText(); + this.widget1 = screen.getWidgets().getWidget(position2); + String position2_ = this.widget1.getText(); + this.widget1 = screen.getWidgets().getWidget(tel2); + String tel2_ = this.widget1.getText(); + this.widget1 = screen.getWidgets().getWidget(email2); + String email2_ = this.widget1.getText(); + this.widget1 = screen.getWidgets().getWidget(contactPerson3); + String contactPerson3_ = this.widget1.getText(); + this.widget1 = screen.getWidgets().getWidget(position3); + String position3_ = this.widget1.getText(); + this.widget1 = screen.getWidgets().getWidget(tel3); + String tel3_ = this.widget1.getText(); + this.widget1 = screen.getWidgets().getWidget(email3); + String email3_ = this.widget1.getText(); + this.widget1 = screen.getWidgets().getWidget(contactPerson4); + String contactPerson4_ = this.widget1.getText(); + this.widget1 = screen.getWidgets().getWidget(position4); + String position4_ = this.widget1.getText(); + this.widget1 = screen.getWidgets().getWidget(tel4); + String tel4_ = this.widget1.getText(); + this.widget1 = screen.getWidgets().getWidget(email4); + String email4_ = this.widget1.getText(); this.businessCardManagement.updateFromState(curScreen, wid, this.state, company_, representative_, position_, establishment_, address1_, address2_, businessdescription1_, businessdescription2_, companyoverview_, URL_, contactPerson1_, position1_, tel1_, email1_, contactPerson2_, position2_, tel2_, email2_, contactPerson3_, position3_, tel3_, email3_, contactPerson4_, position4_, tel4_, email4_); } if ((curScreen.equals("登録画面1")&&wid.equals("w7c6cfb14ed4f410aa33a440e6ab2e4bf"))) { // 「登録」ボタン @@ -572,53 +540,37 @@ this.widget1 = screen.getWidgets().getWidget(URL); String URL_ = this.widget1.getText(); this.widget1 = screen.getWidgets().getWidget(contactPerson1); - String contactPerson1_ = ""; - String position1_ = ""; - String tel1_ = ""; - String email1_ = ""; - String contactPerson2_ = ""; - String position2_ = ""; - String tel2_ = ""; - String email2_ = ""; - String contactPerson3_ = ""; - String position3_ = ""; - String tel3_ = ""; - String email3_ = ""; - String contactPerson4_ = ""; - String position4_ = ""; - String tel4_ = ""; - String email4_ = ""; -// String contactPerson1_ = this.widget1.getText(); -// this.widget1 = screen.getWidgets().getWidget(position1); -// String position1_ = this.widget1.getText(); -// this.widget1 = screen.getWidgets().getWidget(tel1); -// String tel1_ = this.widget1.getText(); -// this.widget1 = screen.getWidgets().getWidget(email1); -// String email1_ = this.widget1.getText(); -// this.widget1 = screen.getWidgets().getWidget(contactPerson2); -// String contactPerson2_ = this.widget1.getText(); -// this.widget1 = screen.getWidgets().getWidget(position2); -// String position2_ = this.widget1.getText(); -// this.widget1 = screen.getWidgets().getWidget(tel2); -// String tel2_ = this.widget1.getText(); -// this.widget1 = screen.getWidgets().getWidget(email2); -// String email2_ = this.widget1.getText(); -// this.widget1 = screen.getWidgets().getWidget(contactPerson3); -// String contactPerson3_ = this.widget1.getText(); -// this.widget1 = screen.getWidgets().getWidget(position3); -// String position3_ = this.widget1.getText(); -// this.widget1 = screen.getWidgets().getWidget(tel3); -// String tel3_ = this.widget1.getText(); -// this.widget1 = screen.getWidgets().getWidget(email3); -// String email3_ = this.widget1.getText(); -// this.widget1 = screen.getWidgets().getWidget(contactPerson4); -// String contactPerson4_ = this.widget1.getText(); -// this.widget1 = screen.getWidgets().getWidget(position4); -// String position4_ = this.widget1.getText(); -// this.widget1 = screen.getWidgets().getWidget(tel4); -// String tel4_ = this.widget1.getText(); -// this.widget1 = screen.getWidgets().getWidget(email4); -// String email4_ = this.widget1.getText(); + String contactPerson1_ = this.widget1.getText(); + this.widget1 = screen.getWidgets().getWidget(position1); + String position1_ = this.widget1.getText(); + this.widget1 = screen.getWidgets().getWidget(tel1); + String tel1_ = this.widget1.getText(); + this.widget1 = screen.getWidgets().getWidget(email1); + String email1_ = this.widget1.getText(); + this.widget1 = screen.getWidgets().getWidget(contactPerson2); + String contactPerson2_ = this.widget1.getText(); + this.widget1 = screen.getWidgets().getWidget(position2); + String position2_ = this.widget1.getText(); + this.widget1 = screen.getWidgets().getWidget(tel2); + String tel2_ = this.widget1.getText(); + this.widget1 = screen.getWidgets().getWidget(email2); + String email2_ = this.widget1.getText(); + this.widget1 = screen.getWidgets().getWidget(contactPerson3); + String contactPerson3_ = this.widget1.getText(); + this.widget1 = screen.getWidgets().getWidget(position3); + String position3_ = this.widget1.getText(); + this.widget1 = screen.getWidgets().getWidget(tel3); + String tel3_ = this.widget1.getText(); + this.widget1 = screen.getWidgets().getWidget(email3); + String email3_ = this.widget1.getText(); + this.widget1 = screen.getWidgets().getWidget(contactPerson4); + String contactPerson4_ = this.widget1.getText(); + this.widget1 = screen.getWidgets().getWidget(position4); + String position4_ = this.widget1.getText(); + this.widget1 = screen.getWidgets().getWidget(tel4); + String tel4_ = this.widget1.getText(); + this.widget1 = screen.getWidgets().getWidget(email4); + String email4_ = this.widget1.getText(); this.businessCardManagement.updateFromState2(curScreen, wid, this.state, company_, representative_, position_, establishment_, address1_, address2_, businessdescription1_, businessdescription2_, companyoverview_, URL_, contactPerson1_, position1_, tel1_, email1_, contactPerson2_, position2_, tel2_, email2_, contactPerson3_, position3_, tel3_, email3_, contactPerson4_, position4_, tel4_, email4_); } if ((curScreen.equals("登録画面1")&&wid.equals("w7c6cfb14ed4f410aa33a440e6ab2e4bf"))) { // 「登録」ボタン