nl.coderight.jazz.util
Class JazzLicense

java.lang.Object
  extended by nl.coderight.jazz.util.JazzLicense
All Implemented Interfaces:
Serializable

public final class JazzLicense
extends Object
implements Serializable

See Also:
Serialized Form

Nested Class Summary
static class JazzLicense.Type
           
 
Constructor Summary
JazzLicense()
           
 
Method Summary
 String getApplication()
           
 String getCompany()
           
 String getDeveloper()
           
 Date getExpireDate()
           
 String getInfo()
           
 JazzLicense.Type getType()
           
 String getVersion()
           
 void setApplication(String application)
           
 void setCompany(String company)
           
 void setDeveloper(String developer)
           
 void setExpireDate(Date expires)
           
 void setInfo(String info)
           
 void setType(JazzLicense.Type type)
           
 void setVersion(String version)
           
 void verify(String version)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JazzLicense

public JazzLicense()
Method Detail

getApplication

public String getApplication()

getDeveloper

public String getDeveloper()

getCompany

public String getCompany()

getInfo

public String getInfo()

getVersion

public String getVersion()

getExpireDate

public Date getExpireDate()

getType

public JazzLicense.Type getType()

setApplication

public void setApplication(String application)

setDeveloper

public void setDeveloper(String developer)

setCompany

public void setCompany(String company)

setInfo

public void setInfo(String info)

setVersion

public void setVersion(String version)

setExpireDate

public void setExpireDate(Date expires)

setType

public void setType(JazzLicense.Type type)

verify

public void verify(String version)
            throws Exception
Throws:
Exception


Copyright 2010 CodeRight, All rights reserved.