Package org.opencms.ui.apps.modules
Class CmsModuleRow
java.lang.Object
org.opencms.ui.apps.modules.CmsModuleRow
Represents a row of the modules overview table.
The equals() and hashCode() methods are overridden to only compare/hash the module name.
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionbooleangetGroup()Gets the module group.com.vaadin.server.ResourcegetIcon()Gets the icon to display.Gets the module.getName()Gets the name of the module.getTitle()Gets the nice name of the module.intgetTypes()Gets the number of resource types defined.Gets the version.inthashCode()
- 
Constructor Details- 
CmsModuleRowCreates a new instance.- Parameters:
- module- the module for which this is a row
 
 
- 
- 
Method Details- 
equals
- 
getGroupGets the module group.- Returns:
- the module group
 
- 
getIconGets the icon to display.- Returns:
- the icon to display
 
- 
getModuleGets the module.- Returns:
- the module
 
- 
getNameGets the name of the module.- Returns:
- the module name
 
- 
getTitleGets the nice name of the module.- Returns:
- the nice name of the module
 
- 
getTypesGets the number of resource types defined.- Returns:
- the number of resource types
 
- 
getVersionGets the version.- Returns:
- the module version
 
- 
hashCode
 
-