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