gov.nih.nci.mageom.domain.BQS
Interface BibliographicReference

All Superinterfaces:
Describable, Extendable
All Known Implementing Classes:
BibliographicReferenceImpl

public interface BibliographicReference
extends Describable

Attributes for the most common criteria and association with OntologyEntry allows criteria to be specified for searching for a Bibliographic reference.

Version:
%I%, %G%

Method Summary
 DatabaseEntry[] getAccessions()
          Returns the value of this BibliographicReference object's accessions attribute.
 java.lang.String getAuthors()
          Returns the value of this BibliographicReference object's authors attribute.
 java.lang.String getEditor()
          Returns the value of this BibliographicReference object's editor attribute.
 java.lang.String getIssue()
          Returns the value of this BibliographicReference object's issue attribute.
 java.lang.String getPages()
          Returns the value of this BibliographicReference object's pages attribute.
 OntologyEntry[] getParameters()
          Returns the value of this BibliographicReference object's parameters attribute.
 java.lang.String getPublication()
          Returns the value of this BibliographicReference object's publication attribute.
 java.lang.String getPublisher()
          Returns the value of this BibliographicReference object's publisher attribute.
 java.lang.String getTitle()
          Returns the value of this BibliographicReference object's title attribute.
 java.lang.String getURI()
          Returns the value of this BibliographicReference object's URI attribute.
 java.lang.String getVolume()
          Returns the value of this BibliographicReference object's volume attribute.
 java.util.Date getYear()
          Returns the value of this BibliographicReference object's year attribute.
 void setAccessions(DatabaseEntry[] p_accessions)
          Sets the accessions attribute.
 void setAuthors(java.lang.String p_authors)
          Sets the authors attribute.
 void setEditor(java.lang.String p_editor)
          Sets the editor attribute.
 void setIssue(java.lang.String p_issue)
          Sets the issue attribute.
 void setPages(java.lang.String p_pages)
          Sets the pages attribute.
 void setParameters(OntologyEntry[] p_parameters)
          Sets the parameters attribute.
 void setPublication(java.lang.String p_publication)
          Sets the publication attribute.
 void setPublisher(java.lang.String p_publisher)
          Sets the publisher attribute.
 void setTitle(java.lang.String p_title)
          Sets the title attribute.
 void setURI(java.lang.String p_URI)
          Sets the URI attribute.
 void setVolume(java.lang.String p_volume)
          Sets the volume attribute.
 void setYear(java.util.Date p_year)
          Sets the year attribute.
 
Methods inherited from interface gov.nih.nci.mageom.domain.Describable
getAuditTrail, getDescriptions, getSecurity, setAuditTrail, setDescriptions, setSecurity
 
Methods inherited from interface gov.nih.nci.mageom.domain.Extendable
getPropertySets, setPropertySets
 

Method Detail

setTitle

void setTitle(java.lang.String p_title)
Sets the title attribute. This API is currently read-only. So, calling this method does not affect the persistent state of a BibliographicReference object.

Parameters:
p_title - The new value for title.
See Also:
getTitle()

getTitle

java.lang.String getTitle()
Returns the value of this BibliographicReference object's title attribute. Description of title: DOCUMENT ME!

Returns:
String The value of title.

setAuthors

void setAuthors(java.lang.String p_authors)
Sets the authors attribute. This API is currently read-only. So, calling this method does not affect the persistent state of a BibliographicReference object.

Parameters:
p_authors - The new value for authors.
See Also:
getAuthors()

getAuthors

java.lang.String getAuthors()
Returns the value of this BibliographicReference object's authors attribute. Description of authors: DOCUMENT ME!

Returns:
String The value of authors.

setPublication

void setPublication(java.lang.String p_publication)
Sets the publication attribute. This API is currently read-only. So, calling this method does not affect the persistent state of a BibliographicReference object.

Parameters:
p_publication - The new value for publication.
See Also:
getPublication()

getPublication

java.lang.String getPublication()
Returns the value of this BibliographicReference object's publication attribute. Description of publication: DOCUMENT ME!

