org.exoplatform.platform.common.module
Class Module

java.lang.Object
  extended by org.exoplatform.platform.common.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 Summary
Module()
           
Module(String name, String description)
           
 
Method Summary
 boolean equals(Object obj)
           
 String getDescription()
           
 String getName()
           
 List<String> getPortlets()
           
 List<String> getWebapps()
           
 int hashCode()
           
 boolean isActive()
           
 void setActive(boolean active)
           
 void setDescription(String description)
           
 void setName(String name)
           
 void setPortlets(List<String> portlets)
           
 void setWebapps(List<String> webapps)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Module

public Module()

Module

public Module(String name,
              String description)
Method Detail

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


Copyright © 2003–2014 eXo Platform SAS. All rights reserved.