Package com.axemble.vdoc.sdk.interfaces
Interface ILibraryElement
- All Superinterfaces:
IElement
,IProtocolSupport
,Serializable
- All Known Implementing Classes:
PortalCategory
,PortalFile
,PortalFolder
- Author:
- flucas
-
Method Summary
Modifier and TypeMethodDescriptionGets the description of theILibraryElement
object.getName()
Gets the name of theILibraryElement
object.Methods inherited from interface com.axemble.vdoc.sdk.interfaces.IElement
getId, getModule, getNativeObject, getPath, save
Methods inherited from interface com.axemble.vdoc.sdk.supports.IProtocolSupport
getProtocolURI, getProtocolURI
-
Method Details
-
getName
String getName()Gets the name of theILibraryElement
object.- Returns:
- The name of the library element
-
getDescription
String getDescription()Gets the description of theILibraryElement
object.- Returns:
- a
String
description of the library element
-