|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectgov.nih.nci.evs.domain.Property
public class Property
Property is an attribute of a concept. Examples of properties are "Synonym", "Preferred_Name", "Semantic_Type" etc.
Constructor Summary | |
---|---|
Property()
|
Method Summary | |
---|---|
java.lang.String |
getName()
Retreives the value of name attribue |
java.util.Vector<Qualifier> |
getQualifierCollection()
Retreives the value of qualifierCollection attribue |
java.lang.String |
getValue()
Retreives the value of value attribue |
void |
setName(java.lang.String name)
Sets the value of name attribue |
void |
setQualifierCollection(java.util.Vector<Qualifier> qualifierCollection)
Sets the value of qualifierCollection 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 |
Constructor Detail |
---|
public Property()
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)
public java.util.Vector<Qualifier> getQualifierCollection()
public void setQualifierCollection(java.util.Vector<Qualifier> qualifierCollection)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |