package com.design.resume;

/**
 * Description: 经历类 实现Cloneable
 * All Rights Reserved.
 * @version 1.0  2017年11月22日 下午1:29:52  by Nina
 */
public class Experience implements Cloneable {
    private String company;
    private String year;
    
    public Experience(){}
    public Experience(String company,String year){
        this.company = company;
        this.year = year;
    }
    public String getCompany() {
        return company;
    }
    public void setCompany(String company) {
        this.company = company;
    }
    public String getYear() {
        return year;
    }
    public void setYear(String year) {
        this.year = year;
    }
    
    public Experience clone(){
        Experience experience = null;
        try {
            experience = (Experience) super.clone();
        } catch (CloneNotSupportedException e) {
            e.printStackTrace();
        }
        return experience;
    }
}
最近下载更多
微信网友_5979658656370688  LV1 2022年5月29日
qq1453363097  LV13 2019年5月12日
古典starrySky  LV1 2018年8月23日
最代码官方  LV167 2017年11月24日
最近浏览更多
dengrengg 2023年11月8日
暂无贡献等级
qq2901732871  LV9 2023年4月19日
总有人间一两风  LV8 2022年12月1日
cunyu123 2022年10月18日
暂无贡献等级
stan是传奇  LV1 2022年8月16日
先生卢大人 2022年6月15日
暂无贡献等级
Java龙666  LV7 2022年6月8日
diandian  LV8 2022年6月1日
微信网友_5979658656370688  LV1 2022年5月29日
2310573421  LV7 2022年5月28日
顶部 客服 微信二维码 底部
>扫描二维码关注最代码为好友扫描二维码关注最代码为好友