Package com.axemble.vdoc.sdk.impl
Class PortalCategory
java.lang.Object
com.axemble.vdoc.sdk.impl.AbstractElement
com.axemble.vdoc.sdk.impl.PortalElement
com.axemble.vdoc.sdk.impl.PortalCategory
- All Implemented Interfaces:
- ICategory,- IElement,- ILibraryElement,- IProtocolSupport,- Serializable
- Author:
- vlygeros
- See Also:
- 
Field SummaryFieldsFields inherited from class com.axemble.vdoc.sdk.impl.PortalElementpath, storageKeyFields inherited from class com.axemble.vdoc.sdk.impl.AbstractElementmodule
- 
Constructor SummaryConstructorsConstructorDescriptionPortalCategory(IModule module, com.axemble.webdrive.om.CategoryNode category) 
- 
Method SummaryModifier and TypeMethodDescriptionGets the child categoriesgetCategory(String name) Gets a childICategoryobject by its name.Gets the description of the category.getName()Gets the name of theICategoryobject.Gets the native object underneath.Gets the parent category.voidsetDescription(String description) Sets the description of the category.Methods inherited from class com.axemble.vdoc.sdk.impl.PortalElementequals, getId, getPath, getProtocolURI, getProtocolURI, hashCode, replaceBackSlash, replaceSlash, save, setIdMethods inherited from class com.axemble.vdoc.sdk.impl.AbstractElementgetModuleMethods inherited from class java.lang.Objectclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.axemble.vdoc.sdk.interfaces.IElementgetId, getModule, getPath, saveMethods inherited from interface com.axemble.vdoc.sdk.supports.IProtocolSupportgetProtocolURI, getProtocolURI
- 
Field Details- 
categoryprotected com.axemble.webdrive.om.CategoryNode category
 
- 
- 
Constructor Details- 
PortalCategory
 
- 
- 
Method Details- 
getNativeObjectDescription copied from interface:IElementGets the native object underneath.- Specified by:
- getNativeObjectin interface- IElement
- Returns:
- an object.
 
- 
getNameDescription copied from interface:ICategoryGets the name of theICategoryobject.- Specified by:
- getNamein interface- ICategory
- Specified by:
- getNamein interface- ILibraryElement
- Returns:
- The name of the category object.
 
- 
getCategoriesDescription copied from interface:ICategoryGets the child categories- Specified by:
- getCategoriesin interface- ICategory
- Returns:
- A collection of ICategoryobjects.
 
- 
getCategoryDescription copied from interface:ICategoryGets a childICategoryobject by its name.- Specified by:
- getCategoryin interface- ICategory
- Parameters:
- name- The name of the child category.
- Returns:
- A ICategoryobject.
 
- 
getParentCategoryDescription copied from interface:ICategoryGets the parent category.- Specified by:
- getParentCategoryin interface- ICategory
- Returns:
- A ICategoryobject.
 
- 
getDescriptionDescription copied from interface:ICategoryGets the description of the category.- Specified by:
- getDescriptionin interface- ICategory
- Specified by:
- getDescriptionin interface- ILibraryElement
- Returns:
- a Stringof the file.
 
- 
setDescriptionDescription copied from interface:ICategorySets the description of the category.- Specified by:
- setDescriptionin interface- ICategory
- Parameters:
- description- the new description to set.
 
 
-