public class Module extends Object
| Constructor and Description |
|---|
Module() |
Module(String name,
String description) |
| Modifier and Type | Method and Description |
|---|---|
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() |
Copyright © 2003–2020 eXo Platform SAS. All rights reserved.