parent
2b49211d9f
commit
bb3d6ea395
@ -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;
|
|
||||||
}
|
|
||||||
|
|
||||||
}
|
|
Loading…
Reference in new issue