Class CmsTypeAnalyzer.FormatterBean

    • Constructor Summary

      Constructors 
      Constructor Description
      FormatterBean​(CmsUUID id, java.lang.String path, java.lang.String key, java.lang.String niceName)
      Instantiates a new formatter bean.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      CmsUUID getId()
      Gets the id.
      java.lang.String getKey()
      Gets the key.
      java.lang.String getNiceName()
      Gets the nice name.
      java.lang.String getPath()
      Gets the path.
      • Methods inherited from class java.lang.Object

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

      • FormatterBean

        public FormatterBean​(CmsUUID id,
                             java.lang.String path,
                             java.lang.String key,
                             java.lang.String niceName)
        Instantiates a new formatter bean.
        Parameters:
        id - the id
        path - the path
        key - the key
        niceName - the nice name
    • Method Detail

      • getId

        public CmsUUID getId()
        Gets the id.
        Returns:
        the id
      • getKey

        public java.lang.String getKey()
        Gets the key.
        Returns:
        the key
      • getNiceName

        public java.lang.String getNiceName()
        Gets the nice name.
        Returns:
        the nice name
      • getPath

        public java.lang.String getPath()
        Gets the path.
        Returns:
        the path