Package com.axemble.vdoc.sdk.impl
Class EzsVirtualPage
java.lang.Object
com.axemble.vdoc.sdk.impl.EzsVirtualPage
- All Implemented Interfaces:
IVirtualPage,IProtocolSupport,Serializable
- Author:
- vlygeros
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionEzsVirtualPage(com.axemble.easysite.dao.domain.impl.PluginImpl innerPlugin, com.axemble.easysite.plugins.mvc.URI uri) EzsVirtualPage(IModule module, com.axemble.easysite.plugins.mvc.PluginPage pluginPage) -
Method Summary
Modifier and TypeMethodDescriptionGets the activated date.Gets the author information.Gets the created date.Gets the description of the container.Gets the digest of the page container.Gets the expired date.getLabel()Gets the modified date.Retrieves the provided Plug-in request.getProtocolURI(boolean useLabels) voidsetActivatedDate(Date activatedDate) Sets the activated date.voidsetAuthorInformation(String authorInformation) Sets the author information.voidsetDescription(String description) Sets the description of the container.voidSets the digest of the page container.voidsetExpiredDate(Date expiredDate) Sets the expired date.voidSets the label of the container.
-
Constructor Details
-
EzsVirtualPage
-
EzsVirtualPage
public EzsVirtualPage(com.axemble.easysite.dao.domain.impl.PluginImpl innerPlugin, com.axemble.easysite.plugins.mvc.URI uri)
-
-
Method Details
-
getActivatedDate
Description copied from interface:IVirtualPageGets the activated date.- Specified by:
getActivatedDatein interfaceIVirtualPage- Returns:
- A
Dateobject.
-
getCreatedDate
Description copied from interface:IVirtualPageGets the created date.- Specified by:
getCreatedDatein interfaceIVirtualPage- Returns:
- A
Dateobject.
-
getDescription
Description copied from interface:IVirtualPageGets the description of the container.- Specified by:
getDescriptionin interfaceIVirtualPage- Returns:
- a String of the container.
-
getExpiredDate
Description copied from interface:IVirtualPageGets the expired date.- Specified by:
getExpiredDatein interfaceIVirtualPage- Returns:
- A
Dateobject.
-
getLabel
- Specified by:
getLabelin interfaceIVirtualPage- Returns:
- The label of the container.
-
getModifiedDate
Description copied from interface:IVirtualPageGets the modified date.- Specified by:
getModifiedDatein interfaceIVirtualPage- Returns:
- A
Dateobject.
-
setDescription
Description copied from interface:IVirtualPageSets the description of the container.- Specified by:
setDescriptionin interfaceIVirtualPage- Parameters:
description- the new description to set.
-
setLabel
Description copied from interface:IVirtualPageSets the label of the container.- Specified by:
setLabelin interfaceIVirtualPage- Parameters:
label- the new label to set.
-
getProtocolURI
- Specified by:
getProtocolURIin interfaceIProtocolSupport
-
getProtocolURI
- Specified by:
getProtocolURIin interfaceIProtocolSupport
-
getAuthorInformation
Description copied from interface:IVirtualPageGets the author information.- Specified by:
getAuthorInformationin interfaceIVirtualPage- Returns:
- A java.lang.String object.
-
setAuthorInformation
Description copied from interface:IVirtualPageSets the author information.- Specified by:
setAuthorInformationin interfaceIVirtualPage- Parameters:
authorInformation- The author information.
-
getDigest
Description copied from interface:IVirtualPageGets the digest of the page container.- Specified by:
getDigestin interfaceIVirtualPage- Returns:
- A java.lang.String value.
-
setDigest
Description copied from interface:IVirtualPageSets the digest of the page container.- Specified by:
setDigestin interfaceIVirtualPage- Parameters:
digest- The digest of the page container to set.
-
getPluginRequest
Description copied from interface:IVirtualPageRetrieves the provided Plug-in request.- Specified by:
getPluginRequestin interfaceIVirtualPage- Returns:
- A
IPluginRequestobject.
-
setActivatedDate
Description copied from interface:IVirtualPageSets the activated date.- Specified by:
setActivatedDatein interfaceIVirtualPage- Parameters:
activatedDate- the activated date
-
setExpiredDate
Description copied from interface:IVirtualPageSets the expired date.- Specified by:
setExpiredDatein interfaceIVirtualPage- Parameters:
expiredDate- the expired date
-