Package com.axemble.vdoc.sdk.interfaces
Interface IVirtualPage
- All Superinterfaces:
- IProtocolSupport,- Serializable
- All Known Implementing Classes:
- EzsVirtualPage
This interface represents a virtual page.
- Since:
- 2.1
- Version:
- 1.0, 30/12/2009
- Author:
- vlygeros
- 
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.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.Methods inherited from interface com.axemble.vdoc.sdk.supports.IProtocolSupportgetProtocolURI, getProtocolURI
- 
Method Details- 
getLabelString getLabel()- Returns:
- The label of the container.
 
- 
setLabelSets the label of the container.- Parameters:
- label- the new label to set.
 
- 
getDescriptionString getDescription()Gets the description of the container.- Returns:
- a String of the container.
 
- 
setDescriptionSets the description of the container.- Parameters:
- description- the new description to set.
 
- 
getDigestString getDigest()Gets the digest of the page container.- Returns:
- A java.lang.String value.
 
- 
setDigestSets the digest of the page container.- Parameters:
- digest- The digest of the page container to set.
 
- 
getCreatedDateDate getCreatedDate()Gets the created date.- Returns:
- A Dateobject.
 
- 
getModifiedDateDate getModifiedDate()Gets the modified date.- Returns:
- A Dateobject.
 
- 
getActivatedDateDate getActivatedDate()Gets the activated date.- Returns:
- A Dateobject.
 
- 
setActivatedDateSets the activated date.- Parameters:
- activatedDate- the activated date
 
- 
getExpiredDateDate getExpiredDate()Gets the expired date.- Returns:
- A Dateobject.
 
- 
setExpiredDateSets the expired date.- Parameters:
- expiredDate- the expired date
 
- 
getAuthorInformationString getAuthorInformation()Gets the author information.- Returns:
- A java.lang.String object.
 
- 
setAuthorInformationSets the author information.- Parameters:
- authorInformation- The author information.
 
- 
getPluginRequestIPluginRequest getPluginRequest()Retrieves the provided Plug-in request.- Returns:
- A IPluginRequestobject.
 
 
-