Class CmsCloneModuleInfo
java.lang.Object
org.opencms.workplace.tools.modules.CmsCloneModuleInfo
Clone module information bean.
-
Constructor Summary
-
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.boolean
Returns the rewriteContainerPages.void
setActionClass
(String actionClass) Sets the action class.void
setApplyChangesEverywhere
(String applyChangesEverywhere) Sets the changeResourceTypesEverywhere.void
setAuthorEmail
(String authorEmail) Sets the author email.void
setAuthorName
(String authorName) Sets the author name.void
setChangeResourceTypes
(String changeResourceTypes) Sets the change resource types flag.void
setDescription
(String description) Sets the description.void
setFormatterSourceModule
(String formatterSourceModule) Sets the formatter source module name.void
setFormatterTargetModule
(String formatterTargetModule) Sets the formatter target module name.void
Sets the group.void
Sets the module package name.void
setNiceName
(String niceName) Sets the nice name.void
setRewriteContainerPages
(boolean rewriteContainerPages) Sets the rewriteContainerPages.void
setSourceModuleName
(String sourceModuleName) Sets the source module name.void
setSourceNamePrefix
(String sourceNamePrefix) Sets the source name prefix.void
setTargetNamePrefix
(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
-