org.jboss.resource.metadata
Class DescriptionMetaData

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

public class DescriptionMetaData
extends Object
implements Serializable

Description meta data

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

Constructor Summary
DescriptionMetaData()
          Create a new description meta data using the default langugage
DescriptionMetaData(String lang)
          Create a new description meta data
 
Method Summary
 String getDescription()
          Get the description
 String getLanguage()
          Get the language
 void setDescription(String description)
          Set the description
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DescriptionMetaData

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


DescriptionMetaData

public DescriptionMetaData(String lang)
Create a new description 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

toString

public String toString()
Overrides:
toString in class Object


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