|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectgov.nih.nci.evs.domain.Silo
public class Silo
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.
Field Summary | |
---|---|
private java.lang.Integer |
id
The identifier of this Silo |
private java.lang.String |
name
This is the name of this Silo |
private static long |
serialVersionUID
An attribute to allow serialization of the domain objects |
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 |
Field Detail |
---|
private static final long serialVersionUID
private java.lang.Integer id
private java.lang.String name
Constructor Detail |
---|
public Silo()
Method Detail |
---|
public java.lang.Integer getId()
public void setId(java.lang.Integer id)
public java.lang.String getName()
public void setName(java.lang.String name)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |