org.apache.wsrp4j.producer.provider.driver
Class ConsumerConfiguredPortletImpl

java.lang.Object
  extended by org.apache.wsrp4j.producer.provider.driver.PortletImpl
      extended by 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

Constructor Summary
ConsumerConfiguredPortletImpl()
           
 
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 org.apache.wsrp4j.producer.provider.driver.PortletImpl
getPortletHandle, setPortletHandle
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.apache.wsrp4j.producer.provider.Portlet
getPortletHandle, setPortletHandle
 

Constructor Detail

ConsumerConfiguredPortletImpl

public ConsumerConfiguredPortletImpl()
Method Detail

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.