//package eu.dnetlib.data.claims.migration.entity;
//
///**
// * Created by kiatrop on 5/2/2016.
// */
//
//import java.util.Date;
//
///**
// * This is the old claim representation
// */
//public class Relation {
//
//    private String claimId = null;
//    private String targetId = null;
//    private String targetType = null;
//
//    private String sourceId = null;
//    private String sourceType = null;
//
//    private boolean hasDMF = false;
//    private String dmf = 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 getTargetId() {
//        return targetId;
//    }
//
//    public void setTargetId(String targetId) {
//        this.targetId = targetId;
//    }
//
//    public String getTargetType() {
//        return targetType;
//    }
//
//    public void setTargetType(String targetType) {
//        this.targetType = targetType;
//    }
//
//    public String getSourceId() {
//        return sourceId;
//    }
//
//    public void setSourceId(String sourceId) {
//        this.sourceId = sourceId;
//    }
//
//    public String getSourceType() {
//        return sourceType;
//    }
//
//    public void setSourceType(String sourceType) {
//        this.sourceType = sourceType;
//    }
//
//    public boolean isHasDMF() {
//        return hasDMF;
//    }
//
//    public void setHasDMF(boolean hasDMF) {
//        this.hasDMF = hasDMF;
//    }
//
//    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;
//    }
//
//    public String getDmf() {
//        return dmf;
//    }
//
//    public void setDmf(String dmf) {
//        this.dmf = dmf;
//    }
//}
