org.exoplatform.services.portletcontainer.pci.model
Class PortletCollection

java.lang.Object
  extended by org.exoplatform.services.portletcontainer.pci.model.PortletCollection

public class PortletCollection
extends Object

Jul 11, 2004 .


Constructor Summary
PortletCollection()
           
 
Method Summary
 void addPortletName(String name)
           
 List<String> getPortletName()
           
 void setPortletName(List<String> portletName)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PortletCollection

public PortletCollection()
Method Detail

getPortletName

public final List<String> getPortletName()
Returns:
portlet name list

setPortletName

public final void setPortletName(List<String> portletName)
Parameters:
portletName - portlet name list

addPortletName

public final void addPortletName(String name)
Parameters:
name - name


Copyright © 2009 eXo Platform SAS. All Rights Reserved.