Project

General

Profile

1
//package eu.dnetlib.data.claims.migration.entity;
2
//
3
//import java.util.Date;
4
//
5
///**
6
// * Created by argirok on 10/2/2016.
7
// */
8
//public class ContextRelation {
9
//
10
//    private String claimId = null;
11
//    private String contextId = null;
12
//
13
//    private String resultId = null;
14
//
15
//    private boolean hasDMF = false;
16
//    private String resultDmf = null;
17
//    private String contextDmf = null;
18
//
19
//
20
//    private String collectedFrom = null;
21
//    private String claimedBy = null;
22
//    private Date claimDate = null;
23
//
24
//    public String getClaimId() {
25
//        return claimId;
26
//    }
27
//
28
//    public void setClaimId(String claimId) {
29
//        this.claimId = claimId;
30
//    }
31
//
32
//    public String getContextId() {
33
//        return contextId;
34
//    }
35
//
36
//    public void setContextId(String contextId) {
37
//        this.contextId = contextId;
38
//    }
39
//
40
//    public String getResultId() {
41
//        return resultId;
42
//    }
43
//
44
//    public void setResultId(String resultId) {
45
//        this.resultId = resultId;
46
//    }
47
//
48
//    public boolean isHasDMF() {
49
//        return hasDMF;
50
//    }
51
//
52
//    public void setHasDMF(boolean hasDMF) {
53
//        this.hasDMF = hasDMF;
54
//    }
55
//
56
//    public String getResultDmf() {
57
//        return resultDmf;
58
//    }
59
//
60
//    public void setResultDmf(String resultDmf) {
61
//        this.resultDmf = resultDmf;
62
//    }
63
//
64
//    public String getContextDmf() {
65
//        return contextDmf;
66
//    }
67
//
68
//    public void setContextDmf(String contextDmf) {
69
//        this.contextDmf = contextDmf;
70
//    }
71
//
72
//    public String getCollectedFrom() {
73
//        return collectedFrom;
74
//    }
75
//
76
//    public void setCollectedFrom(String collectedFrom) {
77
//        this.collectedFrom = collectedFrom;
78
//    }
79
//
80
//    public String getClaimedBy() {
81
//        return claimedBy;
82
//    }
83
//
84
//    public void setClaimedBy(String claimedBy) {
85
//        this.claimedBy = claimedBy;
86
//    }
87
//
88
//    public Date getClaimDate() {
89
//        return claimDate;
90
//    }
91
//
92
//    public void setClaimDate(Date claimDate) {
93
//        this.claimDate = claimDate;
94
//    }
95
//}
(3-3/8)