public class Link extends Object
Constructor and Description |
---|
Link() |
Modifier and Type | Method and Description |
---|---|
String |
getHref()
Get the href attribute.
|
String |
getPackages()
Get the packages attribute.
|
Link |
setHref(String newHref)
Set the href attribute.
|
Link |
setPackages(String newPackages)
Set the packages attribute.
|
public String getPackages()
public Link setPackages(String newPackages)
newPackages
- the comma separated package prefixs corresponding to this linkpublic String getHref()
Copyright © 2011–2017. All rights reserved.