org.jboss.resource.metadata
Class LicenseMetaData

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

public class LicenseMetaData
extends DescriptionMetaDataContainer

License meta data

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

Constructor Summary
LicenseMetaData()
           
 
Method Summary
 boolean getRequired()
          Get the license required flag
 void setRequired(boolean required)
          Set the license required flag
 String toString()
           
 
Methods inherited from class org.jboss.resource.metadata.DescriptionMetaDataContainer
addDescription, getDescription, getDescription, getDescriptions
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

LicenseMetaData

public LicenseMetaData()
Method Detail

getRequired

public boolean getRequired()
Get the license required flag

Returns:
the license required flag

setRequired

public void setRequired(boolean required)
Set the license required flag

Parameters:
required - the required flag

toString

public String toString()
Overrides:
toString in class DescriptionMetaDataContainer


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