|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectgov.nih.nci.evs.domain.Qualifier
public class Qualifier
A Qualifier is attached to associations and properties of a concept.
Field Summary | |
---|---|
private java.lang.String |
name
Specifies the name of a qualifier |
private static long |
serialVersionUID
An attribute to allow serialization of the domain objects |
private java.lang.String |
value
Specifies the value of a qualifier |
Constructor Summary | |
---|---|
Qualifier()
|
Method Summary | |
---|---|
java.lang.String |
getName()
Retreives the value of name attribue |
java.lang.String |
getValue()
Retreives the value of value attribue |
void |
setName(java.lang.String name)
Sets the value of name attribue |
void |
setValue(java.lang.String value)
Sets the value of value 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 name
private java.lang.String value
Constructor Detail |
---|
public Qualifier()
Method Detail |
---|
public java.lang.String getName()
public void setName(java.lang.String name)
public java.lang.String getValue()
public void setValue(java.lang.String value)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |