Class Module

java.lang.Object
org.exoplatform.portal.module.Module

public class Module extends Object
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
  • Constructor Details

    • Module

      public Module()
    • Module

      public Module(String name, String description)
  • Method Details

    • getName

      public String getName()
    • setName

      public void setName(String name)
    • getDescription

      public String getDescription()
    • setDescription

      public void setDescription(String description)
    • isActive

      public boolean isActive()
    • setActive

      public void setActive(boolean active)
    • getPortlets

      public List<String> getPortlets()
    • setPortlets

      public void setPortlets(List<String> portlets)
    • getWebapps

      public List<String> getWebapps()
    • setWebapps

      public void setWebapps(List<String> webapps)
    • equals

      public boolean equals(Object obj)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object