Class CmsResourceTypeInfoBean
java.lang.Object
org.opencms.workplace.tools.modules.CmsResourceTypeInfoBean
Bean used to hold all information required to add a new XmlContent based resource type.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionReturns the big icon.Returns the description.int
getId()
Returns the id.Returns the module name.getName()
Returns the name.Returns the nice name.Returns the schema.Returns the schema type name.Returns the small icon.getTitle()
Returns the title.void
setBigIcon
(String bigIcon) Sets the big icon.void
setDescription
(String description) Sets the description.void
setId
(int id) Sets the id.void
setModuleName
(String moduleName) Sets the module name.void
Sets the name.void
setNiceName
(String niceName) Sets the nice name.void
Sets the schema.void
setSchemaTypeName
(String schemaTypeName) Sets the schema type name.void
setSmallIcon
(String smallIcon) Sets the small icon.void
Sets the title.
-
Constructor Details
-
CmsResourceTypeInfoBean
public CmsResourceTypeInfoBean()
-
-
Method Details
-
getBigIcon
Returns the big icon.- Returns:
- the big icon
-
getDescription
Returns the description.- Returns:
- the description
-
getId
Returns the id.- Returns:
- the id
-
getModuleName
Returns the module name.- Returns:
- the module name
-
getName
Returns the name.- Returns:
- the name
-
getNiceName
Returns the nice name.- Returns:
- the nice name
-
getSchema
Returns the schema.- Returns:
- the schema
-
getSchemaTypeName
Returns the schema type name.- Returns:
- the schema type name
-
getSmallIcon
Returns the small icon.- Returns:
- the small icon
-
getTitle
Returns the title.- Returns:
- the title
-
setBigIcon
Sets the big icon.- Parameters:
bigIcon
- the big icon to set
-
setDescription
Sets the description.- Parameters:
description
- the description to set
-
setId
Sets the id.- Parameters:
id
- the id to set
-
setModuleName
Sets the module name.- Parameters:
moduleName
- the module name to set
-
setName
Sets the name.- Parameters:
name
- the name to set
-
setNiceName
Sets the nice name.- Parameters:
niceName
- the nice name to set
-
setSchema
Sets the schema.- Parameters:
schema
- the schema to set
-
setSchemaTypeName
Sets the schema type name.- Parameters:
schemaTypeName
- the schema type name to set
-
setSmallIcon
Sets the small icon.- Parameters:
smallIcon
- the small icon to set
-
setTitle
Sets the title.- Parameters:
title
- the title to set
-