|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object
|
+--org.biomage.Common.Extendable
|
+--org.biomage.Common.Describable
|
+--org.biomage.BQS.BibliographicReference
Attributes for the most common criteria and association with OntologyEntry allows criteria to be specified for searching for a Bibliographic reference.
| Nested Class Summary |
| Nested classes inherited from class org.biomage.Interface.HasParameters |
HasParameters.Parameters_list |
| Nested classes inherited from class org.biomage.Interface.HasAuditTrail |
HasAuditTrail.AuditTrail_list |
| Nested classes inherited from class org.biomage.Interface.HasDescriptions |
HasDescriptions.Descriptions_list |
| Nested classes inherited from class org.biomage.Interface.HasPropertySets |
HasPropertySets.PropertySets_list |
| Field Summary | |
protected HasParameters.Parameters_list |
parameters
Criteria that can be used to look up the reference in a repository. |
| Fields inherited from class org.biomage.Common.Describable |
auditTrail, descriptions, security |
| Fields inherited from class org.biomage.Common.Extendable |
propertySets |
| Constructor Summary | |
BibliographicReference()
Default constructor. |
|
BibliographicReference(org.xml.sax.Attributes atts)
Attribute constructor. |
|
| Method Summary | |
void |
addToParameters(int position,
OntologyEntry ontologyEntry)
Method to add OntologyEntry at position to Parameters_list |
void |
addToParameters(OntologyEntry ontologyEntry)
Method to add OntologyEntry to Parameters_list |
java.lang.String |
getAuthors()
Get method for authors |
java.lang.String |
getEditor()
Get method for editor |
OntologyEntry |
getFromParameters(int position)
Method to get OntologyEntry from Parameters_list |
java.lang.String |
getIssue()
Get method for issue |
java.lang.String |
getPages()
Get method for pages |
HasParameters.Parameters_list |
getParameters()
Get method for parameters |
java.lang.String |
getPublication()
Get method for publication |
java.lang.String |
getPublisher()
Get method for publisher |
java.lang.String |
getTitle()
Get method for title |
java.lang.String |
getURI()
Get method for URI |
java.lang.String |
getVolume()
Get method for volume |
java.util.Date |
getYear()
Get method for year |
void |
removeElementAtFromParameters(int position)
Method to remove by position from Parameters_list |
void |
removeFromParameters(OntologyEntry ontologyEntry)
Method to remove first OntologyEntry from Parameters_list |
void |
setAuthors(java.lang.String authors)
Set method for authors |
void |
setEditor(java.lang.String editor)
Set method for editor |
void |
setIssue(java.lang.String issue)
Set method for issue |
void |
setPages(java.lang.String pages)
Set method for pages |
void |
setParameters(HasParameters.Parameters_list parameters)
Set method for parameters |
void |
setPublication(java.lang.String publication)
Set method for publication |
void |
setPublisher(java.lang.String publisher)
Set method for publisher |
void |
setTitle(java.lang.String title)
Set method for title |
void |
setURI(java.lang.String URI)
Set method for URI |
void |
setVolume(java.lang.String volume)
Set method for volume |
void |
setYear(java.util.Date year)
Set method for year |
void |
writeAssociations(java.io.Writer out)
writeAssociations This method is responsible for assembling the association data into XML. |
void |
writeAttributes(java.io.Writer out)
writeAttributes This method is responsible for assembling the attribute data into XML. |
void |
writeMAGEML(java.io.Writer out)
writeMAGEML This method is responsible for assembling the attribute and association data into XML. |
| Methods inherited from class org.biomage.Common.Describable |
addToAuditTrail, addToAuditTrail, addToDescriptions, addToDescriptions, getAuditTrail, getDescriptions, getFromAuditTrail, getFromDescriptions, getSecurity, removeElementAtFromAuditTrail, removeElementAtFromDescriptions, removeFromAuditTrail, removeFromDescriptions, setAuditTrail, setDescriptions, setSecurity |
| Methods inherited from class org.biomage.Common.Extendable |
addToPropertySets, addToPropertySets, getFromPropertySets, getPropertySets, removeElementAtFromPropertySets, removeFromPropertySets, setPropertySets |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
protected HasParameters.Parameters_list parameters
| Constructor Detail |
public BibliographicReference()
public BibliographicReference(org.xml.sax.Attributes atts)
| Method Detail |
public void writeMAGEML(java.io.Writer out)
throws java.io.IOException
writeMAGEML in class Describablejava.io.IOException
public void writeAttributes(java.io.Writer out)
throws java.io.IOException
writeAttributes in class Describablejava.io.IOException
public void writeAssociations(java.io.Writer out)
throws java.io.IOException
writeAssociations in class Describablejava.io.IOExceptionpublic void setTitle(java.lang.String title)
public java.lang.String getTitle()
public void setAuthors(java.lang.String authors)
public java.lang.String getAuthors()
public void setPublication(java.lang.String publication)
public java.lang.String getPublication()
public void setPublisher(java.lang.String publisher)
public java.lang.String getPublisher()
public void setEditor(java.lang.String editor)
public java.lang.String getEditor()
public void setYear(java.util.Date year)
public java.util.Date getYear()
public void setVolume(java.lang.String volume)
public java.lang.String getVolume()
public void setIssue(java.lang.String issue)
public java.lang.String getIssue()
public void setPages(java.lang.String pages)
public java.lang.String getPages()
public void setURI(java.lang.String URI)
public java.lang.String getURI()
public void setParameters(HasParameters.Parameters_list parameters)
setParameters in interface HasParameterspublic HasParameters.Parameters_list getParameters()
getParameters in interface HasParameterspublic void addToParameters(OntologyEntry ontologyEntry)
addToParameters in interface HasParameters
public void addToParameters(int position,
OntologyEntry ontologyEntry)
addToParameters in interface HasParameterspublic OntologyEntry getFromParameters(int position)
getFromParameters in interface HasParameterspublic void removeElementAtFromParameters(int position)
removeElementAtFromParameters in interface HasParameterspublic void removeFromParameters(OntologyEntry ontologyEntry)
removeFromParameters in interface HasParameters
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||