Class CmsCloneModuleInfo

    • Method Detail

      • getActionClass

        public java.lang.String getActionClass()
        Returns the action class.

        Returns:
        the action class
      • getApplyChangesEverywhere

        public java.lang.String getApplyChangesEverywhere()
        Returns the changeResourceTypesEverywhere.

        Returns:
        the changeResourceTypesEverywhere
      • getAuthorEmail

        public java.lang.String getAuthorEmail()
        Returns the author email.

        Returns:
        the author email
      • getAuthorName

        public java.lang.String getAuthorName()
        Returns the author name.

        Returns:
        the author name
      • getChangeResourceTypes

        public java.lang.String getChangeResourceTypes()
        Returns the change resource types flag as String.

        Returns:
        the change resource types flag as String
      • getDescription

        public java.lang.String getDescription()
        Returns the description.

        Returns:
        the description
      • getFormatterSourceModule

        public java.lang.String getFormatterSourceModule()
        Returns the formatter source module package/name.

        Returns:
        the formatter source module package/name
      • getFormatterTargetModule

        public java.lang.String getFormatterTargetModule()
        Returns the formatter target module package/name.

        Returns:
        the formatter target module package/name
      • getGroup

        public java.lang.String getGroup()
        Returns the group.

        Returns:
        the group
      • getName

        public java.lang.String getName()
        Returns the package/module name for the clone/target.

        Returns:
        the package/module name for the clone/target
      • getNiceName

        public java.lang.String getNiceName()
        Returns the nice name.

        Returns:
        the nice name
      • getSourceModuleName

        public java.lang.String getSourceModuleName()
        Returns the source module package/name (the module to clone).

        Returns:
        the source module package/name (the module to clone)
      • getSourceNamePrefix

        public java.lang.String getSourceNamePrefix()
        Returns the source name prefix.

        Returns:
        the source name prefix
      • getTargetNamePrefix

        public java.lang.String getTargetNamePrefix()
        Returns the target name prefix.

        Returns:
        the target name prefix
      • isRewriteContainerPages

        public boolean isRewriteContainerPages()
        Returns the rewriteContainerPages.

        Returns:
        the rewriteContainerPages
      • setActionClass

        public void setActionClass​(java.lang.String actionClass)
        Sets the action class.

        Parameters:
        actionClass - the action class
      • setApplyChangesEverywhere

        public void setApplyChangesEverywhere​(java.lang.String applyChangesEverywhere)
        Sets the changeResourceTypesEverywhere.

        Parameters:
        applyChangesEverywhere - the changeResourceTypesEverywhere to set
      • setAuthorEmail

        public void setAuthorEmail​(java.lang.String authorEmail)
        Sets the author email.

        Parameters:
        authorEmail - the author email to set
      • setAuthorName

        public void setAuthorName​(java.lang.String authorName)
        Sets the author name.

        Parameters:
        authorName - the author name to set
      • setChangeResourceTypes

        public void setChangeResourceTypes​(java.lang.String changeResourceTypes)
        Sets the change resource types flag.

        Parameters:
        changeResourceTypes - the change resource types falg to set
      • setDescription

        public void setDescription​(java.lang.String description)
        Sets the description.

        Parameters:
        description - the description to set
      • setFormatterSourceModule

        public void setFormatterSourceModule​(java.lang.String formatterSourceModule)
        Sets the formatter source module name.

        Parameters:
        formatterSourceModule - the formatter source module name to set
      • setFormatterTargetModule

        public void setFormatterTargetModule​(java.lang.String formatterTargetModule)
        Sets the formatter target module name.

        Parameters:
        formatterTargetModule - the formatter target module name to set
      • setGroup

        public void setGroup​(java.lang.String group)
        Sets the group.

        Parameters:
        group - the group to set
      • setName

        public void setName​(java.lang.String name)
        Sets the module package name.

        Parameters:
        name - the module package name to set
      • setNiceName

        public void setNiceName​(java.lang.String niceName)
        Sets the nice name.

        Parameters:
        niceName - the nice name to set
      • setRewriteContainerPages

        public void setRewriteContainerPages​(boolean rewriteContainerPages)
        Sets the rewriteContainerPages.

        Parameters:
        rewriteContainerPages - the rewriteContainerPages to set
      • setSourceModuleName

        public void setSourceModuleName​(java.lang.String sourceModuleName)
        Sets the source module name.

        Parameters:
        sourceModuleName - the source module name to set
      • setSourceNamePrefix

        public void setSourceNamePrefix​(java.lang.String sourceNamePrefix)
        Sets the source name prefix.

        Parameters:
        sourceNamePrefix - the source name prefix to set
      • setTargetNamePrefix

        public void setTargetNamePrefix​(java.lang.String targetNamePrefix)
        Sets the target name prefix.

        Parameters:
        targetNamePrefix - the target name prefix to set