org.jboss.resource.metadata
Class DescriptionGroupMetaData

java.lang.Object
  extended by org.jboss.resource.metadata.DescriptionGroupMetaData
All Implemented Interfaces:
Serializable

public class DescriptionGroupMetaData
extends Object
implements Serializable

Description group meta data

Version:
$Revision: 1.1.6.3 $
Author:
Adrian Brock
See Also:
Serialized Form

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

DescriptionGroupMetaData

public DescriptionGroupMetaData()
Create a new description group meta data using the default langugage


DescriptionGroupMetaData

public DescriptionGroupMetaData(String lang)
Create a new description group meta data

Parameters:
lang - the language
Method Detail

getLanguage

public String getLanguage()
Get the language

Returns:
the language

getDescription

public String getDescription()
Get the description

Returns:
the description

setDescription

public void setDescription(String description)
Set the description

Parameters:
description - the description

getDisplayName

public String getDisplayName()
Get the display name

Returns:
the display name

setDisplayName

public void setDisplayName(String displayName)
Set the display name

Parameters:
displayName - the display name

getSmallIcon

public String getSmallIcon()
Get the small icon

Returns:
the small icon

setSmallIcon

public void setSmallIcon(String icon)
Set the small icon

Parameters:
icon - the icon

getLargeIcon

public String getLargeIcon()
Get the large icon

Returns:
the large icon

setLargeIcon

public void setLargeIcon(String icon)
Set the large icon

Parameters:
icon - the icon

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2002 JBoss Group, LLC. All Rights Reserved.