Class 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
    • 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
      • Methods inherited from class org.bibsonomy.model.Resource

        getCount, getDiscussionItems, getInterHash, getIntraHash, getNumberOfRatings, getPosts, getRating, getTitle, setCount, setDiscussionItems, setInterHash, setIntraHash, setNumberOfRatings, setPosts, setRating, setTitle
    • Constructor Detail

      • BibTexWrap

        public BibTexWrap()
      • BibTexWrap

        public BibTexWrap​(String authorString,
                          String editorString)
    • Method Detail

      • getAuthorList

        public String getAuthorList()
      • setAuthorList

        public void setAuthorList​(String authorString)
      • getEditorList

        public String getEditorList()
      • setEditorList

        public void setEditorList​(String editorString)