org.jboss.metadata.javaee.spec
Class DescriptionGroupMetaData

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

public class DescriptionGroupMetaData
extends Object
implements Serializable

DescriptionGroupMetaData.

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

Constructor Summary
DescriptionGroupMetaData()
          Create a new DescriptionGroupMetaData.
 
Method Summary
 String getDescription()
           
 String getDescription(String lang)
           
 Descriptions getDescriptions()
          Get the descriptions.
 String getDisplayName()
           
 String getDisplayName(String lang)
           
 DisplayNames getDisplayNames()
          Get the displayNames.
 Icons getIcons()
          Get the icons.
 void setDescriptions(Descriptions descriptions)
          Set the descriptions.
 void setDisplayNames(DisplayNames displayNames)
          Set the displayNames.
 void setIcons(Icons icons)
          Set the icons.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DescriptionGroupMetaData

public DescriptionGroupMetaData()
Create a new DescriptionGroupMetaData.

Method Detail

getDescriptions

public Descriptions getDescriptions()
Get the descriptions.

Returns:
the descriptions.

setDescriptions

public void setDescriptions(Descriptions descriptions)
Set the descriptions.

Parameters:
descriptions - the descriptions.
Throws:
IllegalArgumentException - for a null descriptions

getDescription

public String getDescription()

getDescription

public String getDescription(String lang)

getDisplayNames

public DisplayNames getDisplayNames()
Get the displayNames.

Returns:
the displayNames.

setDisplayNames

public void setDisplayNames(DisplayNames displayNames)
Set the displayNames.

Parameters:
displayNames - the displayNames.
Throws:
IllegalArgumentException - for a null displayNames

getDisplayName

public String getDisplayName()

getDisplayName

public String getDisplayName(String lang)

getIcons

public Icons getIcons()
Get the icons.

Returns:
the icons.

setIcons

public void setIcons(Icons icons)
Set the icons.

Parameters:
icons - the icons.
Throws:
IllegalArgumentException - for a null icons


Copyright © 2009 JBoss Inc.. All Rights Reserved.