Twease

Serialized Form


Package edu.cornell.med.icb.synonyms.entities

Class edu.cornell.med.icb.synonyms.entities.EmptySynonym extends Object implements Serializable

Serialized Fields

id

Long id
The id of this synonym.


dictionaryWord

String dictionaryWord
The word for this synonym.


appliesTo

String appliesTo
The applies-to for this synonym.


source

String source
The source for this synonym.


importDate

Date importDate
The source for this synonym.

Class edu.cornell.med.icb.synonyms.entities.Synonym extends Object implements Serializable

Serialized Fields

id

Long id
The id of this synonym.


dictionaryWord

String dictionaryWord
The word for this synonym.


synonymWord

String synonymWord
The word for this synonym.


score

double score
The score for this synonym.


appliesTo

String appliesTo
The applies-to for this synonym.


source

String source
The source for this synonym.


importDate

Date importDate
The source for this synonym.


Twease

Copyright © 2006-2007 Institute for Computational Biomedicine, All Rights Reserved.