Interface I_CmsUnlockData


  • public interface I_CmsUnlockData
    Parameters for the unlock service.

    Implementations are generated via the AutoBean mechanism.

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.String getDetailId()
      Gets the detail content id.
      java.lang.String getLocale()
      Gets the locale
      java.lang.String getPageId()
      Gets the page id.
      void setDetailId​(java.lang.String detailId)
      Sets the detail content id.
      void setLocale​(java.lang.String locale)
      Sets the page locale.
      void setPageId​(java.lang.String pageId)
      Sets the page structure id.
    • Method Detail

      • getDetailId

        java.lang.String getDetailId()
        Gets the detail content id.
        Returns:
        the detail content id
      • getLocale

        java.lang.String getLocale()
        Gets the locale
        Returns:
        the locale
      • getPageId

        java.lang.String getPageId()
        Gets the page id.
        Returns:
        the page id
      • setDetailId

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

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

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