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 SystemInfo
get()
static SystemInfo
get
(long tenantId) getBugs()
getDate()
getForum()
getHelp()
int
getMajor()
int
getMicro()
int
getMinor()
long
getUrl()
getYear()
void
void
void
setEvaluation
(String evaluation) void
setFeatures
(List<String> features) void
void
void
setHostName
(String hostName) void
setInstallationId
(String installationId) void
setLicensee
(String licensee) void
setProduct
(String product) void
setProductName
(String productName) void
setRelease
(String release) void
setRunLevel
(String runLevel) void
setSupport
(String support) void
setTenantId
(long tenantId) void
void
void
setVendorAddress
(String vendorAddress) void
setVendorCap
(String vendorCap) void
setVendorCity
(String vendorCity) void
setVendorCountry
(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
-