org.apache.wsrp4j.consumer
Interface PortletKey

All Known Implementing Classes:
PortletKeyImpl

public interface PortletKey

Defines the information which uniquely identifies an portlet provided by a producer. The portlet key does not identify a use of an portlet

Author:
Stephan Laertz

Method Summary
 java.lang.String getPortletHandle()
          Get the portlet handle which identifies an portlet in the scope of one producer
 java.lang.String getProducerId()
          Get the ID of the producer providing the portlet
 void setPortletHandle(java.lang.String portletHandle)
          Set the portlet handle which identifies an portlet in the scope of one producer
 void setProducerId(java.lang.String id)
          Set the ID of the producer providing the portlet
 

Method Detail

getPortletHandle

public java.lang.String getPortletHandle()
Get the portlet handle which identifies an portlet in the scope of one producer

Returns:
The portlet handle

setPortletHandle

public void setPortletHandle(java.lang.String portletHandle)
Set the portlet handle which identifies an portlet in the scope of one producer

Parameters:
portletHandle - The portlet handle

getProducerId

public java.lang.String getProducerId()
Get the ID of the producer providing the portlet

Returns:
The ID of the producer

setProducerId

public void setProducerId(java.lang.String id)
Set the ID of the producer providing the portlet

Parameters:
id - The ID of the producer