Class ProductInfo
java.lang.Object
org.sentrysoftware.ipmi.core.coding.commands.fru.record.FruRecord
org.sentrysoftware.ipmi.core.coding.commands.fru.record.ProductInfo
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.
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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionString[]byte[]voidsetAssetTag(String assetTag) voidsetCustomProductInfo(String[] customProductInfo) voidsetFruFileId(byte[] fruFileId) voidsetManufacturerName(String manufacturerName) voidsetProductModelNumber(String productModelNumber) voidsetProductName(String productName) voidsetProductSerialNumber(String productSerialNumber) voidsetProductVersion(String productVersion)
-
Constructor Details
-
ProductInfo
public ProductInfo(byte[] fruData, int offset) Creates and populates record- Parameters:
fruData- - raw data containing recordoffset- - offset to the record in the data
-
-
Method Details
-
getManufacturerName
-
setManufacturerName
-
getProductName
-
setProductName
-
getProductModelNumber
-
setProductModelNumber
-
getProductVersion
-
setProductVersion
-
setProductSerialNumber
-
getProductSerialNumber
-
getAssetTag
-
setAssetTag
-
getFruFileId
public byte[] getFruFileId() -
setFruFileId
public void setFruFileId(byte[] fruFileId) -
getCustomProductInfo
-
setCustomProductInfo
-