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".
| 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.IParsable |
addParsingProblem, getParsingProblem, getParsingProblems, getProblemEnds, getProblemStarts, hasProblem, hasProblem, removeParsingProblem, setParsingProblem, setProblemEnds, setProblemStarts |
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.