Package org.ametys.plugins.explorer
Interface ModifiableExplorerNode
- All Superinterfaces:
AmetysObject
,ExplorerNode
,ModifiableAmetysObject
- All Known Subinterfaces:
ModifiableCalendar
,ModifiableResourceCollection
,ModifiableThread
- All Known Implementing Classes:
JCRCalendar
,JCRResourcesCollection
,JCRThread
ExplorerNode that can have child explorer nodes
-
Method Summary
Modifier and TypeMethodDescriptionvoid
setDescription
(String description) Set the description of the applicationMethods inherited from interface org.ametys.plugins.repository.AmetysObject
equals, getId, getName, getParent, getParentPath, getPath, hashCode
Methods inherited from interface org.ametys.plugins.explorer.ExplorerNode
getApplicationId, getDescription, getExplorerPath, getIconCls, hasChildExplorerNodes
Methods inherited from interface org.ametys.plugins.repository.ModifiableAmetysObject
needsSave, rename, revertChanges, saveChanges
-
Method Details
-
setDescription
Set the description of the application- Parameters:
description
- the description
-