Class ClonedPortlet
- java.lang.Object
-
- lumis.service.wsrp.consumer.producermanager.ClonedPortlet
-
- All Implemented Interfaces:
Serializable
public class ClonedPortlet extends Object implements 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(String portletHandle, String name)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description 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)
-
-
-
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)
-
-