public interface ICategory extends IElement, IProtocolSupport, ILibraryElement
IBaseLibraryModule
,
ILibrary
,
IFile
Modifier and Type | Method and Description |
---|---|
Collection |
getCategories()
Gets the child categories
|
ICategory |
getCategory(String name)
Gets a child
ICategory object by its name. |
String |
getDescription()
Gets the description of the category.
|
String |
getName()
Gets the name of the
ICategory object. |
ICategory |
getParentCategory()
Gets the parent category.
|
void |
setDescription(String description)
Sets the description of the category.
|
getId, getModule, getNativeObject, getPath, save
getProtocolURI, getProtocolURI
String getName()
ICategory
object.getName
in interface ILibraryElement
void setDescription(String description)
description
- the new description to set.String getDescription()
getDescription
in interface ILibraryElement
String
of the file.Collection getCategories()
ICategory
objects.ICategory getCategory(String name)
ICategory
object by its name.name
- The name of the child category.ICategory
object.Copyright © 2021 Visiativ Software. All rights reserved.