minor
This commit is contained in:
parent
d771a883f9
commit
d4bf449e8c
|
@ -5,14 +5,12 @@ import java.io.Serializable;
|
||||||
import java.util.LinkedList;
|
import java.util.LinkedList;
|
||||||
import java.util.List;
|
import java.util.List;
|
||||||
|
|
||||||
import com.fasterxml.jackson.annotation.JsonSubTypes;
|
|
||||||
import com.fasterxml.jackson.annotation.JsonTypeInfo;
|
|
||||||
|
|
||||||
import eu.dnetlib.dhp.schema.common.EntityType;
|
|
||||||
import eu.dnetlib.dhp.schema.oaf.*;
|
import eu.dnetlib.dhp.schema.oaf.*;
|
||||||
|
|
||||||
public class JoinedEntity implements Serializable {
|
public class JoinedEntity implements Serializable {
|
||||||
|
|
||||||
|
private static final long serialVersionUID = -6337458773099581114L;
|
||||||
|
|
||||||
private OafEntity entity;
|
private OafEntity entity;
|
||||||
|
|
||||||
private List<RelatedEntityWrapper> links;
|
private List<RelatedEntityWrapper> links;
|
||||||
|
|
Loading…
Reference in New Issue