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 Summary
Modifier 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
-
getMajor
public int getMajor() -
getMinor
public int getMinor() -
getMicro
public 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
-
getTenantId
public long getTenantId() -
setTenantId
public void setTenantId(long tenantId) -
getHostName
-
setHostName
-
getFeatures
-
setFeatures
-
getEvaluation
-
setEvaluation
-