From bb3d6ea3953f4421ba6d688ce3267918d92a5c7a Mon Sep 17 00:00:00 2001 From: nxist2202005086 <304907878@qq.com> Date: Wed, 26 Jun 2024 09:55:54 +0800 Subject: [PATCH] Delete 'Accountly.java' --- Accountly.java | 56 -------------------------------------------------- 1 file changed, 56 deletions(-) delete mode 100644 Accountly.java diff --git a/Accountly.java b/Accountly.java deleted file mode 100644 index 598747a..0000000 --- a/Accountly.java +++ /dev/null @@ -1,56 +0,0 @@ -package JavaBean; - public class Accountly { - - private String useridly; - private String passwordly; - private String emallly; - private String namely; - private String countryly; - private String phonely; - public Accountly(){} - Accountly(String useridly, String passwordly, String emallly, String namely, String addrly, String countryly, String phonely){ - this.countryly=countryly; - this.emallly=emallly; - this.namely=namely; - this.passwordly=passwordly; - this.phonely=phonely; - this.useridly=useridly; - } - public String getUseridly(){ - return useridly; - } - public void setUseridly(String useridly) { - this.useridly = useridly; - } - public String getPasswordly(){ - return passwordly; - } - public void setPasswordly(String passwordly){ - this.passwordly=passwordly; - } - public String getNamely(){ - return namely; - } - public void setNamely(String namely){ - this.namely=namely; - } - public String getEmallly(){ - return emallly; - } - public void setEmallly(String emallly){ - this.emallly=emallly; - } - public String getCountryly(){ - return countryly; - } - public void setCountryly(String countryly){ - this.countryly=countryly; - } - public String getPhonely(){ - return phonely; - } - public void setPhonely(String phonely){ - this.phonely=phonely; - } - - }