eu.etaxonomy.cdm.model.reference
Interface IProceedings

All Superinterfaces:
IAnnotatableEntity, ICdmBase, IIdentifiableEntity, IMatchable, IMergable, IParsable, IPrintedUnitBase, IPublicationBase, IReference, ISectionBase, ISourceable<IdentifiableSource>, IVersionableEntity, IVolumeReference
All Known Implementing Classes:
OpenUrlReference, Reference

public interface IProceedings
extends IPrintedUnitBase

This interface represents conference proceedings. Proceedings are a collection of academic papers that are published in the context of an academic conference. Each paper typically is quite isolated from the other papers in the proceedings. Proceedings are published in-house, by the organizing institution of the conference, or via an academic publisher.

This class corresponds, according to the TDWG ontology, to the publication type term (from PublicationTypeTerm): "ConferenceProceedings".


Method Summary
 String getOrganization()
          Returns the organization which published this reference
 void setOrganization(String organization)
          Sets the organization which published this reference
 
Methods inherited from interface eu.etaxonomy.cdm.model.reference.IPrintedUnitBase
getEditor, getInSeries, getSeriesPart, setEditor, setInSeries, setSeriesPart
 
Methods inherited from interface eu.etaxonomy.cdm.model.reference.IPublicationBase
getPlacePublished, getPublisher, setPlacePublished, setPublisher, setPublisher
 
Methods inherited from interface eu.etaxonomy.cdm.model.reference.ISectionBase
getInReference, getPages, setInReference, setPages
 
Methods inherited from interface eu.etaxonomy.cdm.model.reference.IVolumeReference
getVolume, setVolume
 
Methods inherited from interface eu.etaxonomy.cdm.model.reference.IReference
getAuthorTeam, getDatePublished, getNomenclaturalCitation, getReferenceAbstract, getTitle, getType, getUri, isOfType, setAuthorTeam, setCacheStrategy, setDatePublished, setReferenceAbstract, setTitle, setType, setUri
 
Methods inherited from interface eu.etaxonomy.cdm.model.common.IIdentifiableEntity
addCredit, addCredit, addExtension, addRights, generateTitle, getCredits, getCredits, getData, getExtensions, getLsid, getRights, getTitleCache, isProtectedTitleCache, removeCredit, removeCredit, removeExtension, removeRights, setLsid, setProtectedTitleCache, setTitleCache, setTitleCache, toString
 
Methods inherited from interface eu.etaxonomy.cdm.model.common.ISourceable
addSource, addSource, getSources, removeSource
 
Methods inherited from interface eu.etaxonomy.cdm.model.common.IAnnotatableEntity
addAnnotation, addMarker, getAnnotations, getMarkers, hasMarker, hasMarker, removeAnnotation, removeMarker
 
Methods inherited from interface eu.etaxonomy.cdm.model.common.IVersionableEntity
getUpdated, getUpdatedBy, setUpdated, setUpdatedBy
 
Methods inherited from interface eu.etaxonomy.cdm.model.common.IParsable
addParsingProblem, getParsingProblem, getParsingProblems, getProblemEnds, getProblemStarts, hasProblem, hasProblem, removeParsingProblem, setParsingProblem, setProblemEnds, setProblemStarts
 

Method Detail

getOrganization

String getOrganization()
Returns the organization which published this reference


setOrganization

void setOrganization(String organization)
Sets the organization which published this reference



Copyright © 2007-2013 EDIT. All Rights Reserved.