Package com.axemble.vdoc.sdk.impl
Class PortalList
java.lang.Object
com.axemble.vdoc.sdk.impl.AbstractElement
com.axemble.vdoc.sdk.impl.PortalElement
com.axemble.vdoc.sdk.impl.PortalList
- All Implemented Interfaces:
- IElement,- IList,- Serializable
- Direct Known Subclasses:
- PortalOptionList
- Author:
- vlygeros
- See Also:
- 
Nested Class SummaryNested classes/interfaces inherited from interface com.axemble.vdoc.sdk.interfaces.IListIList.IType
- 
Field SummaryFieldsFields inherited from class com.axemble.vdoc.sdk.impl.PortalElementpath, storageKeyFields inherited from class com.axemble.vdoc.sdk.impl.AbstractElementmodule
- 
Constructor SummaryConstructors
- 
Method SummaryMethods 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, wait
- 
Field Details- 
listprotected com.axemble.webdrive.om.List list
 
- 
- 
Constructor Details- 
PortalList
 
- 
- 
Method Details- 
getNativeObjectDescription copied from interface:IElementGets the native object underneath.- Specified by:
- getNativeObjectin interface- IElement
- Returns:
- an object.
 
- 
getNameDescription copied from interface:IListGets the name of the list.
- 
setName
- 
getLabelDescription copied from interface:IListGets the label of the list.
- 
setLabel
- 
getDescription- Specified by:
- getDescriptionin interface- IList
- Returns:
- The description of the list
 
 
-