//package eu.dnetlib.data.claims.migration.entity;
//
//import java.util.Date;
//
///**
// * Created by argirok on 10/2/2016.
// */
//public class ContextRelation {
//
//    private String claimId = null;
//    private String contextId = null;
//
//    private String resultId = null;
//
//    private boolean hasDMF = false;
//    private String resultDmf = null;
//    private String contextDmf = null;
//
//
//    private String collectedFrom = null;
//    private String claimedBy = null;
//    private Date claimDate = null;
//
//    public String getClaimId() {
//        return claimId;
//    }
//
//    public void setClaimId(String claimId) {
//        this.claimId = claimId;
//    }
//
//    public String getContextId() {
//        return contextId;
//    }
//
//    public void setContextId(String contextId) {
//        this.contextId = contextId;
//    }
//
//    public String getResultId() {
//        return resultId;
//    }
//
//    public void setResultId(String resultId) {
//        this.resultId = resultId;
//    }
//
//    public boolean isHasDMF() {
//        return hasDMF;
//    }
//
//    public void setHasDMF(boolean hasDMF) {
//        this.hasDMF = hasDMF;
//    }
//
//    public String getResultDmf() {
//        return resultDmf;
//    }
//
//    public void setResultDmf(String resultDmf) {
//        this.resultDmf = resultDmf;
//    }
//
//    public String getContextDmf() {
//        return contextDmf;
//    }
//
//    public void setContextDmf(String contextDmf) {
//        this.contextDmf = contextDmf;
//    }
//
//    public String getCollectedFrom() {
//        return collectedFrom;
//    }
//
//    public void setCollectedFrom(String collectedFrom) {
//        this.collectedFrom = collectedFrom;
//    }
//
//    public String getClaimedBy() {
//        return claimedBy;
//    }
//
//    public void setClaimedBy(String claimedBy) {
//        this.claimedBy = claimedBy;
//    }
//
//    public Date getClaimDate() {
//        return claimDate;
//    }
//
//    public void setClaimDate(Date claimDate) {
//        this.claimDate = claimDate;
//    }
//}
