導航:首頁 > 源碼編譯 > 網頁版通訊錄源碼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相關的資料

熱點內容
java修改ip地址 瀏覽:825
java操作cookie 瀏覽:683
ping命令2個ip 瀏覽:220
怎麼御載軟體商店加密應用 瀏覽:804
小周伺服器為什麼進不去 瀏覽:298
游戲製作用什麼編譯語言 瀏覽:639
矢量圖怎麼加密碼 瀏覽:668
知到app怎麼刷課時 瀏覽:600
三程序員那麼可愛 瀏覽:954
有票app怎麼退票 瀏覽:602
cmd命令連接oracle資料庫 瀏覽:666
postgresqllinux命令 瀏覽:510
編譯原理翻譯文法的功能 瀏覽:442
51單片機LCD電路 瀏覽:893
我的世界如何玩寶可夢伺服器 瀏覽:261
天天象棋app怎麼找不到了 瀏覽:661
如何格式化內存卡上加密的照片 瀏覽:35
上汽大眾app哪裡上傳發票 瀏覽:118
手機電池加密屏幕加密 瀏覽:388
基於51系列單片機的智能家居 瀏覽:585