This commit is contained in:
@@ -80,6 +80,9 @@ public class Article implements Serializable {
|
|||||||
this.mainAuthor = mainAuthor;
|
this.mainAuthor = mainAuthor;
|
||||||
this.secondaryAuthors = secondaryAuthor;
|
this.secondaryAuthors = secondaryAuthor;
|
||||||
this.state = state;
|
this.state = state;
|
||||||
|
secondaryAuthors = new ArrayList<String>();
|
||||||
|
referees = new ArrayList<User>();
|
||||||
|
pcMembers = new ArrayList<User>();
|
||||||
}
|
}
|
||||||
|
|
||||||
@Id
|
@Id
|
||||||
@@ -210,4 +213,8 @@ public class Article implements Serializable {
|
|||||||
public void setConference(Conference conference){
|
public void setConference(Conference conference){
|
||||||
this.conference = conference;
|
this.conference = conference;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public boolean asMember(){
|
||||||
|
return false;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user