|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectgov.nih.nci.evs.domain.SemanticType
This class encapsulates the sematic types of EVS Concept object.
Constructor Summary | |
SemanticType()
Initializes a newly created SemanticType object so that it represents an SemanticType. |
|
SemanticType(java.lang.String name,
java.lang.String id)
Initializes a newly created SemanticType object so that it represents an SemanticType. |
Method Summary | |
java.lang.String |
getId()
Returns the id |
java.lang.String |
getName()
Returns the name |
void |
setId(java.lang.String id)
Sets the id for this SemanticType object |
void |
setName(java.lang.String name)
Sets the name for this SemanticType object |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public SemanticType()
SemanticType
object so that it represents an SemanticType.
public SemanticType(java.lang.String name, java.lang.String id)
SemanticType
object so that it represents an SemanticType.
Method Detail |
public java.lang.String getName()
SemanticType
objectpublic java.lang.String getId()
SemanticType
objectpublic void setName(java.lang.String name)
SemanticType
object
name
- the namepublic void setId(java.lang.String id)
SemanticType
object
id
- the idpublic java.lang.String toString()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |