phenote.gui
Class TermInfo2.TermInfo2Config

java.lang.Object
  extended by phenote.gui.TermInfo2.TermInfo2Config
All Implemented Interfaces:
org.bbop.framework.ComponentConfiguration
Enclosing class:
TermInfo2

public static class TermInfo2.TermInfo2Config
extends java.lang.Object
implements org.bbop.framework.ComponentConfiguration


Field Summary
protected  boolean includeExternalDatabaseAnnotations
           
protected  boolean includeImplicitAnnotations
           
 
Constructor Summary
TermInfo2.TermInfo2Config()
           
TermInfo2.TermInfo2Config(boolean includeImplicitAnnotations, boolean includeExternalDatabaseAnnotations)
           
 
Method Summary
 boolean isIncludeExternalDatabaseAnnotations()
           
 boolean isIncludeImplicitAnnotations()
           
 void setIncludeExternalDatabaseAnnotations(boolean includeExternalDatabaseAnnotations)
           
 void setIncludeImplicitAnnotations(boolean includeImplicitAnnotations)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

includeImplicitAnnotations

protected boolean includeImplicitAnnotations

includeExternalDatabaseAnnotations

protected boolean includeExternalDatabaseAnnotations
Constructor Detail

TermInfo2.TermInfo2Config

public TermInfo2.TermInfo2Config(boolean includeImplicitAnnotations,
                                 boolean includeExternalDatabaseAnnotations)

TermInfo2.TermInfo2Config

public TermInfo2.TermInfo2Config()
Method Detail

isIncludeImplicitAnnotations

public boolean isIncludeImplicitAnnotations()

setIncludeImplicitAnnotations

public void setIncludeImplicitAnnotations(boolean includeImplicitAnnotations)

isIncludeExternalDatabaseAnnotations

public boolean isIncludeExternalDatabaseAnnotations()

setIncludeExternalDatabaseAnnotations

public void setIncludeExternalDatabaseAnnotations(boolean includeExternalDatabaseAnnotations)