2021-04-26

課堂代碼
public class Courier extends Person{
private String courierId;

public Courier(){
}
public Courier(String courierId,String pwd){
    super.setPwd(pwd);
    this.courierId = courierId;
}
public Courier(String courierId,String name,String sex,int age,String pwd){
    super(name,age,pwd,sex); //super只能出現(xiàn)在第一行
    this.courierId = courierId;
}

public String getCourierId() {
    return courierId;
}

public void setCourierId(String courierId) {
    this.courierId = courierId;
}
@Override
public String toString(){
    return "Courier{" +
            "courierId='" + courierId + '\'' +
            "name='" + getName() + '\''+
            "age='" + getAge() + '\''+
            "pwd='" + getPwd() +'\''+
            "sex='" + getSex() + '\''+
            '}';
}

}

public class Customer extends Person {
private String customerId;
private String phone;

public static Customer builder() {
    return new Customer();
}

public String getPhone() {
    return phone;
}

public void setPhone(String phone) {
    this.phone = phone;
}


//構(gòu)建器  用來構(gòu)建一個對象
public Customer() {

}


public Customer setCustomerId(String customerId){
    this.customerId = customerId;
    return this;
}

public String getCustomerId(){
    return customerId;
}
public Customer Pwd(String pwd){
    super.setPwd(pwd);
    //this.pwd=pwd
    return this;
}
}

public class Customer extends Person {
private String customerId;
private String phone;

~
public class Customer extends Person {
private String courierId;

    public  Courier(){}
    public  Courier(String courierId, String pwd){
        super.setPwd(pwd);
        this.courierId = courierId;

    }
    public Courier(String courierId,String name,String sex, int age,String pwd){
        super(name,age,pwd,sex);
        // super 只能出現(xiàn)在第一行
        this.courierId = courierId;

    }

    public String getCourierId() {
        return courierId;
    }

    public void setCourierId(String courierId) {
        this.courierId = courierId;
    }

