public class LinkArgument
extends java.lang.Object
Constructor | Description |
---|---|
LinkArgument() |
Modifier and Type | Method | Description |
---|---|---|
java.lang.String |
getHref() |
Get the href attribute.
|
java.lang.String |
getPackages() |
Get the packages attribute.
|
void |
setHref(java.lang.String hr) |
Set the href attribute.
|
void |
setPackages(java.lang.String packages) |
Set the packages attribute.
|
public java.lang.String getPackages()
public void setPackages(java.lang.String packages)
packages
- the comma separated package prefixes corresponding to this linkpublic java.lang.String getHref()
public void setHref(java.lang.String hr)
hr
- a String
value representing the URL to use for this link