Class CmsResourceTypeInfoBean

java.lang.Object
org.opencms.workplace.tools.modules.CmsResourceTypeInfoBean

public class CmsResourceTypeInfoBean extends Object
Bean used to hold all information required to add a new XmlContent based resource type.

  • Constructor Details

  • Method Details

    • getBigIcon

      public String getBigIcon()
      Returns the big icon.

      Returns:
      the big icon
    • getDescription

      Returns the description.

      Returns:
      the description
    • getId

      public int getId()
      Returns the id.

      Returns:
      the id
    • getModuleName

      Returns the module name.

      Returns:
      the module name
    • getName

      public String getName()
      Returns the name.

      Returns:
      the name
    • getNiceName

      public String getNiceName()
      Returns the nice name.

      Returns:
      the nice name
    • getSchema

      public String getSchema()
      Returns the schema.

      Returns:
      the schema
    • getSchemaTypeName

      Returns the schema type name.

      Returns:
      the schema type name
    • getSmallIcon

      public String getSmallIcon()
      Returns the small icon.

      Returns:
      the small icon
    • getTitle

      public String getTitle()
      Returns the title.

      Returns:
      the title
    • setBigIcon

      public void setBigIcon(String bigIcon)
      Sets the big icon.

      Parameters:
      bigIcon - the big icon to set
    • setDescription

      public void setDescription(String description)
      Sets the description.

      Parameters:
      description - the description to set
    • setId

      public void setId(int id)
      Sets the id.

      Parameters:
      id - the id to set
    • setModuleName

      public void setModuleName(String moduleName)
      Sets the module name.

      Parameters:
      moduleName - the module name to set
    • setName

      public void setName(String name)
      Sets the name.

      Parameters:
      name - the name to set
    • setNiceName

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

      Parameters:
      niceName - the nice name to set
    • setSchema

      public void setSchema(String schema)
      Sets the schema.

      Parameters:
      schema - the schema to set
    • setSchemaTypeName

      public void setSchemaTypeName(String schemaTypeName)
      Sets the schema type name.

      Parameters:
      schemaTypeName - the schema type name to set
    • setSmallIcon

      public void setSmallIcon(String smallIcon)
      Sets the small icon.

      Parameters:
      smallIcon - the small icon to set
    • setTitle

      public void setTitle(String title)
      Sets the title.

      Parameters:
      title - the title to set