public class ReferenceLink
extends java.lang.Object
implements java.io.Serializable
Constructor and Description |
---|
ReferenceLink() |
ReferenceLink(java.lang.String defaultValue) |
Modifier and Type | Method and Description |
---|---|
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'.
|
public ReferenceLink()
public ReferenceLink(java.lang.String defaultValue)
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'.