org.exoplatform.services.wsrp2.consumer.adapters
Class PortletKeyAdapter

java.lang.Object
  extended by org.exoplatform.services.wsrp2.consumer.adapters.PortletKeyAdapter
All Implemented Interfaces:
PortletKey

public class PortletKeyAdapter
extends Object
implements PortletKey


Constructor Summary
PortletKeyAdapter()
           
 
Method Summary
 String getPortletHandle()
          Get the portlet handle which identifies an portlet in the scope of one producer
 String getProducerId()
          Get the ID of the producer providing the portlet
 void setPortletHandle(String portletHandle)
          Set the portlet handle which identifies an portlet in the scope of one producer
 void setProducerId(String producerId)
          Set the ID of the producer providing the portlet
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PortletKeyAdapter

public PortletKeyAdapter()
Method Detail

getPortletHandle

public String getPortletHandle()
Description copied from interface: PortletKey
Get the portlet handle which identifies an portlet in the scope of one producer

Specified by:
getPortletHandle in interface PortletKey
Returns:
The portlet handle

setPortletHandle

public void setPortletHandle(String portletHandle)
Description copied from interface: PortletKey
Set the portlet handle which identifies an portlet in the scope of one producer

Specified by:
setPortletHandle in interface PortletKey
Parameters:
portletHandle - The portlet handle

getProducerId

public String getProducerId()
Description copied from interface: PortletKey
Get the ID of the producer providing the portlet

Specified by:
getProducerId in interface PortletKey
Returns:
The ID of the producer

setProducerId

public void setProducerId(String producerId)
Description copied from interface: PortletKey
Set the ID of the producer providing the portlet

Specified by:
setProducerId in interface PortletKey
Parameters:
producerId - The ID of the producer


Copyright © 2009 eXo Platform SAS. All Rights Reserved.