Interface ILibraryElement

All Superinterfaces:
IElement, IProtocolSupport, Serializable
All Known Subinterfaces:
ICategory, IFile, IFolder
All Known Implementing Classes:
PortalCategory, PortalFile, PortalFolder

public interface ILibraryElement extends IElement, IProtocolSupport
The ILibraryElement interface represents a IFile, a IFolder or a ICategory
Author:
flucas
  • Method Details

    • getName

      String getName()
      Gets the name of the ILibraryElement object.
      Returns:
      The name of the library element
    • getDescription

      String getDescription()
      Gets the description of the ILibraryElement object.
      Returns:
      a String description of the library element