com.sap.workspaces.module.extension

Class LinkInfo

java.lang.Object
  extended by com.sap.workspaces.module.extension.LinkInfo

public class LinkInfo
extends Object

Represents a link that can be added to a module; contains the URL and title of the link

Since:
1.1

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

LinkInfo

public LinkInfo(String title,
                String URL)
Constructor

Parameters:
title - the title of the link
URL - the URL of the link
Method Detail

setTitle

public void setTitle(String title)
Sets the title of the link

Parameters:
title - the title of the link

setURL

public void setURL(String URL)
Sets the URL of the link

Parameters:
URL - the URL of the link

getTitle

public String getTitle()
Returns the title of the link

Returns:
The title of the link

getUrl

public String getUrl()
Returns the URL of the link

Returns:
The URL of the link


Copyright 2011 SAP AG Complete Copyright Notice