为了账号安全,请及时绑定邮箱和手机立即绑定

Employee 的代码是什么???

Employee 的代码是什么???

正在回答

2 回答

Employee是个实体类代码
Employee.java
public class Employee{

    private String firstName;
    private String lastName;

    public Employee(String firstName, String lastName) {
        this.firstName = firstName;
        this.lastName = lastName;
    }

    public String getFirstName() {
        return firstName;
    }

    public void setFirstName(String firstName) {
        this.firstName = firstName;
    }

    public String getLastName() {
        return lastName;
    }

    public void setLastName(String lastName) {
        this.lastName = lastName;
    }
}


0 回复 有任何疑惑可以回复我~

employee property instance box

1 回复 有任何疑惑可以回复我~
#1

慕粉5号

什么意思啊?求解答!
2017-10-05 回复 有任何疑惑可以回复我~

举报

0/150
提交
取消

Employee 的代码是什么???

我要回答 关注问题
意见反馈 帮助中心 APP下载
官方微信