org.objectweb.jonas_rar.deployment.api
Class LicenseDesc

java.lang.Object
  extended by org.objectweb.jonas_rar.deployment.api.LicenseDesc
All Implemented Interfaces:
java.io.Serializable

public class LicenseDesc
extends java.lang.Object
implements java.io.Serializable

This class defines the implementation of the element license

Author:
Eric Hardesty
See Also:
Serialized Form

Constructor Summary
LicenseDesc(License lic)
          Constructor
 
Method Summary
 void addDescription(java.lang.String description)
          Add a new description element to this object
 java.util.List getDescriptionList()
          Gets the description
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LicenseDesc

public LicenseDesc(License lic)
Constructor

Method Detail

getDescriptionList

public java.util.List getDescriptionList()
Gets the description

Returns:
the description

addDescription

public void addDescription(java.lang.String description)
Add a new description element to this object

Parameters:
description - the description String