Package org.opencms.ade.containerpage
Class CmsTypeAnalyzer.TypeBean
java.lang.Object
org.opencms.ade.containerpage.CmsTypeAnalyzer.TypeBean
- All Implemented Interfaces:
Serializable
- Enclosing class:
CmsTypeAnalyzer
Data for a single content type.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintgetCount()Gets the count.getName()Gets the name.Gets the nice name.intGets the usage count.voidsetCount(int count) Sets the count.voidsetUsageCount(int referenceCount) Sets the usage count.
-
Constructor Details
-
TypeBean
Instantiates a new type bean.- Parameters:
name- the nameniceName- the nice namecount- the count
-
-
Method Details
-
getCount
Gets the count.- Returns:
- the count
-
getName
Gets the name.- Returns:
- the name
-
getNiceName
Gets the nice name.- Returns:
- the nice name
-
getUsageCount
Gets the usage count.- Returns:
- the usage count
-
setCount
Sets the count.- Parameters:
count- the new count
-
setUsageCount
Sets the usage count.- Parameters:
referenceCount- the new usage count
-