org.apache.wsrp4j.producer.provider.driver
Class ConsumerConfiguredPortletImpl
java.lang.Object
org.apache.wsrp4j.producer.provider.driver.PortletImpl
org.apache.wsrp4j.producer.provider.driver.ConsumerConfiguredPortletImpl
- All Implemented Interfaces:
- java.io.Serializable, java.lang.Cloneable, ConsumerConfiguredPortlet, Portlet
public class ConsumerConfiguredPortletImpl
- extends PortletImpl
- implements ConsumerConfiguredPortlet
This class implements the ConsumerConfiguredPortlet interface. It also
extends the PortletImpl class.
- Author:
- Stefan Behl
- See Also:
ConsumerConfiguredPortlet, PortletImpl
,
Serialized Form
Method Summary |
java.lang.Object |
clone()
Redefines the clone-method of the Cloneable-interface. |
java.lang.String |
getParentHandle()
Returns the portlet handle of the corresponding parent ProducerOfferedPortlet. |
void |
setParentHandle(java.lang.String handle)
Sets the portlet handle of the parent ProducerOfferedPortlet. |
Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ConsumerConfiguredPortletImpl
public ConsumerConfiguredPortletImpl()
setParentHandle
public void setParentHandle(java.lang.String handle)
- Sets the portlet handle of the parent ProducerOfferedPortlet.
- Specified by:
setParentHandle
in interface ConsumerConfiguredPortlet
- Parameters:
handle
- String representing the portlet handle of the corresponding
parent ProducerOfferedPortlet.
getParentHandle
public java.lang.String getParentHandle()
- Returns the portlet handle of the corresponding parent ProducerOfferedPortlet.
- Specified by:
getParentHandle
in interface ConsumerConfiguredPortlet
- Returns:
- String representing the portlet handle of the corresponding parent
ProducerOfferedPortlet.
clone
public java.lang.Object clone()
- Redefines the clone-method of the Cloneable-interface. This is necessary
as the clone-method is declared protected in the Object class.
- Specified by:
clone
in interface ConsumerConfiguredPortlet
- Specified by:
clone
in class PortletImpl
- Returns:
- Object representing the cloned object.