Project

General

Profile

« Previous | Next » 

Revision 51837

Added by Tsampikos Livisianos about 6 years ago

refactor everything

View differences:

Funder.java
1
package eu.dnetlib.statsapi.entity;
1
package eu.dnetlib.statsapi.domain;
2 2

  
3 3
import java.io.Serializable;
4 4

  
5
public class Funder implements Serializable{
5
public class Funder implements Serializable {
6 6
    private final static long serialVersionUID = 1;
7 7

  
8 8
    private int publications = 0;
......
16 16
    public Funder() {
17 17
    }
18 18

  
19
    public Funder(int pubs, int oa, int emb, int res, int proj, int proj_pubs){
19
    public Funder(int pubs, int oa, int emb, int res, int proj, int proj_pubs) {
20 20
        this.publications = pubs;
21 21
        this.open_access = oa;
22 22
        this.embargo = emb;

Also available in: Unified diff