| |
|
| java.lang.Object org.jboss.resource.metadata.DescriptionGroupMetaData
DescriptionGroupMetaData | public class DescriptionGroupMetaData implements Serializable(Code) | | Description group meta data
author: Adrian Brock version: $Revision: 57189 $ |
serialVersionUID | final static long serialVersionUID(Code) | | |
DescriptionGroupMetaData | public DescriptionGroupMetaData()(Code) | | Create a new description group meta data using the default langugage
|
DescriptionGroupMetaData | public DescriptionGroupMetaData(String lang)(Code) | | Create a new description group meta data
Parameters: lang - the language |
getDescription | public String getDescription()(Code) | | Get the description
the description |
getDisplayName | public String getDisplayName()(Code) | | Get the display name
the display name |
getLanguage | public String getLanguage()(Code) | | Get the language
the language |
getLargeIcon | public String getLargeIcon()(Code) | | Get the large icon
the large icon |
getSmallIcon | public String getSmallIcon()(Code) | | Get the small icon
the small icon |
setDescription | public void setDescription(String description)(Code) | | Set the description
Parameters: description - the description |
setDisplayName | public void setDisplayName(String displayName)(Code) | | Set the display name
Parameters: displayName - the display name |
setLargeIcon | public void setLargeIcon(String icon)(Code) | | Set the large icon
Parameters: icon - the icon |
setSmallIcon | public void setSmallIcon(String icon)(Code) | | Set the small icon
Parameters: icon - the icon |
|
|
|