nl.coderight.jazz.util
Class JazzLicense
java.lang.Object
nl.coderight.jazz.util.JazzLicense
- All Implemented Interfaces:
- Serializable
public final class JazzLicense
- extends Object
- implements Serializable
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JazzLicense
public JazzLicense()
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.