|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectgov.nih.nci.mageom.domain.impl.MAGEOMObject
gov.nih.nci.mageom.domain.impl.ExtendableImpl
gov.nih.nci.mageom.domain.impl.DescribableImpl
gov.nih.nci.mageom.domain.BQS.impl.BibliographicReferenceImpl
public class BibliographicReferenceImpl
Attributes for the most common criteria and association with OntologyEntry allows criteria to be specified for searching for a Bibliographic reference.
| Field Summary | |
|---|---|
protected DatabaseEntry[] |
accessions
DOCUMENT ME |
protected int |
accessionsCount
The count of DatabaseEntry objects. |
protected static java.util.ArrayList |
allAssociationMethods
|
protected static java.util.Hashtable |
associationMethods
|
protected java.lang.String |
authors
DOCUMENT ME |
protected java.lang.String |
editor
DOCUMENT ME |
protected java.lang.String |
issue
DOCUMENT ME |
protected java.lang.String |
pages
DOCUMENT ME |
protected OntologyEntry[] |
parameters
DOCUMENT ME |
protected int |
parametersCount
The count of OntologyEntry objects. |
protected java.lang.String |
publication
DOCUMENT ME |
protected java.lang.String |
publisher
DOCUMENT ME |
protected java.lang.String |
title
DOCUMENT ME |
protected java.lang.String |
URI
DOCUMENT ME |
protected java.lang.String |
volume
DOCUMENT ME |
protected java.util.Date |
year
DOCUMENT ME |
| Fields inherited from class gov.nih.nci.mageom.domain.impl.DescribableImpl |
|---|
auditTrail, auditTrailCount, descriptions, descriptionsCount, security, securityId |
| Fields inherited from class gov.nih.nci.mageom.domain.impl.ExtendableImpl |
|---|
propertySets, propertySetsCount, securedElementId |
| Constructor Summary | |
|---|---|
BibliographicReferenceImpl()
Default constructor |
|
| Method Summary | |
|---|---|
DatabaseEntry[] |
getAccessions()
Returns the value of this BibliographicReference object's accessions attribute. |
int |
getAccessionsCount()
Returns the count of all DatabaseEntry
associated with this BibliographicReference object. |
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. |
int |
getParametersCount()
Returns the count of all OntologyEntry
associated with this BibliographicReference object. |
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.Hashtable |
getXMLMethodDescriptors()
Returns a Hashtable containing XMLMethodDescriptors descriptors of
the association methods of this object. |
java.util.Date |
getYear()
Returns the value of this BibliographicReference object's year attribute. |
protected void |
init()
|
BibliographicReference[] |
searchBibliographicReferences(BibliographicReferenceSearchCriteria criteria)
Returns an array of BibliographicReference objects that
satisfy the given BibliographicReferenceSearchCriteria. |
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. |
java.lang.String |
toString()
Returns a String representation of this object suitable for console display. |
org.w3c.dom.Element |
toXML(org.w3c.dom.Document doc)
|
org.w3c.dom.Element |
toXMLDoc(org.w3c.dom.Document doc)
|
org.w3c.dom.Element |
toXMLProcessor(org.w3c.dom.Document doc,
java.util.ArrayList fillOutValues)
Returns an XML representation of the object. |
| Methods inherited from class gov.nih.nci.mageom.domain.impl.DescribableImpl |
|---|
getAuditTrail, getAuditTrailCount, getDescriptions, getDescriptionsCount, getSecurity, searchDescribables, setAuditTrail, setDescriptions, setSecurity |
| Methods inherited from class gov.nih.nci.mageom.domain.impl.ExtendableImpl |
|---|
getPropertySets, getPropertySetsCount, getSecuredElementId, searchExtendables, setPropertySets, setSecuredElementId |
| Methods inherited from class gov.nih.nci.mageom.domain.impl.MAGEOMObject |
|---|
getId, getIsEditable, setId |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| 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 |
| Field Detail |
|---|
protected static java.util.ArrayList allAssociationMethods
protected static java.util.Hashtable associationMethods
protected java.lang.String title
protected java.lang.String authors
protected java.lang.String publication
protected java.lang.String publisher
protected java.lang.String editor
protected java.util.Date year
protected java.lang.String volume
protected java.lang.String issue
protected java.lang.String pages
protected java.lang.String URI
protected int parametersCount
protected OntologyEntry[] parameters
protected int accessionsCount
protected DatabaseEntry[] accessions
| Constructor Detail |
|---|
public BibliographicReferenceImpl()
| Method Detail |
|---|
protected void init()
init in class DescribableImpl
public BibliographicReference[] searchBibliographicReferences(BibliographicReferenceSearchCriteria criteria)
throws gov.nih.nci.common.search.SearchException
BibliographicReference objects that
satisfy the given BibliographicReferenceSearchCriteria.
criteria - The BibliographicReferenceSearchCriteria
which represents a query for BibliographicReference objects.
BibliographicReference objects.
A - gov.nih.nci.common.search.SearchException if there is a problem searching.
gov.nih.nci.common.search.SearchExceptionpublic void setTitle(java.lang.String p_title)
BibliographicReference object.
setTitle in interface BibliographicReferencep_title - The new value for title.BibliographicReference.getTitle()public java.lang.String getTitle()
BibliographicReferenceBibliographicReference object's title attribute.
Description of title:
DOCUMENT ME!
getTitle in interface BibliographicReferenceString The value of title.BibliographicReference.getTitle()public void setAuthors(java.lang.String p_authors)
BibliographicReference object.
setAuthors in interface BibliographicReferencep_authors - The new value for authors.BibliographicReference.getAuthors()public java.lang.String getAuthors()
BibliographicReferenceBibliographicReference object's authors attribute.
Description of authors:
DOCUMENT ME!
getAuthors in interface BibliographicReferenceString The value of authors.BibliographicReference.getAuthors()public void setPublication(java.lang.String p_publication)
BibliographicReference object.
setPublication in interface BibliographicReferencep_publication - The new value for publication.BibliographicReference.getPublication()public java.lang.String getPublication()
BibliographicReferenceBibliographicReference object's publication attribute.
Description of publication:
DOCUMENT ME!
getPublication in interface BibliographicReferenceString The value of publication.BibliographicReference.getPublication()public void setPublisher(java.lang.String p_publisher)
BibliographicReference object.
setPublisher in interface BibliographicReferencep_publisher - The new value for publisher.BibliographicReference.getPublisher()public java.lang.String getPublisher()
BibliographicReferenceBibliographicReference object's publisher attribute.
Description of publisher:
DOCUMENT ME!
getPublisher in interface BibliographicReferenceString The value of publisher.BibliographicReference.getPublisher()public void setEditor(java.lang.String p_editor)
BibliographicReference object.
setEditor in interface BibliographicReferencep_editor - The new value for editor.BibliographicReference.getEditor()public java.lang.String getEditor()
BibliographicReferenceBibliographicReference object's editor attribute.
Description of editor:
DOCUMENT ME!
getEditor in interface BibliographicReferenceString The value of editor.BibliographicReference.getEditor()public void setYear(java.util.Date p_year)
BibliographicReference object.
setYear in interface BibliographicReferencep_year - The new value for year.BibliographicReference.getYear()public java.util.Date getYear()
BibliographicReferenceBibliographicReference object's year attribute.
Description of year:
DOCUMENT ME!
getYear in interface BibliographicReferenceDate The value of year.BibliographicReference.getYear()public void setVolume(java.lang.String p_volume)
BibliographicReference object.
setVolume in interface BibliographicReferencep_volume - The new value for volume.BibliographicReference.getVolume()public java.lang.String getVolume()
BibliographicReferenceBibliographicReference object's volume attribute.
Description of volume:
DOCUMENT ME!
getVolume in interface BibliographicReferenceString The value of volume.BibliographicReference.getVolume()public void setIssue(java.lang.String p_issue)
BibliographicReference object.
setIssue in interface BibliographicReferencep_issue - The new value for issue.BibliographicReference.getIssue()public java.lang.String getIssue()
BibliographicReferenceBibliographicReference object's issue attribute.
Description of issue:
DOCUMENT ME!
getIssue in interface BibliographicReferenceString The value of issue.BibliographicReference.getIssue()public void setPages(java.lang.String p_pages)
BibliographicReference object.
setPages in interface BibliographicReferencep_pages - The new value for pages.BibliographicReference.getPages()public java.lang.String getPages()
BibliographicReferenceBibliographicReference object's pages attribute.
Description of pages:
DOCUMENT ME!
getPages in interface BibliographicReferenceString The value of pages.BibliographicReference.getPages()public void setURI(java.lang.String p_URI)
BibliographicReference object.
setURI in interface BibliographicReferencep_URI - The new value for URI.BibliographicReference.getURI()public java.lang.String getURI()
BibliographicReferenceBibliographicReference object's URI attribute.
Description of URI:
DOCUMENT ME!
getURI in interface BibliographicReferenceString The value of URI.BibliographicReference.getURI()public void setParameters(OntologyEntry[] p_parameters)
BibliographicReference object.
setParameters in interface BibliographicReferencep_parameters - The new value for parameters.BibliographicReference.getParameters()public OntologyEntry[] getParameters()
BibliographicReferenceBibliographicReference object's parameters attribute.
getParameters in interface BibliographicReferencegov.nih.nci.mageom.bean.Description.OntologyEntry[] The value of parameters.BibliographicReference.getParameters()public void setAccessions(DatabaseEntry[] p_accessions)
BibliographicReference object.
setAccessions in interface BibliographicReferencep_accessions - The new value for accessions.BibliographicReference.getAccessions()public DatabaseEntry[] getAccessions()
BibliographicReferenceBibliographicReference object's accessions attribute.
getAccessions in interface BibliographicReferencegov.nih.nci.mageom.bean.Description.DatabaseEntry[] The value of accessions.BibliographicReference.getAccessions()public int getParametersCount()
OntologyEntry
associated with this BibliographicReference object.
BibliographicReference.getParameters()public int getAccessionsCount()
DatabaseEntry
associated with this BibliographicReference object.
BibliographicReference.getAccessions()public org.w3c.dom.Element toXML(org.w3c.dom.Document doc)
toXML in class DescribableImplpublic org.w3c.dom.Element toXMLDoc(org.w3c.dom.Document doc)
toXMLDoc in class DescribableImpl
public org.w3c.dom.Element toXMLProcessor(org.w3c.dom.Document doc,
java.util.ArrayList fillOutValues)
toXMLProcessor in class DescribableImpldoc - the working documentfillOutValues - a list of attribute names that should have
full XML for their values.
public java.util.Hashtable getXMLMethodDescriptors()
XMLMethodDescriptors descriptors of
the association methods of this object.
getXMLMethodDescriptors in class DescribableImplpublic java.lang.String toString()
toString in class DescribableImpl
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||