Package org.opencms.ade.containerpage
Class CmsTypeAnalyzer.FormatterBean
java.lang.Object
org.opencms.ade.containerpage.CmsTypeAnalyzer.FormatterBean
- All Implemented Interfaces:
Serializable
- Enclosing class:
- CmsTypeAnalyzer
Bean for formatter information.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionFormatterBean
(CmsUUID id, String path, String key, String niceName) Instantiates a new formatter bean. -
Method Summary
-
Constructor Details
-
FormatterBean
Instantiates a new formatter bean.- Parameters:
id
- the idpath
- the pathkey
- the keyniceName
- the nice name
-
-
Method Details
-
getId
Gets the id.- Returns:
- the id
-
getKey
Gets the key.- Returns:
- the key
-
getNiceName
Gets the nice name.- Returns:
- the nice name
-
getPath
Gets the path.- Returns:
- the path
-