org.gatein.mop.api.workspace.link
Interface URLLink

All Superinterfaces:
Link, WorkspaceObject

public interface URLLink
extends Link

A link to an URL.

Version:
$Revision$
Author:
Julien Viet

Method Summary
 String getURL()
          Returns the link URL.
 void setURL(String url)
          Sets the link URL.
 
Methods inherited from interface org.gatein.mop.api.workspace.WorkspaceObject
getAttributes, getObjectId, getObjectType
 

Method Detail

getURL

String getURL()
Returns the link URL.

Returns:
the link URL

setURL

void setURL(String url)
Sets the link URL.

Parameters:
url - the link URL


Copyright © 2009 eXo Platform SAS. All Rights Reserved.