Class BibTexWrap
- java.lang.Object
-
- org.bibsonomy.model.Resource
-
- org.bibsonomy.model.BibTex
-
- edu.upf.taln.dri.common.connector.bibsonomy.model.BibTexWrap
-
- All Implemented Interfaces:
Serializable
,org.bibsonomy.model.Rateable
public class BibTexWrap extends org.bibsonomy.model.BibTex
Extension of class that represent a BibTeX entry- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description BibTexWrap()
BibTexWrap(String authorString, String editorString)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getAuthorList()
String
getEditorList()
void
setAuthorList(String authorString)
void
setEditorList(String editorString)
-
Methods inherited from class org.bibsonomy.model.BibTex
addMiscField, clearMiscFields, getAbstract, getAddress, getAnnote, getAuthor, getBibtexKey, getBooktitle, getChapter, getCrossref, getDay, getDocuments, getEdition, getEditor, getEntrytype, getExtraUrls, getHowpublished, getInstitution, getJournal, getKey, getMisc, getMiscField, getMiscFields, getMonth, getNote, getNumber, getOpenURL, getOrganization, getPages, getPersonNamesByRole, getPrivnote, getPublisher, getSchool, getScraperId, getScraperMetadata, getSeries, getSimHash0, getSimHash1, getSimHash2, getSimHash3, getType, getUrl, getVolume, getYear, isMiscFieldParsed, parseMiscField, recalculateHashes, removeMiscField, serializeMiscFields, setAbstract, setAddress, setAnnote, setAuthor, setBibtexKey, setBooktitle, setChapter, setCrossref, setDay, setDocuments, setEdition, setEditor, setEntrytype, setExtraUrls, setHowpublished, setInstitution, setJournal, setKey, setMisc, setMiscFields, setMonth, setNote, setNumber, setOpenURL, setOrganization, setPages, setPrivnote, setPublisher, setSchool, setScraperId, setScraperMetadata, setSeries, setType, setUrl, setVolume, setYear, syncMiscFields, toString
-
-