Class CmsTypeAnalyzer.FormatterBean

java.lang.Object
org.opencms.ade.containerpage.CmsTypeAnalyzer.FormatterBean
All Implemented Interfaces:
Serializable
Enclosing class:
CmsTypeAnalyzer

public static class CmsTypeAnalyzer.FormatterBean extends Object implements Serializable
Bean for formatter information.
See Also:
  • Constructor Details

    • FormatterBean

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

    • getId

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

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

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

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