Project

General

Profile

« Previous | Next » 

Revision 53113

Add repository snippet methods

View differences:

RequestFilter.java
10 10
    private String country = null;
11 11
    private String id = null;
12 12
    private String officialname = null;
13
    private String collectedfrom = null;
13 14

  
14 15

  
15 16
    public RequestFilter() {
......
55 56
    public void setOfficialname(String officialname) {
56 57
        this.officialname = officialname;
57 58
    }
59

  
60
    public String getCollectedfrom() {
61
        return collectedfrom;
62
    }
63

  
64
    public void setCollectedfrom(String collectedfrom) {
65
        this.collectedfrom = collectedfrom;
66
    }
58 67
}

Also available in: Unified diff