org.apache.wsrp4j.consumer.driver
Class PortletKeyImpl

java.lang.Object
  extended byorg.apache.wsrp4j.consumer.driver.PortletKeyImpl
All Implemented Interfaces:
PortletKey

public class PortletKeyImpl
extends java.lang.Object
implements PortletKey


Constructor Summary
PortletKeyImpl()
           
PortletKeyImpl(java.lang.String portletHandle, java.lang.String producerId)
           
 
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
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PortletKeyImpl

public PortletKeyImpl()

PortletKeyImpl

public PortletKeyImpl(java.lang.String portletHandle,
                      java.lang.String producerId)
Method Detail

getProducerId

public java.lang.String getProducerId()
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(java.lang.String id)
Set the ID of the producer providing the portlet

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

getPortletHandle

public java.lang.String getPortletHandle()
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(java.lang.String portletHandle)
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

toString

public java.lang.String toString()