|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.LexGrid.LexBIG.DataModel.Core.NameAndValue
public class NameAndValue
A simple name/value pair.
Constructor Summary | |
---|---|
NameAndValue()
|
|
NameAndValue(java.lang.String defaultValue)
|
Method Summary | |
---|---|
java.lang.String |
getContent()
Returns the value of field 'content'. |
java.lang.String |
getName()
Returns the value of field 'name'. |
void |
setContent(java.lang.String content)
Sets the value of field 'content'. |
void |
setName(java.lang.String name)
Sets the value of field 'name'. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public NameAndValue()
public NameAndValue(java.lang.String defaultValue)
Method Detail |
---|
public java.lang.String getContent()
public java.lang.String getName()
public void setContent(java.lang.String content)
content
- the value of field 'content'.public void setName(java.lang.String name)
name
- the value of field 'name'.
|
Copyright: (c) 2004-2006 Mayo Foundation for Medical Education and Research (MFMER). All rights reserved. MAYO, MAYO CLINIC, and the triple-shield Mayo logo are trademarks and service marks of MFMER. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |