org.apache.openejb.jee
Class License
java.lang.Object
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.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
description
protected List<Text> description
licenseRequired
protected boolean licenseRequired
id
protected String id
License
public License()
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.