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