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 SummaryConstructorsConstructorDescriptionEzsVirtualPage(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 SummaryModifier 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
- 
EzsVirtualPagepublic EzsVirtualPage(com.axemble.easysite.dao.domain.impl.PluginImpl innerPlugin, com.axemble.easysite.plugins.mvc.URI uri) 
 
- 
- 
Method Details- 
getActivatedDateDescription copied from interface:IVirtualPageGets the activated date.- Specified by:
- getActivatedDatein interface- IVirtualPage
- Returns:
- A Dateobject.
 
- 
getCreatedDateDescription copied from interface:IVirtualPageGets the created date.- Specified by:
- getCreatedDatein interface- IVirtualPage
- Returns:
- A Dateobject.
 
- 
getDescriptionDescription copied from interface:IVirtualPageGets the description of the container.- Specified by:
- getDescriptionin interface- IVirtualPage
- Returns:
- a String of the container.
 
- 
getExpiredDateDescription copied from interface:IVirtualPageGets the expired date.- Specified by:
- getExpiredDatein interface- IVirtualPage
- Returns:
- A Dateobject.
 
- 
getLabel- Specified by:
- getLabelin interface- IVirtualPage
- Returns:
- The label of the container.
 
- 
getModifiedDateDescription copied from interface:IVirtualPageGets the modified date.- Specified by:
- getModifiedDatein interface- IVirtualPage
- Returns:
- A Dateobject.
 
- 
setDescriptionDescription copied from interface:IVirtualPageSets the description of the container.- Specified by:
- setDescriptionin interface- IVirtualPage
- Parameters:
- description- the new description to set.
 
- 
setLabelDescription copied from interface:IVirtualPageSets the label of the container.- Specified by:
- setLabelin interface- IVirtualPage
- Parameters:
- label- the new label to set.
 
- 
getProtocolURI- Specified by:
- getProtocolURIin interface- IProtocolSupport
 
- 
getProtocolURI- Specified by:
- getProtocolURIin interface- IProtocolSupport
 
- 
getAuthorInformationDescription copied from interface:IVirtualPageGets the author information.- Specified by:
- getAuthorInformationin interface- IVirtualPage
- Returns:
- A java.lang.String object.
 
- 
setAuthorInformationDescription copied from interface:IVirtualPageSets the author information.- Specified by:
- setAuthorInformationin interface- IVirtualPage
- Parameters:
- authorInformation- The author information.
 
- 
getDigestDescription copied from interface:IVirtualPageGets the digest of the page container.- Specified by:
- getDigestin interface- IVirtualPage
- Returns:
- A java.lang.String value.
 
- 
setDigestDescription copied from interface:IVirtualPageSets the digest of the page container.- Specified by:
- setDigestin interface- IVirtualPage
- Parameters:
- digest- The digest of the page container to set.
 
- 
getPluginRequestDescription copied from interface:IVirtualPageRetrieves the provided Plug-in request.- Specified by:
- getPluginRequestin interface- IVirtualPage
- Returns:
- A IPluginRequestobject.
 
- 
setActivatedDateDescription copied from interface:IVirtualPageSets the activated date.- Specified by:
- setActivatedDatein interface- IVirtualPage
- Parameters:
- activatedDate- the activated date
 
- 
setExpiredDateDescription copied from interface:IVirtualPageSets the expired date.- Specified by:
- setExpiredDatein interface- IVirtualPage
- Parameters:
- expiredDate- the expired date
 
 
-