|
Enterprise Workspaces 1.1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.sap.workspaces.module.extension.LinkInfo
public class LinkInfo
Represents a link that can be added to a module; contains the URL and title of the link
| Constructor Summary | |
|---|---|
LinkInfo(String title,
String URL)
Constructor |
|
| Method Summary | |
|---|---|
String |
getTitle()
Returns the title of the link |
String |
getUrl()
Returns the URL of the link |
void |
setTitle(String title)
Sets the title of the link |
void |
setURL(String URL)
Sets the URL of the link |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public LinkInfo(String title,
String URL)
title - the title of the linkURL - the URL of the link| Method Detail |
|---|
public void setTitle(String title)
title - the title of the linkpublic void setURL(String URL)
URL - the URL of the linkpublic String getTitle()
public String getUrl()
|
Enterprise Workspaces 1.1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||