Class CmsResourceTypeInfoBean


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

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getBigIcon()
      Returns the big icon.
      java.lang.String getDescription()
      Returns the description.
      int getId()
      Returns the id.
      java.lang.String getModuleName()
      Returns the module name.
      java.lang.String getName()
      Returns the name.
      java.lang.String getNiceName()
      Returns the nice name.
      java.lang.String getSchema()
      Returns the schema.
      java.lang.String getSchemaTypeName()
      Returns the schema type name.
      java.lang.String getSmallIcon()
      Returns the small icon.
      java.lang.String getTitle()
      Returns the title.
      void setBigIcon​(java.lang.String bigIcon)
      Sets the big icon.
      void setDescription​(java.lang.String description)
      Sets the description.
      void setId​(int id)
      Sets the id.
      void setModuleName​(java.lang.String moduleName)
      Sets the module name.
      void setName​(java.lang.String name)
      Sets the name.
      void setNiceName​(java.lang.String niceName)
      Sets the nice name.
      void setSchema​(java.lang.String schema)
      Sets the schema.
      void setSchemaTypeName​(java.lang.String schemaTypeName)
      Sets the schema type name.
      void setSmallIcon​(java.lang.String smallIcon)
      Sets the small icon.
      void setTitle​(java.lang.String title)
      Sets the title.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • getBigIcon

        public java.lang.String getBigIcon()
        Returns the big icon.

        Returns:
        the big icon
      • getDescription

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

        Returns:
        the description
      • getId

        public int getId()
        Returns the id.

        Returns:
        the id
      • getModuleName

        public java.lang.String getModuleName()
        Returns the module name.

        Returns:
        the module name
      • getName

        public java.lang.String getName()
        Returns the name.

        Returns:
        the name
      • getNiceName

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

        Returns:
        the nice name
      • getSchema

        public java.lang.String getSchema()
        Returns the schema.

        Returns:
        the schema
      • getSchemaTypeName

        public java.lang.String getSchemaTypeName()
        Returns the schema type name.

        Returns:
        the schema type name
      • getSmallIcon

        public java.lang.String getSmallIcon()
        Returns the small icon.

        Returns:
        the small icon
      • getTitle

        public java.lang.String getTitle()
        Returns the title.

        Returns:
        the title
      • setBigIcon

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

        Parameters:
        bigIcon - the big icon to set
      • setDescription

        public void setDescription​(java.lang.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​(java.lang.String moduleName)
        Sets the module name.

        Parameters:
        moduleName - the module name to set
      • setName

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

        Parameters:
        name - the name to set
      • setNiceName

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

        Parameters:
        niceName - the nice name to set
      • setSchema

        public void setSchema​(java.lang.String schema)
        Sets the schema.

        Parameters:
        schema - the schema to set
      • setSchemaTypeName

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

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

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

        Parameters:
        smallIcon - the small icon to set
      • setTitle

        public void setTitle​(java.lang.String title)
        Sets the title.

        Parameters:
        title - the title to set