public class WSSystemInfo extends Object
Modifier and Type | Field and Description |
---|---|
protected String |
bugs |
protected String |
date |
protected String[] |
features |
protected String |
forum |
protected String |
help |
protected String |
installationId |
protected String |
licensee |
protected String |
product |
protected String |
productName |
protected String |
release |
protected String |
runLevel |
protected static long |
serialVersionUID |
protected String |
support |
protected String |
url |
protected String |
vendor |
protected String |
vendorAddress |
protected String |
vendorCap |
protected String |
vendorCity |
protected String |
vendorCountry |
protected String |
year |
Constructor and Description |
---|
WSSystemInfo() |
protected static final long serialVersionUID
protected String productName
protected String product
protected String release
protected String year
protected String help
protected String bugs
protected String url
protected String forum
protected String vendor
protected String vendorAddress
protected String vendorCap
protected String vendorCountry
protected String vendorCity
protected String support
protected String installationId
protected String licensee
protected String runLevel
protected String[] features
protected String date
public String getProductName()
public void setProductName(String productName)
public String getProduct()
public void setProduct(String product)
public String getRelease()
public void setRelease(String release)
public String getYear()
public void setYear(String year)
public String getHelp()
public void setHelp(String help)
public String getBugs()
public void setBugs(String bugs)
public String getUrl()
public void setUrl(String url)
public String getForum()
public void setForum(String forum)
public String getVendor()
public void setVendor(String vendor)
public String getVendorAddress()
public void setVendorAddress(String vendorAddress)
public String getVendorCap()
public void setVendorCap(String vendorCap)
public String getVendorCountry()
public void setVendorCountry(String vendorCountry)
public String getVendorCity()
public void setVendorCity(String vendorCity)
public String getSupport()
public void setSupport(String support)
public String getInstallationId()
public void setInstallationId(String installationId)
public String getLicensee()
public void setLicensee(String licensee)
public String getRunLevel()
public void setRunLevel(String runLevel)
public String[] getFeatures()
public void setFeatures(String[] features)
public String getDate()
public void setDate(String date)
Copyright © 2008-2014 Logical Objects. All Rights Reserved.