Package com.axemble.vdoc.sdk.impl
Class EzsSiteTemplate
java.lang.Object
com.axemble.vdoc.sdk.impl.AbstractElement
com.axemble.vdoc.sdk.impl.PortalElement
com.axemble.vdoc.sdk.impl.EzsSiteTemplate
- All Implemented Interfaces:
IElement,ISiteTemplate,Serializable
- Author:
- vlygeros
- See Also:
-
Field Summary
Fields inherited from class com.axemble.vdoc.sdk.impl.PortalElement
path, storageKeyFields inherited from class com.axemble.vdoc.sdk.impl.AbstractElement
module -
Constructor Summary
ConstructorsConstructorDescriptionEzsSiteTemplate(IModule module, com.axemble.easysite.dao.domain.impl.SiteTemplateImpl siteTemplateImpl) -
Method Summary
Methods 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
getModule
-
Constructor Details
-
EzsSiteTemplate
public EzsSiteTemplate(IModule module, com.axemble.easysite.dao.domain.impl.SiteTemplateImpl siteTemplateImpl) - Parameters:
module-
-
-
Method Details
-
getNativeObject
Description copied from interface:IElementGets the native object underneath.- Specified by:
getNativeObjectin interfaceIElement- Returns:
- an object.
-