    @Override
    public String toString() {
        return "Courier{" +
                "courierId='" + courierId + '\''
                +"name'" + getName() + '\''
                +"age='" + getAge() + '\''
                +"pwd='" + getPwd() + '\'' +
                "sex='" + getSex() + '\'' +
                '}';
    }
}

~
import com.feige.beans.Customer;
import org.omg.CORBA.UserException;

import java.util.Scanner;

public class loginService {
private Scanner sc = null;
public loginService(Scanner scanner){ this.sc = scanner; }
//注冊
public void register(Scanner sc){
System.out.println("請輸入用戶的編號:");
String clientId = sc.next();
System.out.println("請輸入用戶的密碼:");
String pwd = sc.next();
System.out.println("請輸入用戶名:");
String name = sc.next();
System.out.println("請輸入年齡:");
int age = sc.nextInt();
System.out.println("請輸入性別:");
String sex = sc.next();
System.out.println("請輸入手機號:");
String phone = sc.next();

    Customer customer = Customer.builder().setCustomerId(clientId).Pwd(pwd);
    customer.setName(name);
    customer.setAge(age);
    customer.setPhone(phone);
    customer.setSex(sex);
    // 把上面的對象保存到數(shù)組
    // CustomerData.save(customer);

}

}

package com.feige;

import java.util.Scanner;

public class Main {
Scanner sc = new Scanner(System.in);
public Main(){
}
public void menu(){
System.out.println("==========================");
System.out.println("\t\t歡迎使用快遞系統(tǒng)\t\t");
System.out.println("1.用戶注冊");
System.out.println("2.登錄系統(tǒng)");
System.out.println("3.商品查看");
System.out.println("4.退出系統(tǒng)");
System.out.println("請輸入:");
int funNO = sc.nextInt();
switch (funNO){
case 1:
//用戶注冊
break;
case 2:
//登錄系統(tǒng)
break;
case 3:
//商品查看
break;
case 4:
//退出系統(tǒng)
default:
sc.close();//關(guān)閉掃描器資源
System.exit(0); // 0 正常退出 非0 非正常的中斷退出
}
}

public Scanner getSc() {
    return sc;
}

public void setSc(Scanner sc) {
    this.sc = sc;
}

public static void main(String[]args){
    new Main().menu();
}

}

最后編輯于
?著作權(quán)歸作者所有,轉(zhuǎn)載或內(nèi)容合作請聯(lián)系作者
  • 序言:七十年代末,一起剝皮案震驚了整個濱河市漂坏,隨后出現(xiàn)的幾起案子饿凛,更是在濱河造成了極大的恐慌蕾总,老刑警劉巖兰吟,帶你破解...
    沈念sama閱讀 211,948評論 6 492
  • 序言:濱河連續(xù)發(fā)生了三起死亡事件,死亡現(xiàn)場離奇詭異,居然都是意外死亡湖蜕,警方通過查閱死者的電腦和手機,發(fā)現(xiàn)死者居然都...
    沈念sama閱讀 90,371評論 3 385
  • 文/潘曉璐 我一進店門宋列,熙熙樓的掌柜王于貴愁眉苦臉地迎上來昭抒,“玉大人,你說我怎么就攤上這事炼杖∶鸱担” “怎么了?”我有些...
    開封第一講書人閱讀 157,490評論 0 348
  • 文/不壞的土叔 我叫張陵坤邪,是天一觀的道長熙含。 經(jīng)常有香客問我,道長艇纺,這世上最難降的妖魔是什么婆芦? 我笑而不...
    開封第一講書人閱讀 56,521評論 1 284
  • 正文 為了忘掉前任怕磨,我火速辦了婚禮,結(jié)果婚禮上消约,老公的妹妹穿的比我還像新娘肠鲫。我一直安慰自己,他們只是感情好或粮,可當(dāng)我...
    茶點故事閱讀 65,627評論 6 386
  • 文/花漫 我一把揭開白布导饲。 她就那樣靜靜地躺著,像睡著了一般氯材。 火紅的嫁衣襯著肌膚如雪渣锦。 梳的紋絲不亂的頭發(fā)上,一...
    開封第一講書人閱讀 49,842評論 1 290
  • 那天氢哮,我揣著相機與錄音袋毙,去河邊找鬼。 笑死冗尤,一個胖子當(dāng)著我的面吹牛听盖,可吹牛的內(nèi)容都是我干的。 我是一名探鬼主播裂七,決...
    沈念sama閱讀 38,997評論 3 408
  • 文/蒼蘭香墨 我猛地睜開眼皆看,長吁一口氣:“原來是場噩夢啊……” “哼!你這毒婦竟也來了背零?” 一聲冷哼從身側(cè)響起腰吟,我...
    開封第一講書人閱讀 37,741評論 0 268
  • 序言:老撾萬榮一對情侶失蹤,失蹤者是張志新(化名)和其女友劉穎徙瓶,沒想到半個月后毛雇,有當(dāng)?shù)厝嗽跇淞掷锇l(fā)現(xiàn)了一具尸體,經(jīng)...
    沈念sama閱讀 44,203評論 1 303
  • 正文 獨居荒郊野嶺守林人離奇死亡侦镇,尸身上長有42處帶血的膿包…… 初始之章·張勛 以下內(nèi)容為張勛視角 年9月15日...
    茶點故事閱讀 36,534評論 2 327
  • 正文 我和宋清朗相戀三年禾乘,在試婚紗的時候發(fā)現(xiàn)自己被綠了。 大學(xué)時的朋友給我發(fā)了我未婚夫和他白月光在一起吃飯的照片虽缕。...
    茶點故事閱讀 38,673評論 1 341
  • 序言:一個原本活蹦亂跳的男人離奇死亡,死狀恐怖蒲稳,靈堂內(nèi)的尸體忽然破棺而出氮趋,到底是詐尸還是另有隱情,我是刑警寧澤江耀,帶...
    沈念sama閱讀 34,339評論 4 330
  • 正文 年R本政府宣布剩胁,位于F島的核電站,受9級特大地震影響祥国,放射性物質(zhì)發(fā)生泄漏昵观。R本人自食惡果不足惜晾腔,卻給世界環(huán)境...
    茶點故事閱讀 39,955評論 3 313
  • 文/蒙蒙 一、第九天 我趴在偏房一處隱蔽的房頂上張望啊犬。 院中可真熱鬧灼擂,春花似錦、人聲如沸觉至。這莊子的主人今日做“春日...
    開封第一講書人閱讀 30,770評論 0 21
  • 文/蒼蘭香墨 我抬頭看了看天上的太陽语御。三九已至峻贮,卻和暖如春,著一層夾襖步出監(jiān)牢的瞬間应闯,已是汗流浹背纤控。 一陣腳步聲響...
    開封第一講書人閱讀 32,000評論 1 266
  • 我被黑心中介騙來泰國打工, 沒想到剛下飛機就差點兒被人妖公主榨干…… 1. 我叫王不留碉纺,地道東北人船万。 一個月前我還...
    沈念sama閱讀 46,394評論 2 360
  • 正文 我出身青樓,卻偏偏與公主長得像惜辑,于是被迫代替她去往敵國和親唬涧。 傳聞我的和親對象是個殘疾皇子,可洞房花燭夜當(dāng)晚...
    茶點故事閱讀 43,562評論 2 349

推薦閱讀更多精彩內(nèi)容