org.apache.wsrp4j.consumer.driver
Class PortletKeyImpl
java.lang.Object
org.apache.wsrp4j.consumer.driver.PortletKeyImpl
- All Implemented Interfaces:
- PortletKey
- public class PortletKeyImpl
- extends java.lang.Object
- implements PortletKey
- Version:
- $Id: PortletKeyImpl.java,v 1.4 2005/08/10 14:51:44 cziegeler Exp $
|
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 |
portletHandle
private java.lang.String portletHandle
producerId
private java.lang.String producerId
PortletKeyImpl
public PortletKeyImpl()
PortletKeyImpl
public PortletKeyImpl(java.lang.String portletHandle,
java.lang.String producerId)
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()
--