org.LexGrid.LexBIG.DataModel.Core
Class ReferenceLink

java.lang.Object
  extended by org.LexGrid.LexBIG.DataModel.Core.ReferenceLink
All Implemented Interfaces:
java.io.Serializable

public class ReferenceLink
extends java.lang.Object
implements java.io.Serializable

Any reference to another document element. Used by the REST architecture to embed links.

Version:
$Revision$ $Date$
See Also:
Serialized Form

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

ReferenceLink

public ReferenceLink()

ReferenceLink

public ReferenceLink(java.lang.String defaultValue)
Method Detail

getContent

public java.lang.String getContent()
Returns the value of field 'content'. The field 'content' has the following description: internal content storage

Returns:
the value of field 'Content'.

getHref

public java.lang.String getHref()
Returns the value of field 'href'. The field 'href' has the following description: The actual link

Returns:
the value of field 'Href'.

setContent

public void setContent(java.lang.String content)
Sets the value of field 'content'. The field 'content' has the following description: internal content storage

Parameters:
content - the value of field 'content'.

setHref

public void setHref(java.lang.String href)
Sets the value of field 'href'. The field 'href' has the following description: The actual link

Parameters:
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.