public class LicenseKeyLicensee extends Object
Constructor and Description |
---|
LicenseKeyLicensee(String name,
String email,
String company,
Date start,
Date expire)
Creates a Licensee object without a key (trial license).
|
LicenseKeyLicensee(String name,
String email,
String company,
Date start,
Date expire,
String key,
String version)
Creates a Licensee object with a key and a default producer line.
|
LicenseKeyLicensee(String name,
String email,
String company,
Date start,
Date expire,
String key,
String producerline,
String version)
Creates a Licensee object with a key and a custom producer line.
|
LicenseKeyLicensee(String name,
String email,
String company,
Date start,
Date expire,
String key,
String producerLine,
String comment,
String type,
String deploymentType,
String version)
Creates a Licensee object with a key, a custom producer line and a comment.
|
Modifier and Type | Method and Description |
---|---|
String |
getComment()
Getter for the comment.
|
String |
getCompany()
Getter for the company.
|
String |
getDeploymentType()
Getter for the deployment type.
|
String |
getEmail()
Getter for the email.
|
Date |
getExpire()
Getter for the expiration date
|
String |
getKey()
Getter for the license key.
|
String |
getName()
Getter for the name.
|
String |
getProducerLine()
Getter for the producer line.
|
Date |
getStart()
Getter for the start date.
|
String |
getType()
Getter for the type.
|
String |
getVersion()
Getter for the version.
|
public LicenseKeyLicensee(String name, String email, String company, Date start, Date expire)
name
- the name of an employee at companyemail
- the contact address at companycompany
- the company that uses the licensestart
- the start date of the licensee info, can be nullexpire
- the expiration date of the licensee infopublic LicenseKeyLicensee(String name, String email, String company, Date start, Date expire, String key, String version)
name
- the name of an employee at companyemail
- the contact address at companycompany
- the company that uses the licensestart
- the start date of the licensee info, can be nullexpire
- the expiration date of the licensee infokey
- the key to identify the licenseversion
- the version of the licensepublic LicenseKeyLicensee(String name, String email, String company, Date start, Date expire, String key, String producerline, String version)
name
- the name of an employee at companyemail
- the contact address at companycompany
- the company that uses the licensestart
- the start date of the licensee info, can be nullexpire
- the expiration date of the licensee infokey
- the key to identify the licenseproducerline
- a special producer lineversion
- the version of the licensepublic LicenseKeyLicensee(String name, String email, String company, Date start, Date expire, String key, String producerLine, String comment, String type, String deploymentType, String version)
name
- the name of an employee at companyemail
- the contact address at companycompany
- the company that uses the licensestart
- the start date of the licensee info, can be nullexpire
- the expiration date of the licensee infokey
- the key to identify the licenseproducerLine
- a special producer linecomment
- additional comment to the licenseetype
- type of the license (OM, Commercial, etc.)deploymentType
- type of deployment (Server, Android, etc.)version
- version of the licensepublic String getName()
public String getEmail()
public String getCompany()
public Date getStart()
public Date getExpire()
public String getKey()
public String getProducerLine()
public String getComment()
public String getType()
public String getDeploymentType()
public String getVersion()
Copyright © 2018. All rights reserved.