public class ManagementControllerDeviceLocatorRecord extends SensorRecord
Constructor and Description |
---|
ManagementControllerDeviceLocatorRecord() |
Modifier and Type | Method and Description |
---|---|
int |
getChannelNumber() |
int |
getDeviceAddress() |
int |
getEntityId() |
int |
getEntityInstance() |
java.lang.String |
getName() |
boolean |
isSupportsBridge() |
boolean |
isSupportsChassis() |
boolean |
isSupportsFruInventoryDevice() |
boolean |
isSupportsIpmbEventGenerator() |
boolean |
isSupportsIpmbEventReciever() |
boolean |
isSupportsSdrRepositoryDevice() |
boolean |
isSupportsSelDevice() |
boolean |
isSupportsSensors() |
void |
setChannelNumber(int channelNumber) |
void |
setDeviceAddress(int deviceAddress) |
void |
setEntityId(int entityId) |
void |
setEntityInstance(int entityInstance) |
void |
setName(java.lang.String name) |
void |
setSupportsBridge(boolean supportsBridge) |
void |
setSupportsChassis(boolean supportsChassis) |
void |
setSupportsFruInventoryDevice(boolean supportsFruInventoryDevice) |
void |
setSupportsIpmbEventGenerator(boolean supportsIpmbEventGenerator) |
void |
setSupportsIpmbEventReciever(boolean supportsIpmbEventReciever) |
void |
setSupportsSdrRepositoryDevice(boolean supportsSdrRepositoryDevice) |
void |
setSupportsSelDevice(boolean supportsSelDevice) |
void |
setSupportsSensors(boolean supportsSensors) |
getId, getRecordLength, getRecordType, getSdrVersion, populateSensorRecord, setId, setRecordLength, setRecordType, setSdrVersion
public ManagementControllerDeviceLocatorRecord()
public int getDeviceAddress()
public void setDeviceAddress(int deviceAddress)
public int getChannelNumber()
public void setChannelNumber(int channelNumber)
public boolean isSupportsChassis()
public void setSupportsChassis(boolean supportsChassis)
public boolean isSupportsBridge()
public void setSupportsBridge(boolean supportsBridge)
public boolean isSupportsIpmbEventGenerator()
public void setSupportsIpmbEventGenerator(boolean supportsIpmbEventGenerator)
public boolean isSupportsIpmbEventReciever()
public void setSupportsIpmbEventReciever(boolean supportsIpmbEventReciever)
public boolean isSupportsFruInventoryDevice()
public void setSupportsFruInventoryDevice(boolean supportsFruInventoryDevice)
public boolean isSupportsSelDevice()
public void setSupportsSelDevice(boolean supportsSelDevice)
public boolean isSupportsSdrRepositoryDevice()
public void setSupportsSdrRepositoryDevice(boolean supportsSdrRepositoryDevice)
public boolean isSupportsSensors()
public void setSupportsSensors(boolean supportsSensors)
public int getEntityId()
public void setEntityId(int entityId)
public int getEntityInstance()
public void setEntityInstance(int entityInstance)
public java.lang.String getName()
public void setName(java.lang.String name)