Class SoftwarePackage


  • public class SoftwarePackage
    extends Object
    Software package information
    • Constructor Detail

      • SoftwarePackage

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

      • 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