public class BaseCompatibilityInfo extends MultiRecordInfo
Constructor and Description |
---|
BaseCompatibilityInfo(byte[] fruData,
int offset,
int length)
Creates and populates record
|
Modifier and Type | Method and Description |
---|---|
byte[] |
getCodeRangeMasks() |
int |
getCodeStart() |
int |
getCompatibilityBase() |
EntityId |
getEntityId() |
int |
getManufacturerId() |
void |
setCodeRangeMasks(byte[] codeRangeMasks) |
void |
setCodeStart(int codeStart) |
void |
setCompatibilityBase(int compatibilityBase) |
void |
setEntityId(EntityId entityId) |
void |
setManufacturerId(int manufacturerId) |
populateMultiRecord
public BaseCompatibilityInfo(byte[] fruData, int offset, int length)
fruData
- - raw data containing recordoffset
- - offset to the record in the datalength
- - length of the recordpublic int getManufacturerId()
public void setManufacturerId(int manufacturerId)
public EntityId getEntityId()
public void setEntityId(EntityId entityId)
public int getCompatibilityBase()
public void setCompatibilityBase(int compatibilityBase)
public int getCodeStart()
public void setCodeStart(int codeStart)
public byte[] getCodeRangeMasks()
public void setCodeRangeMasks(byte[] codeRangeMasks)