Package org.opencms.gwt.shared
Interface I_CmsUnlockData
public interface I_CmsUnlockData
Parameters for the unlock service.
Implementations are generated via the AutoBean mechanism.
-
Method Summary
Modifier and TypeMethodDescriptionGets the detail content id.Gets the localeGets the page id.void
setDetailId
(String detailId) Sets the detail content id.void
Sets the page locale.void
Sets the page structure id.
-
Method Details
-
getDetailId
Gets the detail content id.- Returns:
- the detail content id
-
getLocale
Gets the locale- Returns:
- the locale
-
getPageId
Gets the page id.- Returns:
- the page id
-
setDetailId
Sets the detail content id.- Parameters:
detailId
- the detail content id
-
setLocale
Sets the page locale.- Parameters:
locale
- the locale
-
setPageId
Sets the page structure id.- Parameters:
pageId
- the page id
-