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