de.glossmaker.bib.datastructure
Class TechReport

Package class diagram package TechReport
java.lang.Object
  extended by de.glossmaker.bib.datastructure.ABibItem
      extended by de.glossmaker.bib.datastructure.TechReport
All Implemented Interfaces:
IItem, Comparable<IItem>

public class TechReport
extends ABibItem

This class implements the BibTeX TECHREPORT item.

Required fields: Optional fields:

Author:
Markus Flingelli

Constructor Summary
TechReport(String key, String title, String author, String institution, String year)
           
 
Method Summary
 IItem cloneItem()
           
 boolean isItemValid()
           
 
Methods inherited from class de.glossmaker.bib.datastructure.ABibItem
compareTo, equals, getAddress, getAuthor, getBookTitle, getChapter, getComment, getCrossRef, getEdition, getEditor, getEPrint, getHowPublished, getInstitution, getISBN, getJournal, getKey, getMonth, getNote, getNumber, getOrganization, getOwner, getPages, getPublisher, getReference, getSchool, getSeries, getTimeStamp, getTitle, getType, getUrl, getVolume, getYear, setAddress, setAuthor, setAuthor, setBookTitle, setBookTitle, setChapter, setChapter, setComment, setCrossRef, setEdition, setEditor, setEditor, setEPrint, setHowPublished, setInstitution, setInstitution, setISBN, setItemValues, setJournal, setJournal, setKey, setMonth, setNote, setNote, setNumber, setOrganization, setOwner, setPages, setPages, setPublisher, setPublisher, setSchool, setSchool, setSeries, setTimeStamp, setTitle, setTitle, setType, setUrl, setVolume, setYear, setYear, setYear, setYear, toHTML, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TechReport

public TechReport(String key,
                  String title,
                  String author,
                  String institution,
                  String year)
Method Detail

isItemValid

public boolean isItemValid()
Specified by:
isItemValid in class ABibItem

cloneItem

public IItem cloneItem()


Copyright © 2010 - 2011 Markus Flingelli. All Rights Reserved.