org.vectorbase.gdav.beans
Class AnnotationRow

java.lang.Object
  extended by org.vectorbase.gdav.beans.AnnotationRow

public class AnnotationRow
extends java.lang.Object

Annotation Javabean

Author:
seth.redmond@imperial.ac.uk Seth Redmond
See Also:
DBConnection

Constructor Summary
AnnotationRow()
          empty constructor
AnnotationRow(AnnotationTable newTable)
          pass basic-info constructor
 
Method Summary
 int getAnnoCount()
           
 java.lang.String getAnnotation(java.lang.String colName)
           
 java.util.Hashtable getAnnotations()
           
 AnnotationTable getTable()
           
 void setAnnotation(java.lang.String colName, java.lang.String annotation)
           
 void setTable(AnnotationTable newTable)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AnnotationRow

public AnnotationRow()
empty constructor


AnnotationRow

public AnnotationRow(AnnotationTable newTable)
pass basic-info constructor

Method Detail

setAnnotation

public void setAnnotation(java.lang.String colName,
                          java.lang.String annotation)

getAnnotation

public java.lang.String getAnnotation(java.lang.String colName)

getAnnotations

public java.util.Hashtable getAnnotations()

getAnnoCount

public int getAnnoCount()

setTable

public void setTable(AnnotationTable newTable)

getTable

public AnnotationTable getTable()