org.apache.openejb.jee
Class License

java.lang.Object
  extended by org.apache.openejb.jee.License

public class License
extends Object

The licenseType specifies licensing requirements for the resource adapter module. This type specifies whether a license is required to deploy and use this resource adapter, and an optional description of the licensing terms (examples: duration of license, number of connection restrictions). It is used by the license element.


Field Summary
protected  List<Text> description
           
protected  String id
           
protected  boolean licenseRequired
           
 
Constructor Summary
License()
           
 
Method Summary
 List<Text> getDescription()
           
 String getId()
           
 boolean isLicenseRequired()
          Gets the value of the licenseRequired property.
 void setId(String value)
           
 void setLicenseRequired(boolean value)
          Sets the value of the licenseRequired property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

description

protected List<Text> description

licenseRequired

protected boolean licenseRequired

id

protected String id
Constructor Detail

License

public License()
Method Detail

getDescription

public List<Text> getDescription()

isLicenseRequired

public boolean isLicenseRequired()
Gets the value of the licenseRequired property.


setLicenseRequired

public void setLicenseRequired(boolean value)
Sets the value of the licenseRequired property.


getId

public String getId()

setId

public void setId(String value)


Copyright © 1999-2013 The Apache OpenEJB development community. All Rights Reserved.