org.exoplatform.platform.common.module
Class Module
java.lang.Object
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
Module
public Module()
Module
public Module(String name,
String description)
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-2013 eXo Platform SAS. All Rights Reserved.