com.stimulsoft.base.licenses
Class StiLicenseProduct

java.lang.Object
  extended by com.stimulsoft.base.licenses.StiLicenseProduct
All Implemented Interfaces:
IStiJsonReportObject

public class StiLicenseProduct
extends java.lang.Object
implements IStiJsonReportObject

Copyright Stimulsoft


Field Summary
 StiDateTime expirationDate
           
 StiProductIdent ident
           
 
Constructor Summary
StiLicenseProduct()
           
 
Method Summary
 StiDateTime getExpirationDate()
           
 StiProductIdent getIdent()
           
 void LoadFromJsonObject(JSONObject jObject)
           
 JSONObject SaveToJsonObject(StiJsonSaveMode mode)
           
 void setExpirationDate(StiDateTime expirationDate)
           
 void setIdent(StiProductIdent ident)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

expirationDate

public StiDateTime expirationDate

ident

public StiProductIdent ident
Constructor Detail

StiLicenseProduct

public StiLicenseProduct()
Method Detail

SaveToJsonObject

public JSONObject SaveToJsonObject(StiJsonSaveMode mode)
                            throws JSONException
Specified by:
SaveToJsonObject in interface IStiJsonReportObject
Throws:
JSONException

LoadFromJsonObject

public void LoadFromJsonObject(JSONObject jObject)
                        throws JSONException
Specified by:
LoadFromJsonObject in interface IStiJsonReportObject
Throws:
JSONException

getExpirationDate

public StiDateTime getExpirationDate()
Returns:
the expirationDate

setExpirationDate

public void setExpirationDate(StiDateTime expirationDate)
Parameters:
expirationDate - the expirationDate to set

getIdent

public StiProductIdent getIdent()
Returns:
the ident

setIdent

public void setIdent(StiProductIdent ident)
Parameters:
ident - the ident to set