|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object lumis.service.wsrp.consumer.producermanager.ClonedPortlet
public class ClonedPortlet
Cloned portlet entity.
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 |
---|
public ClonedPortlet()
public ClonedPortlet(String portletHandle, String name)
Method Detail |
---|
public String getName()
public void setName(String name)
public String getPortletHandle()
public Collection<String> getInterfaceInstanceIds()
public void setInterfaceInstanceIds(Collection<String> interfaceInstanceIds)
interfaceInstanceIds
- collection of ids of interface instances that use the cloned portlet.public void addInterfaceInstanceId(String interfaceInstanceId)
interfaceInstanceId
- id of interface instances that use the cloned portlet.public String getRegistrationHandle()
public Registration getRegistration()
public void setRegistration(Registration registration)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |