Package com.axemble.vdoc.sdk.impl
Class EzsSharedBlockContainer
java.lang.Object
com.axemble.vdoc.sdk.impl.AbstractElement
com.axemble.vdoc.sdk.impl.PortalElement
com.axemble.vdoc.sdk.impl.base.BaseContentContainer
com.axemble.vdoc.sdk.impl.EzsSharedBlockContainer
- All Implemented Interfaces:
IContentContainer,IElement,ISharedBlockContainer,IDeletionSupport,IProtocolSupport,ISecuritySupport,IUriSupport,Serializable
public class EzsSharedBlockContainer
extends com.axemble.vdoc.sdk.impl.base.BaseContentContainer
implements ISharedBlockContainer
- Author:
- vlygeros
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.axemble.vdoc.sdk.interfaces.IContentContainer
IContentContainer.IStatus -
Field Summary
Fields inherited from class com.axemble.vdoc.sdk.impl.base.BaseContentContainer
contentImplFields inherited from class com.axemble.vdoc.sdk.impl.PortalElement
path, storageKeyFields inherited from class com.axemble.vdoc.sdk.impl.AbstractElement
module -
Constructor Summary
ConstructorsConstructorDescriptionEzsSharedBlockContainer(IModule module, com.axemble.easysite.dao.domain.impl.CommonBlockImpl commonBlockImpl) -
Method Summary
Modifier and TypeMethodDescriptionGets the description of the container.voidsetDescription(String description) Sets the description of the container.Methods inherited from class com.axemble.vdoc.sdk.impl.base.BaseContentContainer
delete, getActivatedDate, getContent, getContents, getExpiredDate, getLabel, getName, getNativeObject, getSite, getStatus, getURI, includeToIndex, includeToStats, isActive, isIncludedToIndex, isIncludedToStats, save, setActive, setLabelMethods inherited from class com.axemble.vdoc.sdk.impl.PortalElement
equals, getId, getPath, getProtocolURI, getProtocolURI, hashCode, replaceBackSlash, replaceSlash, save, setIdMethods inherited from class com.axemble.vdoc.sdk.impl.AbstractElement
getModuleMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.axemble.vdoc.sdk.interfaces.IContentContainer
getActivatedDate, getContent, getContents, getExpiredDate, getLabel, getName, getSite, getStatus, includeToIndex, includeToStats, isActive, isIncludedToIndex, isIncludedToStats, setActive, setLabelMethods inherited from interface com.axemble.vdoc.sdk.supports.IDeletionSupport
deleteMethods inherited from interface com.axemble.vdoc.sdk.interfaces.IElement
getId, getModule, getNativeObject, getPath, saveMethods inherited from interface com.axemble.vdoc.sdk.supports.IProtocolSupport
getProtocolURI, getProtocolURIMethods inherited from interface com.axemble.vdoc.sdk.supports.IUriSupport
getURI
-
Constructor Details
-
EzsSharedBlockContainer
public EzsSharedBlockContainer(IModule module, com.axemble.easysite.dao.domain.impl.CommonBlockImpl commonBlockImpl) - Parameters:
module-commonBlockImpl-
-
-
Method Details
-
getDescription
Description copied from interface:IContentContainerGets the description of the container.- Specified by:
getDescriptionin interfaceIContentContainer- Returns:
- a String of the container.
-
setDescription
Description copied from interface:IContentContainerSets the description of the container.- Specified by:
setDescriptionin interfaceIContentContainer- Parameters:
description- the new description to set.
-