Class ClonedPortlet
- java.lang.Object
-
- lumis.service.wsrp.consumer.producermanager.ClonedPortlet
-
- All Implemented Interfaces:
java.io.Serializable
public class ClonedPortlet extends java.lang.Object implements java.io.Serializable
Cloned portlet entity.- Since:
- 6.0.0
- Version:
- $Revision: 20509 $ $Date: 2017-09-11 16:18:14 -0300 (Mon, 11 Sep 2017) $
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ClonedPortlet()
ClonedPortlet(java.lang.String portletHandle, java.lang.String name)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
addInterfaceInstanceId(java.lang.String interfaceInstanceId)
Adds an interface instance id to the list of interface instances that use the cloned portlet.java.util.Collection<java.lang.String>
getInterfaceInstanceIds()
Returns the interface instances the cloned portlet is being used.java.lang.String
getName()
java.lang.String
getPortletHandle()
Registration
getRegistration()
java.lang.String
getRegistrationHandle()
void
setInterfaceInstanceIds(java.util.Collection<java.lang.String> interfaceInstanceIds)
Sets the interface instance ids that are using the cloned portlet.void
setName(java.lang.String name)
void
setRegistration(Registration registration)
-
-
-
Method Detail
-
getName
public java.lang.String getName()
-
setName
public void setName(java.lang.String name)
-
getPortletHandle
public java.lang.String getPortletHandle()
-
getInterfaceInstanceIds
public java.util.Collection<java.lang.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(java.util.Collection<java.lang.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(java.lang.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 java.lang.String getRegistrationHandle()
-
getRegistration
public Registration getRegistration()
-
setRegistration
public void setRegistration(Registration registration)
-
-