Class SoftwarePackage

java.lang.Object
org.netxms.client.SoftwarePackage

public class SoftwarePackage extends Object
Software package information
  • Constructor Details

    • SoftwarePackage

      protected SoftwarePackage(NXCPMessage msg, long baseId)
      Create software package information from NXCP message
      Parameters:
      msg - The NXCPMessage
      baseId - The base ID
  • Method Details

    • getName

      public String getName()
      Returns:
      the name
    • getDescription

      public String getDescription()
      Returns:
      the description
    • getVersion

      public String getVersion()
      Returns:
      the version
    • getVendor

      public String getVendor()
      Returns:
      the vendor
    • getSupportUrl

      public String getSupportUrl()
      Returns:
      the supportUrl
    • getInstallDate

      public Date getInstallDate()
      Returns:
      the installDate
    • getInstallDateMs

      public long getInstallDateMs()
      Returns:
      The installation date in ms
    • getData

      public Object getData()
      Get value of custom data field.
      Returns:
      the data
    • setData

      public void setData(Object data)
      Set custom data field.
      Parameters:
      data - the data to set