Returns:
String The value of publication.

setPublisher

void setPublisher(java.lang.String p_publisher)
Sets the publisher attribute. This API is currently read-only. So, calling this method does not affect the persistent state of a BibliographicReference object.

Parameters:
p_publisher - The new value for publisher.
See Also:
getPublisher()

getPublisher

java.lang.String getPublisher()
Returns the value of this BibliographicReference object's publisher attribute. Description of publisher: DOCUMENT ME!

Returns:
String The value of publisher.

setEditor

void setEditor(java.lang.String p_editor)
Sets the editor attribute. This API is currently read-only. So, calling this method does not affect the persistent state of a BibliographicReference object.

Parameters:
p_editor - The new value for editor.
See Also:
getEditor()

getEditor

java.lang.String getEditor()
Returns the value of this BibliographicReference object's editor attribute. Description of editor: DOCUMENT ME!

Returns:
String The value of editor.

setYear

void setYear(java.util.Date p_year)
Sets the year attribute. This API is currently read-only. So, calling this method does not affect the persistent state of a BibliographicReference object.

Parameters:
p_year - The new value for year.
See Also:
getYear()

getYear

java.util.Date getYear()
Returns the value of this BibliographicReference object's year attribute. Description of year: DOCUMENT ME!

Returns:
Date The value of year.

setVolume

void setVolume(java.lang.String p_volume)
Sets the volume attribute. This API is currently read-only. So, calling this method does not affect the persistent state of a BibliographicReference object.

Parameters:
p_volume - The new value for volume.
See Also:
getVolume()

getVolume

java.lang.String getVolume()
Returns the value of this BibliographicReference object's volume attribute. Description of volume: DOCUMENT ME!

Returns:
String The value of volume.

setIssue

void setIssue(java.lang.String p_issue)
Sets the issue attribute. This API is currently read-only. So, calling this method does not affect the persistent state of a BibliographicReference object.

Parameters:
p_issue - The new value for issue.
See Also:
getIssue()

getIssue

java.lang.String getIssue()
Returns the value of this BibliographicReference object's issue attribute. Description of issue: DOCUMENT ME!

Returns:
String The value of issue.

setPages

void setPages(java.lang.String p_pages)
Sets the pages attribute. This API is currently read-only. So, calling this method does not affect the persistent state of a BibliographicReference object.

Parameters:
p_pages - The new value for pages.
See Also:
getPages()

getPages

java.lang.String getPages()
Returns the value of this BibliographicReference object's pages attribute. Description of pages: DOCUMENT ME!

Returns:
String The value of pages.

setURI

void setURI(java.lang.String p_URI)
Sets the URI attribute. This API is currently read-only. So, calling this method does not affect the persistent state of a BibliographicReference object.

Parameters:
p_URI - The new value for URI.
See Also:
getURI()

getURI

java.lang.String getURI()
Returns the value of this BibliographicReference object's URI attribute. Description of URI: DOCUMENT ME!

Returns:
String The value of URI.

setParameters

void setParameters(OntologyEntry[] p_parameters)
Sets the parameters attribute. This API is currently read-only. So, calling this method does not affect the persistent state of a BibliographicReference object.

Parameters:
p_parameters - The new value for parameters.
See Also:
getParameters()

getParameters

OntologyEntry[] getParameters()
Returns the value of this BibliographicReference object's parameters attribute.

Returns:
gov.nih.nci.mageom.bean.Description.OntologyEntry[] The value of parameters.
See Also:
OntologyEntry

setAccessions

void setAccessions(DatabaseEntry[] p_accessions)
Sets the accessions attribute. This API is currently read-only. So, calling this method does not affect the persistent state of a BibliographicReference object.

Parameters:
p_accessions - The new value for accessions.
See Also:
getAccessions()

getAccessions

DatabaseEntry[] getAccessions()
Returns the value of this BibliographicReference object's accessions attribute.

Returns:
gov.nih.nci.mageom.bean.Description.DatabaseEntry[] The value of accessions.
See Also:
DatabaseEntry