public class CmsModuleRow extends java.lang.Object
The equals() and hashCode() methods are overridden to only compare/hash the module name.
| Constructor and Description |
|---|
CmsModuleRow(CmsModule module)
Creates a new instance.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object other) |
java.lang.String |
getGroup()
Gets the module group.
|
com.vaadin.server.Resource |
getIcon()
Gets the icon to display.
|
CmsModule |
getModule()
Gets the module.
|
java.lang.String |
getName()
Gets the name of the module.
|
java.lang.String |
getTitle()
Gets the nice name of the module.
|
int |
getTypes()
Gets the number of resource types defined.
|
java.lang.String |
getVersion()
Gets the version.
|
int |
hashCode() |
public CmsModuleRow(CmsModule module)
module - the module for which this is a rowpublic boolean equals(java.lang.Object other)
equals in class java.lang.ObjectObject.equals(java.lang.Object)public java.lang.String getGroup()
public com.vaadin.server.Resource getIcon()
public java.lang.String getName()
public java.lang.String getTitle()
public int getTypes()
public java.lang.String getVersion()
public int hashCode()
hashCode in class java.lang.ObjectObject.hashCode()