Class FWFirmwareDevice


  • public class FWFirmwareDevice
    extends java.lang.Object
    This class represents a device that the firmware is allowed to be placed on.
    • Constructor Detail

      • FWFirmwareDevice

        public FWFirmwareDevice()
      • FWFirmwareDevice

        public FWFirmwareDevice​(java.lang.String vendorId,
                                java.lang.String productId)
    • Method Detail

      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object
      • getVendorId

        public java.lang.String getVendorId()
        Returns:
        the vendorId
      • setVendorId

        public void setVendorId​(java.lang.String vendorId)
        Parameters:
        vendorId - the vendorId to set
      • getProductId

        public java.lang.String getProductId()
        Returns:
        the productId
      • setProductId

        public void setProductId​(java.lang.String productId)
        Parameters:
        productId - the productId to set