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 theILibraryElementobject.getName()Gets the name of theILibraryElementobject.Methods inherited from interface com.axemble.vdoc.sdk.interfaces.IElement
getId, getModule, getNativeObject, getPath, saveMethods inherited from interface com.axemble.vdoc.sdk.supports.IProtocolSupport
getProtocolURI, getProtocolURI
-
Method Details
-
getName
String getName()Gets the name of theILibraryElementobject.- Returns:
- The name of the library element
-
getDescription
String getDescription()Gets the description of theILibraryElementobject.- Returns:
- a
Stringdescription of the library element
-