org.gatein.mop.core.api.workspace
Class URLLinkImpl

java.lang.Object
  extended by org.gatein.mop.core.api.workspace.WorkspaceObjectImpl
      extended by org.gatein.mop.core.api.workspace.LinkImpl
          extended by org.gatein.mop.core.api.workspace.URLLinkImpl
All Implemented Interfaces:
Link, URLLink, WorkspaceObject

public abstract class URLLinkImpl
extends LinkImpl
implements URLLink

Version:
$Revision$
Author:
Julien Viet

Constructor Summary
URLLinkImpl()
           
 
Method Summary
 ObjectType<? extends URLLink> getObjectType()
           
abstract  String getURL()
           
abstract  void setURL(String url)
           
 
Methods inherited from class org.gatein.mop.core.api.workspace.WorkspaceObjectImpl
getAttributes, getName, getObjectId, getProperties, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.gatein.mop.api.workspace.WorkspaceObject
getAttributes, getObjectId
 

Constructor Detail

URLLinkImpl

public URLLinkImpl()
Method Detail

getURL

public abstract String getURL()
Specified by:
getURL in interface URLLink

setURL

public abstract void setURL(String url)
Specified by:
setURL in interface URLLink

getObjectType

public ObjectType<? extends URLLink> getObjectType()
Specified by:
getObjectType in interface WorkspaceObject
Specified by:
getObjectType in class LinkImpl


Copyright © 2009 eXo Platform SAS. All Rights Reserved.