Class CmsPageSaveStatus
java.lang.Object
org.opencms.ade.containerpage.shared.CmsPageSaveStatus
- All Implemented Interfaces:
com.google.gwt.user.client.rpc.IsSerializable
public class CmsPageSaveStatus
extends Object
implements com.google.gwt.user.client.rpc.IsSerializable
Represents the status of a container page save operation.
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
Hidden default constructor for serialization.CmsPageSaveStatus
(CmsUUID pageId, long timestamp) Creates a new instance. -
Method Summary
Modifier and TypeMethodDescriptionGets the id of the saved page.long
Gets the time at which the page was saved.
-
Constructor Details
-
CmsPageSaveStatus
Creates a new instance.- Parameters:
pageId
- the id of the saved pagetimestamp
- the time after the page has been saved
-
CmsPageSaveStatus
protected CmsPageSaveStatus()Hidden default constructor for serialization.
-
-
Method Details
-
getTimestamp
Gets the time at which the page was saved.- Returns:
- the time at which the page was saved
-
getPageId
Gets the id of the saved page.- Returns:
- the id of the saved page
-