com.alphase.lic
Class License

java.lang.Object
  extended by com.alphase.lic.License

public class License
extends java.lang.Object


Field Summary
 java.lang.String Customer
           
 java.lang.String ExDate
           
 int LicenseVal
           
 java.lang.String Line1
           
 java.lang.String Line2
           
 boolean Option1
           
 boolean Option2
           
 boolean Option3
           
 boolean Option4
           
 java.lang.String Product
           
 int SeedKey
           
 int SubVersion
           
 int Version
           
 
Constructor Summary
License()
           
License(int i)
           
 
Method Summary
 java.lang.String getFileLocation()
           
static void ReportLicense(java.lang.String s, int i)
           
 boolean verifyLicenseFile(java.lang.String s)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ExDate

public java.lang.String ExDate

Line1

public java.lang.String Line1

Line2

public java.lang.String Line2

Product

public java.lang.String Product

Customer

public java.lang.String Customer

LicenseVal

public int LicenseVal

SeedKey

public int SeedKey

Version

public int Version

SubVersion

public int SubVersion

Option1

public boolean Option1

Option2

public boolean Option2

Option3

public boolean Option3

Option4

public boolean Option4
Constructor Detail

License

public License()

License

public License(int i)
Method Detail

ReportLicense

public static void ReportLicense(java.lang.String s,
                                 int i)

verifyLicenseFile

public boolean verifyLicenseFile(java.lang.String s)

getFileLocation

public java.lang.String getFileLocation()