public class BaseCitationService.UrlWrapper extends Object
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
m_addPrefix |
protected String |
m_label |
protected String |
m_url |
| Constructor and Description |
|---|
BaseCitationService.UrlWrapper(String label,
String url) |
BaseCitationService.UrlWrapper(String label,
String url,
boolean addPrefix) |
protected String m_label
protected String m_url
protected boolean m_addPrefix
public BaseCitationService.UrlWrapper(String label, String url, boolean addPrefix)
label - Link labelurl - URLaddPrefix - Add the configured prefix text?public String getLabel()
public String getUrl()
public boolean addPrefix()
public void setLabel(String label)
label - the label to setpublic void setUrl(String url)
url - the url to setpublic void setAddPrefix(boolean addPrefix)
addPrefix - the "add prefix" settingCopyright © 2003-2015 The Sakai Foundation. All Rights Reserved.