导航:首页 > 源码编译 > 网页版通讯录源码html

网页版通讯录源码html

发布时间:2024-01-24 22:56:45

⑴ C++通讯录的源代码

分是万能的吗?
请客气些。

java小型通讯录源代码

package src;

public class TelBook {
// 姓名
String name;

// 家庭电话
Integer homePhone;

// 个人移动电话
Integer personalMobilePhone;

// 办公电话
Integer officePhone;

// 家庭地址
String homeAddress;

// 办公地址
String officeAddress;

// QQ号码
Integer qqNumber;

// MSN号码
String msn;

// 邮件
String email;

// 备注
String notes;

String getEmail() {
return email;
}

void setEmail(String email) {
this.email = email;
}

String getHomeAddress() {
return homeAddress;
}

void setHomeAddress(String homeAddress) {
this.homeAddress = homeAddress;
}

Integer getHomePhone() {
return homePhone;
}

void setHomePhone(Integer homePhone) {
this.homePhone = homePhone;
}

String getMsn() {
return msn;
}

void setMsn(String msn) {
this.msn = msn;
}

String getName() {
return name;
}

void setName(String name) {
this.name = name;
}

String getNotes() {
return notes;
}

void setNotes(String notes) {
this.notes = notes;
}

String getOfficeAddress() {
return officeAddress;
}

void setOfficeAddress(String officeAddress) {
this.officeAddress = officeAddress;
}

Integer getOfficePhone() {
return officePhone;
}

void setOfficePhone(Integer officePhone) {
this.officePhone = officePhone;
}

Integer getPersonalMobilePhone() {
return personalMobilePhone;
}

void setPersonalMobilePhone(Integer personalMobilePhone) {
this.personalMobilePhone = personalMobilePhone;
}

Integer getQqNumber() {
return qqNumber;
}

void setQqNumber(Integer qqNumber) {
this.qqNumber = qqNumber;
}

public TelBook() {

}

public TelBook(String name, Integer personalMobilePhone) {
this.setName(name);
this.setPersonalMobilePhone(personalMobilePhone);

}

/**
* @param args
*/
public static void main(String[] args) {
// TODO Auto-generated method stub
TelBook myfriend = new TelBook("张三", new Integer("13800138000"));

}

}

阅读全文

与网页版通讯录源码html相关的资料

热点内容
keil分段编译 浏览:26
app有了用户后怎么赚钱 浏览:306
程序员那么可爱20观看 浏览:999
一个数除以二的算法 浏览:403
如何选择php培训机构 浏览:982
app被移除管理了怎么弄 浏览:934
phpredis消息推送 浏览:804
剪贴板里怎么加密码 浏览:153
51单片机入门自学 浏览:548
如何看步数有同步服务器 浏览:10
单片机扫描实验代码 浏览:721
惠州抖音app推广平台怎么引流 浏览:758
如何再网络设置里面添加服务器 浏览:191
陶瓷pdf 浏览:672
选股指标源码最新 浏览:577
arm嵌入式linuxpdf 浏览:477
本田裂行的压缩比 浏览:24
ps色彩调色命令 浏览:592
宽带的服务器地址怎么看 浏览:423
vb如何给文件加密 浏览:215