Package com.logicaldoc.core
Class SystemInfo
java.lang.Object
com.logicaldoc.core.SystemInfo
General informations about the system
- Since:
- 8.8.3
- Author:
- Marco Meschieri - LogicalDOC
- 
Method SummaryModifier and TypeMethodDescriptionstatic SystemInfoget()static SystemInfoget(long tenantId) getBugs()getDate()getForum()getHelp()intgetMajor()intgetMicro()intgetMinor()longgetUrl()getYear()voidvoidvoidsetEvaluation(String evaluation) voidsetFeatures(List<String> features) voidvoidvoidsetHostName(String hostName) voidsetInstallationId(String installationId) voidsetLicensee(String licensee) voidsetProduct(String product) voidsetProductName(String productName) voidsetRelease(String release) voidsetRunLevel(String runLevel) voidsetSupport(String support) voidsetTenantId(long tenantId) voidvoidvoidsetVendorAddress(String vendorAddress) voidsetVendorCap(String vendorCap) voidsetVendorCity(String vendorCity) voidsetVendorCountry(String vendorCountry) void
- 
Method Details- 
get
- 
get
- 
getDate
- 
setDate
- 
getMajorpublic int getMajor()
- 
getMinorpublic int getMinor()
- 
getMicropublic int getMicro()
- 
getProductName
- 
setProductName
- 
getProduct
- 
setProduct
- 
getRelease
- 
setRelease
- 
getYear
- 
setYear
- 
getHelp
- 
setHelp
- 
getBugs
- 
setBugs
- 
getUrl
- 
setUrl
- 
getForum
- 
setForum
- 
getVendor
- 
setVendor
- 
getVendorAddress
- 
setVendorAddress
- 
getVendorCap
- 
setVendorCap
- 
getVendorCountry
- 
setVendorCountry
- 
getVendorCity
- 
setVendorCity
- 
getSupport
- 
setSupport
- 
getInstallationId
- 
setInstallationId
- 
getLicensee
- 
setLicensee
- 
getRunLevel
- 
setRunLevel
- 
getTenantIdpublic long getTenantId()
- 
setTenantIdpublic void setTenantId(long tenantId) 
- 
getHostName
- 
setHostName
- 
getFeatures
- 
setFeatures
- 
getEvaluation
- 
setEvaluation
 
-