Package com.stimulsoft.base.licenses
Class StiLicenseProduct
java.lang.Object
com.stimulsoft.base.licenses.StiLicenseProduct
- All Implemented Interfaces:
IStiJsonReportObject
Copyright Stimulsoft
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetIdent()voidLoadFromJsonObject(JSONObject jObject) voidsetExpirationDate(StiDateTime expirationDate) voidsetIdent(StiProductIdent ident)
-
Field Details
-
expirationDate
-
ident
-
-
Constructor Details
-
StiLicenseProduct
public StiLicenseProduct()
-
-
Method Details
-
SaveToJsonObject
- Specified by:
SaveToJsonObjectin interfaceIStiJsonReportObject- Throws:
JSONException
-
LoadFromJsonObject
- Specified by:
LoadFromJsonObjectin interfaceIStiJsonReportObject- Throws:
JSONException
-
getExpirationDate
- Returns:
- the expirationDate
-
setExpirationDate
- Parameters:
expirationDate- the expirationDate to set
-
getIdent
- Returns:
- the ident
-
setIdent
- Parameters:
ident- the ident to set
-