lumis.service.wsrp.consumer.producermanager
Class ClonedPortlet

Package class diagram package ClonedPortlet
java.lang.Object
  extended by lumis.service.wsrp.consumer.producermanager.ClonedPortlet
All Implemented Interfaces:
Serializable

public class ClonedPortlet
extends Object
implements Serializable

Cloned portlet entity.

Since:
6.0.0
See Also:
Serialized Form

Constructor Summary
ClonedPortlet()
           
ClonedPortlet(String portletHandle, String name)
           
 
Method Summary
 void addInterfaceInstanceId(String interfaceInstanceId)
          Adds an interface instance id to the list of interface instances that use the cloned portlet.
 Collection<String> getInterfaceInstanceIds()
          Returns the interface instances the cloned portlet is being used.
 String getName()
           
 String getPortletHandle()
           
 Registration getRegistration()
           
 String getRegistrationHandle()
           
 void setInterfaceInstanceIds(Collection<String> interfaceInstanceIds)
          Sets the interface instance ids that are using the cloned portlet.
 void setName(String name)
           
 void setRegistration(Registration registration)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ClonedPortlet

public ClonedPortlet()

ClonedPortlet

public ClonedPortlet(String portletHandle,
                     String name)
Method Detail

getName

public String getName()

setName

public void setName(String name)

getPortletHandle

public String getPortletHandle()

getInterfaceInstanceIds

public Collection<String> getInterfaceInstanceIds()
Returns the interface instances the cloned portlet is being used.

Returns:
collection of interface instance ids that are using the cloned portlet.

setInterfaceInstanceIds

public void setInterfaceInstanceIds(Collection<String> interfaceInstanceIds)
Sets the interface instance ids that are using the cloned portlet.

Parameters:
interfaceInstanceIds - collection of ids of interface instances that use the cloned portlet.

addInterfaceInstanceId

public void addInterfaceInstanceId(String interfaceInstanceId)
Adds an interface instance id to the list of interface instances that use the cloned portlet.

Parameters:
interfaceInstanceId - id of interface instances that use the cloned portlet.

getRegistrationHandle

public String getRegistrationHandle()

getRegistration

public Registration getRegistration()

setRegistration

public void setRegistration(Registration registration)


Lumisportal  6.2.0.120405 - Copyright © 2006–2012 Lumis EIP Tecnologia da Informação LTDA. All Rights Reserved.