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
ConstructorDescriptionEzsVirtualPage
(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) void
setActivatedDate
(Date activatedDate) Sets the activated date.void
setAuthorInformation
(String authorInformation) Sets the author information.void
setDescription
(String description) Sets the description of the container.void
Sets the digest of the page container.void
setExpiredDate
(Date expiredDate) Sets the expired date.void
Sets 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:IVirtualPage
Gets the activated date.- Specified by:
getActivatedDate
in interfaceIVirtualPage
- Returns:
- A
Date
object.
-
getCreatedDate
Description copied from interface:IVirtualPage
Gets the created date.- Specified by:
getCreatedDate
in interfaceIVirtualPage
- Returns:
- A
Date
object.
-
getDescription
Description copied from interface:IVirtualPage
Gets the description of the container.- Specified by:
getDescription
in interfaceIVirtualPage
- Returns:
- a String of the container.
-
getExpiredDate
Description copied from interface:IVirtualPage
Gets the expired date.- Specified by:
getExpiredDate
in interfaceIVirtualPage
- Returns:
- A
Date
object.
-
getLabel
- Specified by:
getLabel
in interfaceIVirtualPage
- Returns:
- The label of the container.
-
getModifiedDate
Description copied from interface:IVirtualPage
Gets the modified date.- Specified by:
getModifiedDate
in interfaceIVirtualPage
- Returns:
- A
Date
object.
-
setDescription
Description copied from interface:IVirtualPage
Sets the description of the container.- Specified by:
setDescription
in interfaceIVirtualPage
- Parameters:
description
- the new description to set.
-
setLabel
Description copied from interface:IVirtualPage
Sets the label of the container.- Specified by:
setLabel
in interfaceIVirtualPage
- Parameters:
label
- the new label to set.
-
getProtocolURI
- Specified by:
getProtocolURI
in interfaceIProtocolSupport
-
getProtocolURI
- Specified by:
getProtocolURI
in interfaceIProtocolSupport
-
getAuthorInformation
Description copied from interface:IVirtualPage
Gets the author information.- Specified by:
getAuthorInformation
in interfaceIVirtualPage
- Returns:
- A java.lang.String object.
-
setAuthorInformation
Description copied from interface:IVirtualPage
Sets the author information.- Specified by:
setAuthorInformation
in interfaceIVirtualPage
- Parameters:
authorInformation
- The author information.
-
getDigest
Description copied from interface:IVirtualPage
Gets the digest of the page container.- Specified by:
getDigest
in interfaceIVirtualPage
- Returns:
- A java.lang.String value.
-
setDigest
Description copied from interface:IVirtualPage
Sets the digest of the page container.- Specified by:
setDigest
in interfaceIVirtualPage
- Parameters:
digest
- The digest of the page container to set.
-
getPluginRequest
Description copied from interface:IVirtualPage
Retrieves the provided Plug-in request.- Specified by:
getPluginRequest
in interfaceIVirtualPage
- Returns:
- A
IPluginRequest
object.
-
setActivatedDate
Description copied from interface:IVirtualPage
Sets the activated date.- Specified by:
setActivatedDate
in interfaceIVirtualPage
- Parameters:
activatedDate
- the activated date
-
setExpiredDate
Description copied from interface:IVirtualPage
Sets the expired date.- Specified by:
setExpiredDate
in interfaceIVirtualPage
- Parameters:
expiredDate
- the expired date
-