org.apache.openejb.jee
Class License
java.lang.Object
org.apache.openejb.jee.License
public class License
- extends java.lang.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.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
description
protected java.util.List<Text> description
licenseRequired
protected boolean licenseRequired
id
protected java.lang.String id
License
public License()
getDescription
public java.util.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 java.lang.String getId()
setId
public void setId(java.lang.String value)
Copyright © 1999-2011 The Apache OpenEJB development community. All Rights Reserved.