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 TypeMethodDescriptionint
getCount()
Gets the count.getName()
Gets the name.Gets the nice name.int
Gets the usage count.void
setCount
(int count) Sets the count.void
setUsageCount
(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
-