Class PublicationForGUI
java.lang.Object
cz.metacentrum.perun.core.api.PerunBean
cz.metacentrum.perun.cabinet.model.Publication
cz.metacentrum.perun.cabinet.model.PublicationForGUI
- All Implemented Interfaces:
Serializable
,Comparable<PerunBean>
Extension for single publication which provides more info for GUI
- Author:
- Pavel Zlamal invalid input: '<'256627@mail.muni.cz>
- See Also:
-
Constructor Summary
ConstructorDescriptionPublicationForGUI
(List<Author> authors, double rank, int id, int externalId, int publicationSystemId, String title, int year, String main, String isbn, int categoryId, String createdBy, Date createdDate, String doi, boolean locked) PublicationForGUI
(List<Author> authors, double rank, int id, int externalId, int publicationSystemId, String title, int year, String main, String isbn, int categoryId, String createdBy, Date createdDate, String doi, boolean locked, int createdByUid) -
Method Summary
Modifier and TypeMethodDescriptionvoid
setCategoryName
(String categoryName) void
setPubSystemName
(String pubSystemName) void
setThanks
(List<ThanksForGUI> thanks) toString()
Methods inherited from class cz.metacentrum.perun.cabinet.model.Publication
equals, getAuthors, getCategoryId, getCreatedBy, getCreatedByUid, getCreatedDate, getDoi, getExternalId, getIsbn, getLocked, getMain, getPublicationSystemId, getRank, getTitle, getYear, hashCode, serializeToString, setAuthors, setCategoryId, setCreatedBy, setCreatedByUid, setCreatedDate, setDoi, setExternalId, setIsbn, setLocked, setMain, setPublicationSystemId, setRank, setTitle, setYear
Methods inherited from class cz.metacentrum.perun.core.api.PerunBean
compareTo, getBeanName, getId, setId
-
Constructor Details
-
PublicationForGUI
-
PublicationForGUI
-
PublicationForGUI
-
-
Method Details
-
getCategoryName
-
setCategoryName
-
getPubSystemName
-
setPubSystemName
-
getThanks
-
setThanks
-
toString
- Overrides:
toString
in classPublication
-