Package org.exoplatform.portal.module
Class Module
java.lang.Object
org.exoplatform.portal.module.Module
A Module of the platform. Modules are optional features sets that extend
the capabilities of eXo Platform.
Created by The eXo Platform SAS Author : eXoPlatform exo@exoplatform.com Jun 24, 2010
Created by The eXo Platform SAS Author : eXoPlatform exo@exoplatform.com Jun 24, 2010
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleangetName()inthashCode()booleanisActive()voidsetActive(boolean active) voidsetDescription(String description) voidvoidsetPortlets(List<String> portlets) voidsetWebapps(List<String> webapps) toString()
-
Constructor Details
-
Module
public Module() -
Module
-
-
Method Details
-
getName
-
setName
-
getDescription
-
setDescription
-
isActive
public boolean isActive() -
setActive
public void setActive(boolean active) -
getPortlets
-
setPortlets
-
getWebapps
-
setWebapps
-
equals
-
hashCode
public int hashCode() -
toString
-