org.formaria.editor.lm
Class LicenseEntry

java.lang.Object
  extended by org.formaria.editor.lm.LicenseEntry
All Implemented Interfaces:
java.io.Serializable

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

A class holding details of Aria licenses

Copyright (c) Formaria Ltd., 2002-2007

License: see License.txt

Since:
3.2
See Also:
Serialized Form

Field Summary
 long expiry
           
 java.lang.String formariaUserName
           
 java.lang.String mode
           
 java.lang.String module
           
 java.lang.String seats
           
 java.lang.String userName
           
 
Constructor Summary
LicenseEntry()
           
LicenseEntry(LicenseEntry le)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

formariaUserName

public java.lang.String formariaUserName

userName

public java.lang.String userName

mode

public java.lang.String mode

module

public java.lang.String module

seats

public java.lang.String seats

expiry

public long expiry
Constructor Detail

LicenseEntry

public LicenseEntry()

LicenseEntry

public LicenseEntry(LicenseEntry le)