org.apache.wsrp4j.producer.provider
Interface ConsumerConfiguredPortlet

All Superinterfaces:
java.lang.Cloneable, Portlet
All Known Implementing Classes:
ConsumerConfiguredPortletImpl

public interface ConsumerConfiguredPortlet
extends Portlet

Provides the interface to a class encapsulating a ConsumerConfiguredPortlet-object. It extends the ProducerOfferedPortlet-interface.

Author:
Stefan Behl
See Also:
Portlet

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 interface org.apache.wsrp4j.producer.provider.Portlet
getPortletHandle, setPortletHandle
 

Method Detail

setParentHandle

public void setParentHandle(java.lang.String handle)
Sets the portlet handle of the parent ProducerOfferedPortlet.

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.

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.

Returns:
Object representing the cloned object.