gov.nih.nci.evs.domain
Class Silo

java.lang.Object
  extended by gov.nih.nci.evs.domain.Silo
All Implemented Interfaces:
java.io.Serializable

public class Silo
extends java.lang.Object
implements java.io.Serializable

Silo is a repository of customized concept terminology data from a knowledgebase. There can be a single silo or multiple silos, each consisting of semantically related concepts and extracted character strings associated with those concepts.

See Also:
Serialized Form

Constructor Summary
Silo()
           
 
Method Summary
 java.lang.Integer getId()
          Retreives the value of id attribue
 java.lang.String getName()
          Retreives the value of name attribue
 void setId(java.lang.Integer id)
          Sets the value of id attribue
 void setName(java.lang.String name)
          Sets the value of name attribue
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Silo

public Silo()
Method Detail

getId

public java.lang.Integer getId()
Retreives the value of id attribue

Returns:
id

setId

public void setId(java.lang.Integer id)
Sets the value of id attribue


getName

public java.lang.String getName()
Retreives the value of name attribue

Returns:
name

setName

public void setName(java.lang.String name)
Sets the value of name attribue



Copyright © 2007 National Cancer Institute (NCI). All Rights Reserved.