public interface IVirtualPage extends IProtocolSupport
Modifier and Type | Method and Description |
---|---|
Date |
getActivatedDate()
Gets the activated date.
|
String |
getAuthorInformation()
Gets the author information.
|
Date |
getCreatedDate()
Gets the created date.
|
String |
getDescription()
Gets the description of the container.
|
String |
getDigest()
Gets the digest of the page container.
|
Date |
getExpiredDate()
Gets the expired date.
|
String |
getLabel() |
Date |
getModifiedDate()
Gets the modified date.
|
IPluginRequest |
getPluginRequest()
Retrieves the provided Plug-in request.
|
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 |
setDigest(String digest)
Sets the digest of the page container.
|
void |
setExpiredDate(Date expiredDate)
Sets the expired date.
|
void |
setLabel(String label)
Sets the label of the container.
|
getProtocolURI, getProtocolURI
String getLabel()
void setLabel(String label)
label
- the new label to set.String getDescription()
void setDescription(String description)
description
- the new description to set.String getDigest()
void setDigest(String digest)
digest
- The digest of the page container to set.void setActivatedDate(Date activatedDate)
activatedDate
- the activated datevoid setExpiredDate(Date expiredDate)
expiredDate
- the expired dateString getAuthorInformation()
void setAuthorInformation(String authorInformation)
authorInformation
- The author information.IPluginRequest getPluginRequest()
IPluginRequest
object.Copyright © 2021 Visiativ Software. All rights reserved.