Package com.axemble.vdoc.sdk.interfaces
Interface ILibraryElement
- All Superinterfaces:
- IElement,- IProtocolSupport,- Serializable
- All Known Implementing Classes:
- PortalCategory,- PortalFile,- PortalFolder
- Author:
- flucas
- 
Method SummaryModifier and TypeMethodDescriptionGets the description of theILibraryElementobject.getName()Gets the name of theILibraryElementobject.Methods inherited from interface com.axemble.vdoc.sdk.interfaces.IElementgetId, getModule, getNativeObject, getPath, saveMethods inherited from interface com.axemble.vdoc.sdk.supports.IProtocolSupportgetProtocolURI, getProtocolURI
- 
Method Details- 
getNameString getName()Gets the name of theILibraryElementobject.- Returns:
- The name of the library element
 
- 
getDescriptionString getDescription()Gets the description of theILibraryElementobject.- Returns:
- a Stringdescription of the library element
 
 
-