java.lang.Object
org.sentrysoftware.ipmi.core.coding.commands.fru.record.FruRecord
org.sentrysoftware.ipmi.core.coding.commands.fru.record.ProductInfo

public class ProductInfo extends FruRecord
FRU record containing Board info.
This area is present if the FRU itself is a separate product. This is typically seen when the FRU is an add-in card. When this area is provided in the FRU Information Device that contains the Chassis Info Area, the product info is for the overall system, as initially manufactured.
  • Constructor Details

    • ProductInfo

      public ProductInfo(byte[] fruData, int offset)
      Creates and populates record
      Parameters:
      fruData - - raw data containing record
      offset - - offset to the record in the data
  • Method Details

    • getManufacturerName

      public String getManufacturerName()
    • setManufacturerName

      public void setManufacturerName(String manufacturerName)
    • getProductName

      public String getProductName()
    • setProductName

      public void setProductName(String productName)
    • getProductModelNumber

      public String getProductModelNumber()
    • setProductModelNumber

      public void setProductModelNumber(String productModelNumber)
    • getProductVersion

      public String getProductVersion()
    • setProductVersion

      public void setProductVersion(String productVersion)
    • setProductSerialNumber

      public void setProductSerialNumber(String productSerialNumber)
    • getProductSerialNumber

      public String getProductSerialNumber()
    • getAssetTag

      public String getAssetTag()
    • setAssetTag

      public void setAssetTag(String assetTag)
    • getFruFileId

      public byte[] getFruFileId()
    • setFruFileId

      public void setFruFileId(byte[] fruFileId)
    • getCustomProductInfo

      public String[] getCustomProductInfo()
    • setCustomProductInfo

      public void setCustomProductInfo(String[] customProductInfo)