|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectgov.nih.nci.evs.domain.SemanticType
public class SemanticType
Semantic type is a category defined in the semantic network that can be used to group similar concepts
Field Summary | |
---|---|
private java.lang.String |
id
Identifier for this Semantic Type |
private java.lang.String |
name
Specifies the name |
private static long |
serialVersionUID
An attribute to allow serialization of the domain objects |
Constructor Summary | |
---|---|
SemanticType()
|
Method Summary | |
---|---|
java.lang.String |
getId()
Retreives the value of id attribue |
java.lang.String |
getName()
Retreives the value of name attribue |
void |
setId(java.lang.String 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.String id
private java.lang.String name
Constructor Detail |
---|
public SemanticType()
Method Detail |
---|
public java.lang.String getId()
public void setId(java.lang.String 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 |