formatted code
This commit is contained in:
parent
8ccd24b34b
commit
b48a0a4541
|
@ -11,7 +11,7 @@ import eu.dnetlib.dhp.schema.sx.scholix.ScholixIdentifier;
|
||||||
public class ScholixSummary implements Serializable {
|
public class ScholixSummary implements Serializable {
|
||||||
private String id;
|
private String id;
|
||||||
private List<ScholixIdentifier> localIdentifier;
|
private List<ScholixIdentifier> localIdentifier;
|
||||||
private Typology typology;
|
private String typology;
|
||||||
private String subType;
|
private String subType;
|
||||||
private List<String> title;
|
private List<String> title;
|
||||||
private List<String> author;
|
private List<String> author;
|
||||||
|
@ -40,11 +40,11 @@ public class ScholixSummary implements Serializable {
|
||||||
this.localIdentifier = localIdentifier;
|
this.localIdentifier = localIdentifier;
|
||||||
}
|
}
|
||||||
|
|
||||||
public Typology getTypology() {
|
public String getTypology() {
|
||||||
return typology;
|
return typology;
|
||||||
}
|
}
|
||||||
|
|
||||||
public void setTypology(Typology typology) {
|
public void setTypology(String typology) {
|
||||||
this.typology = typology;
|
this.typology = typology;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue