|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.wsrp4j.consumer.driver.PortletKeyImpl
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 |
public PortletKeyImpl()
public PortletKeyImpl(java.lang.String portletHandle, java.lang.String producerId)
Method Detail |
public java.lang.String getProducerId()
getProducerId
in interface PortletKey
public void setProducerId(java.lang.String id)
setProducerId
in interface PortletKey
id
- The ID of the producerpublic java.lang.String getPortletHandle()
getPortletHandle
in interface PortletKey
public void setPortletHandle(java.lang.String portletHandle)
setPortletHandle
in interface PortletKey
portletHandle
- The portlet handlepublic java.lang.String toString()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |