Class CmsCloneModuleInfo
java.lang.Object
org.opencms.workplace.tools.modules.CmsCloneModuleInfo
Clone module information bean.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the action class.Returns the changeResourceTypesEverywhere.Returns the author email.Returns the author name.Returns the change resource types flag as String.Returns the description.Returns the formatter source module package/name.Returns the formatter target module package/name.getGroup()Returns the group.getName()Returns the package/module name for the clone/target.Returns the nice name.Returns the source module package/name (the module to clone).Returns the source name prefix.Returns the target name prefix.booleanReturns the rewriteContainerPages.voidsetActionClass(String actionClass) Sets the action class.voidsetApplyChangesEverywhere(String applyChangesEverywhere) Sets the changeResourceTypesEverywhere.voidsetAuthorEmail(String authorEmail) Sets the author email.voidsetAuthorName(String authorName) Sets the author name.voidsetChangeResourceTypes(String changeResourceTypes) Sets the change resource types flag.voidsetDescription(String description) Sets the description.voidsetFormatterSourceModule(String formatterSourceModule) Sets the formatter source module name.voidsetFormatterTargetModule(String formatterTargetModule) Sets the formatter target module name.voidSets the group.voidSets the module package name.voidsetNiceName(String niceName) Sets the nice name.voidsetRewriteContainerPages(boolean rewriteContainerPages) Sets the rewriteContainerPages.voidsetSourceModuleName(String sourceModuleName) Sets the source module name.voidsetSourceNamePrefix(String sourceNamePrefix) Sets the source name prefix.voidsetTargetNamePrefix(String targetNamePrefix) Sets the target name prefix.
-
Constructor Details
-
CmsCloneModuleInfo
public CmsCloneModuleInfo()
-
-
Method Details
-
getActionClass
Returns the action class.- Returns:
- the action class
-
getApplyChangesEverywhere
Returns the changeResourceTypesEverywhere.- Returns:
- the changeResourceTypesEverywhere
-
getAuthorEmail
Returns the author email.- Returns:
- the author email
-
getAuthorName
Returns the author name.- Returns:
- the author name
-
getChangeResourceTypes
Returns the change resource types flag as String.- Returns:
- the change resource types flag as String
-
getDescription
Returns the description.- Returns:
- the description
-
getFormatterSourceModule
Returns the formatter source module package/name.- Returns:
- the formatter source module package/name
-
getFormatterTargetModule
Returns the formatter target module package/name.- Returns:
- the formatter target module package/name
-
getGroup
Returns the group.- Returns:
- the group
-
getName
Returns the package/module name for the clone/target.- Returns:
- the package/module name for the clone/target
-
getNiceName
Returns the nice name.- Returns:
- the nice name
-
getSourceModuleName
Returns the source module package/name (the module to clone).- Returns:
- the source module package/name (the module to clone)
-
getSourceNamePrefix
Returns the source name prefix.- Returns:
- the source name prefix
-
getTargetNamePrefix
Returns the target name prefix.- Returns:
- the target name prefix
-
isRewriteContainerPages
Returns the rewriteContainerPages.- Returns:
- the rewriteContainerPages
-
setActionClass
Sets the action class.- Parameters:
actionClass- the action class
-
setApplyChangesEverywhere
Sets the changeResourceTypesEverywhere.- Parameters:
applyChangesEverywhere- the changeResourceTypesEverywhere to set
-
setAuthorEmail
Sets the author email.- Parameters:
authorEmail- the author email to set
-
setAuthorName
Sets the author name.- Parameters:
authorName- the author name to set
-
setChangeResourceTypes
Sets the change resource types flag.- Parameters:
changeResourceTypes- the change resource types falg to set
-
setDescription
Sets the description.- Parameters:
description- the description to set
-
setFormatterSourceModule
Sets the formatter source module name.- Parameters:
formatterSourceModule- the formatter source module name to set
-
setFormatterTargetModule
Sets the formatter target module name.- Parameters:
formatterTargetModule- the formatter target module name to set
-
setGroup
Sets the group.- Parameters:
group- the group to set
-
setName
Sets the module package name.- Parameters:
name- the module package name to set
-
setNiceName
Sets the nice name.- Parameters:
niceName- the nice name to set
-
setRewriteContainerPages
Sets the rewriteContainerPages.- Parameters:
rewriteContainerPages- the rewriteContainerPages to set
-
setSourceModuleName
Sets the source module name.- Parameters:
sourceModuleName- the source module name to set
-
setSourceNamePrefix
Sets the source name prefix.- Parameters:
sourceNamePrefix- the source name prefix to set
-
setTargetNamePrefix
Sets the target name prefix.- Parameters:
targetNamePrefix- the target name prefix to set
-