Interface I_CmsUnlockData


public interface I_CmsUnlockData
Parameters for the unlock service.

Implementations are generated via the AutoBean mechanism.

  • 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

      void setDetailId(String detailId)
      Sets the detail content id.
      Parameters:
      detailId - the detail content id
    • setLocale

      void setLocale(String locale)
      Sets the page locale.
      Parameters:
      locale - the locale
    • setPageId

      void setPageId(String pageId)
      Sets the page structure id.
      Parameters:
      pageId - the page id