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