|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.LexGrid.LexBIG.DataModel.Core.ReferenceLink
public class ReferenceLink
Any reference to another document element. Used by the REST architecture to embed links.
Constructor Summary | |
---|---|
ReferenceLink()
|
|
ReferenceLink(java.lang.String defaultValue)
|
Method Summary | |
---|---|
java.lang.String |
getContent()
Returns the value of field 'content'. |
java.lang.String |
getHref()
Returns the value of field 'href'. |
void |
setContent(java.lang.String content)
Sets the value of field 'content'. |
void |
setHref(java.lang.String href)
Sets the value of field 'href'. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ReferenceLink()
public ReferenceLink(java.lang.String defaultValue)
Method Detail |
---|
public java.lang.String getContent()
public java.lang.String getHref()
public void setContent(java.lang.String content)
content
- the value of field 'content'.public void setHref(java.lang.String href)
href
- the value of field 'href'.
|
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 |