|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.jboss.resource.metadata.DescriptionGroupMetaData
Description group meta data
Constructor Summary | |
DescriptionGroupMetaData()
Create a new description group meta data using the default langugage |
|
DescriptionGroupMetaData(String lang)
Create a new description group meta data |
Method Summary | |
String |
getDescription()
Get the description |
String |
getDisplayName()
Get the display name |
String |
getLanguage()
Get the language |
String |
getLargeIcon()
Get the large icon |
String |
getSmallIcon()
Get the small icon |
void |
setDescription(String description)
Set the description |
void |
setDisplayName(String displayName)
Set the display name |
void |
setLargeIcon(String icon)
Set the large icon |
void |
setSmallIcon(String icon)
Set the small icon |
String |
toString()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public DescriptionGroupMetaData()
public DescriptionGroupMetaData(String lang)
Method Detail |
public String getLanguage()
public String getDescription()
public void setDescription(String description)
description
- the descriptionpublic String getDisplayName()
public void setDisplayName(String displayName)
displayName
- the display namepublic String getSmallIcon()
public void setSmallIcon(String icon)
icon
- the iconpublic String getLargeIcon()
public void setLargeIcon(String icon)
icon
- the iconpublic String toString()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |