Class LicenseResponse
- java.lang.Object
-
- io.jans.ca.plugin.adminui.model.auth.LicenseResponse
-
public class LicenseResponse extends Object
-
-
Constructor Summary
Constructors Constructor Description LicenseResponse()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getCompanyName()
String
getCustomerEmail()
String
getCustomerFirstName()
String
getCustomerLastName()
String
getLicenseKey()
String
getLicenseType()
int
getMaxActivations()
String
getProductCode()
String
getProductName()
String
getValidityPeriod()
boolean
isLicenseActive()
boolean
isLicenseEnabled()
void
setCompanyName(String companyName)
void
setCustomerEmail(String customerEmail)
void
setCustomerFirstName(String customerFirstName)
void
setCustomerLastName(String customerLastName)
void
setLicenseActive(boolean licenseActive)
void
setLicenseEnabled(boolean licenseEnabled)
void
setLicenseKey(String licenseKey)
void
setLicenseType(String licenseType)
void
setMaxActivations(int maxActivations)
void
setProductCode(String productCode)
void
setProductName(String productName)
void
setValidityPeriod(String validityPeriod)
String
toString()
-
-
-
Method Detail
-
isLicenseEnabled
public boolean isLicenseEnabled()
-
setLicenseEnabled
public void setLicenseEnabled(boolean licenseEnabled)
-
isLicenseActive
public boolean isLicenseActive()
-
setLicenseActive
public void setLicenseActive(boolean licenseActive)
-
getProductName
public String getProductName()
-
setProductName
public void setProductName(String productName)
-
getProductCode
public String getProductCode()
-
setProductCode
public void setProductCode(String productCode)
-
getLicenseType
public String getLicenseType()
-
setLicenseType
public void setLicenseType(String licenseType)
-
getMaxActivations
public int getMaxActivations()
-
setMaxActivations
public void setMaxActivations(int maxActivations)
-
getLicenseKey
public String getLicenseKey()
-
setLicenseKey
public void setLicenseKey(String licenseKey)
-
getValidityPeriod
public String getValidityPeriod()
-
setValidityPeriod
public void setValidityPeriod(String validityPeriod)
-
getCompanyName
public String getCompanyName()
-
setCompanyName
public void setCompanyName(String companyName)
-
getCustomerEmail
public String getCustomerEmail()
-
setCustomerEmail
public void setCustomerEmail(String customerEmail)
-
getCustomerFirstName
public String getCustomerFirstName()
-
setCustomerFirstName
public void setCustomerFirstName(String customerFirstName)
-
getCustomerLastName
public String getCustomerLastName()
-
setCustomerLastName
public void setCustomerLastName(String customerLastName)
-
-