首页>代码>java统计参考文献被引用的次数>/statistics/src/main/java/data/domain/Reference.java
package data.domain;

public class Reference {
	private String id;
	private String author;
	private String title;
	private String city;
	private String publish;
	private String journal;
	private String year;
	private String month;
	
	public Reference(
			String id,
			String author,
			String title,
			String city,
			String publish,
			String year){
		this.id = id;
		this.author = author;
		this.title = title;
		this.city = city;
		this.publish = publish;
		this.year = year;
	}
	
	public Reference(
			String id,
			String author,
			String title,
			String city,
			String publish,
			String journal,
			String year,
			String month){
		this.id = id;
		this.author = author;
		this.title = title;
		this.city = city;
		this.publish = publish;
		this.journal = journal;
		this.year = year;
		this.month = month;
	}
	
	public String getId() {
		return id;
	}
	public void setId(String id) {
		this.id = id;
	}
	public String getAuthor() {
		return author;
	}

	public void setAuthor(String author) {
		this.author = author;
	}

	public String getTitle() {
		return title;
	}
	public void setTitle(String title) {
		this.title = title;
	}
	public String getCity() {
		return city;
	}
	public void setCity(String city) {
		this.city = city;
	}
	public String getPublish() {
		return publish;
	}
	public void setPublish(String publish) {
		this.publish = publish;
	}
	public String getJournal() {
		return journal;
	}

	public void setJournal(String journal) {
		this.journal = journal;
	}

	public String getYear() {
		return year;
	}
	public void setYear(String year) {
		this.year = year;
	}

	public String getMonth() {
		return month;
	}

	public void setMonth(String month) {
		this.month = month;
	}
	
	
}
最近下载更多
Irene777  LV1 2022年2月24日
最近浏览更多
qiuyuqiuyuqiuyu 2023年5月25日
暂无贡献等级
Irene777  LV1 2022年2月24日
2898369623  LV1 2021年10月12日
1798672867  LV21 2021年7月18日
哎呀  LV1 2021年5月15日
2018ly 2021年5月13日
暂无贡献等级
FshfshFsh  LV2 2021年3月7日
2196316269  LV10 2021年2月24日
litaosb  LV5 2020年12月14日
532069753  LV3 2020年5月1日
顶部 客服 微信二维码 底部
>扫描二维码关注最代码为好友扫描二维码关注最代码为好友