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

import java.util.LinkedList;
import java.util.List;

public class Paper {
	private String id;
	private String sourceName;
	private String englishName;
	private String sourceAuthor;
	private String type;
	private String fund;
	private String journal;
	private String firstOrg;
	private String orgName;
	private String category;
	private String firstAuthor;
	private String isbn;
	private String yearVolume;
	private String keywords;
	private String fundType;
	private List<Reference> reference = new LinkedList<Reference>();
	
	public Paper(String id,
			String sourceName,
			String englishName,
			String sourceAuthor,
			String type,
			String fund,
			String journal,
			String firstOrg,
			String orgName,
			String category,
			String firstAuthor,
			String isbn,
			String yearVolume,
			String keywords,
			String fundType,
			List<Reference> reference){
		this.id = id;
		this.sourceName = sourceName;
		this.englishName = englishName;
		this.sourceAuthor = sourceAuthor;
		this.type = type;
		this.fund = fund;
		this.journal = journal;
		this.firstOrg = firstOrg;
		this.orgName = orgName;
		this.category = category;
		this.firstAuthor = firstAuthor;
		this.isbn = isbn;
		this.yearVolume = yearVolume;
		this.keywords = keywords;
		this.fundType = fundType;
		if(!reference.isEmpty()){
			this.reference.addAll(reference);			
		}
	}
	
	public String getId() {
		return id;
	}
	public void setId(String id) {
		this.id = id;
	}
	public String getSourceName() {
		return sourceName;
	}
	public void setSourceName(String sourceName) {
		this.sourceName = sourceName;
	}
	public String getEnglishName() {
		return englishName;
	}
	public void setEnglishName(String englishName) {
		this.englishName = englishName;
	}
	public String getSourceAuthor() {
		return sourceAuthor;
	}
	public void setSourceAuthor(String sourceAuthor) {
		this.sourceAuthor = sourceAuthor;
	}
	public String getType() {
		return type;
	}
	public void setType(String type) {
		this.type = type;
	}
	public String getFund() {
		return fund;
	}
	public void setFund(String fund) {
		this.fund = fund;
	}
	public String getJournal() {
		return journal;
	}
	public void setJournal(String journal) {
		this.journal = journal;
	}
	public String getFirstOrg() {
		return firstOrg;
	}
	public void setFirstOrg(String firstOrg) {
		this.firstOrg = firstOrg;
	}
	public String getOrgName() {
		return orgName;
	}
	public void setOrgName(String orgName) {
		this.orgName = orgName;
	}
	public String getCategory() {
		return category;
	}
	public void setCategory(String category) {
		this.category = category;
	}
	public String getFirstAuthor() {
		return firstAuthor;
	}
	public void setFirstAuthor(String firstAuthor) {
		this.firstAuthor = firstAuthor;
	}
	public String getIsbn() {
		return isbn;
	}
	public void setIsbn(String isbn) {
		this.isbn = isbn;
	}
	public String getYearVolume() {
		return yearVolume;
	}
	public void setYearVolume(String yearVolume) {
		this.yearVolume = yearVolume;
	}
	public String getKeywords() {
		return keywords;
	}
	public void setKeywords(String keywords) {
		this.keywords = keywords;
	}
	public String getFundType() {
		return fundType;
	}
	public void setFundType(String fundType) {
		this.fundType = fundType;
	}
	public List<Reference> getReference() {
		return reference;
	}
	public void setReference(List<Reference> reference) {
		this.reference = reference;
	}
	
	
}
最近下载更多
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日
顶部 客服 微信二维码 底部
>扫描二维码关注最代码为好友扫描二维码关注最代码为好友