org.richfaces.cdk.xmlconfig.model
Class DescriptionGroupBean
java.lang.Object
org.richfaces.cdk.xmlconfig.model.DescriptionGroupBean
- All Implemented Interfaces:
- DescriptionGroup
- Direct Known Subclasses:
- ExtensibleBean, FunctionBean
public class DescriptionGroupBean
- extends Object
- implements DescriptionGroup
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DescriptionGroupBean
public DescriptionGroupBean()
getIcon
public final DescriptionGroup.Icon getIcon()
- Specified by:
getIcon in interface DescriptionGroup
- Returns:
- the icon
setIcon
public final void setIcon(DescriptionGroup.Icon icon)
- Specified by:
setIcon in interface DescriptionGroup
- Parameters:
icon - the icon to set
getDescription
public final String getDescription()
- Specified by:
getDescription in interface DescriptionGroup
- Returns:
- the description
setDescription
public final void setDescription(String description)
- Specified by:
setDescription in interface DescriptionGroup
- Parameters:
description - the description to set
getDisplayName
public final String getDisplayName()
- Specified by:
getDisplayName in interface DescriptionGroup
- Returns:
- the displayname
setDisplayName
public final void setDisplayName(String displayname)
- Specified by:
setDisplayName in interface DescriptionGroup
- Parameters:
displayname - the displayname to set
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.