org.utgenome.gwt.utgb.client.bio
Class KeywordSearchResult.Entry

java.lang.Object
  extended by org.utgenome.gwt.utgb.client.bio.KeywordSearchResult.Entry
All Implemented Interfaces:
Serializable
Enclosing class:
KeywordSearchResult

public static class KeywordSearchResult.Entry
extends Object
implements Serializable

See Also:
Serialized Form

Field Summary
 String chr
           
 int end
           
 int id
           
 String name
           
 String offsets
           
 String ref
           
 int rowid
           
 int start
           
 
Constructor Summary
KeywordSearchResult.Entry()
           
 
Method Summary
 String getHit()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

name

public String name

chr

public String chr

start

public int start

end

public int end

ref

public String ref

offsets

public String offsets

id

public int id

rowid

public int rowid
Constructor Detail

KeywordSearchResult.Entry

public KeywordSearchResult.Entry()
Method Detail

getHit

public String getHit()


Copyright © 2007-2012 utgenome.org. All Rights Reserved.