Project

General

Profile

« Previous | Next » 

Revision 57874

Using new function for getRepositoriesOfUser, now retuning repository snippet

View differences:

RepositorySnippet.java
1 1
package eu.dnetlib.repo.manager.domain;
2 2

  
3 3

  
4
import eu.dnetlib.domain.data.PiwikInfo;
4 5

  
5 6
public class RepositorySnippet {
6 7

  
......
13 14
    private Organization[] organizations;
14 15
    private String registrationdate;
15 16

  
17

  
18
    private PiwikInfo piwikInfo;
19

  
16 20
    public RepositorySnippet() {}
17 21

  
18 22
    public String getId() {
......
78 82
    public void setRegistrationdate(String registrationdate) {
79 83
        this.registrationdate = registrationdate;
80 84
    }
85

  
86
    public PiwikInfo getPiwikInfo() {
87
        return piwikInfo;
88
    }
89

  
90
    public void setPiwikInfo(PiwikInfo piwikInfo) {
91
        this.piwikInfo = piwikInfo;
92
    }
81 93
}

Also available in: Unified diff