public class PowerSupplyInfo extends MultiRecordInfo
Constructor and Description |
---|
PowerSupplyInfo(byte[] fruData,
int offset)
Creates and populates record
|
Modifier and Type | Method and Description |
---|---|
int |
getCapacity() |
int |
getHighEndInputFrequencyRange() |
int |
getHighEndInputVoltage1() |
int |
getHighEndInputVoltage2() |
int |
getLowEndInputFrequencyRange() |
int |
getLowEndInputVoltage1() |
int |
getLowEndInputVoltage2() |
int |
getMaximumInrush() |
int |
getPeakVa() |
void |
setCapacity(int capacity) |
void |
setHighEndInputFrequencyRange(int highEndInputFrequencyRange) |
void |
setHighEndInputVoltage1(int highEndInputVoltage1) |
void |
setHighEndInputVoltage2(int highEndInputVoltage2) |
void |
setLowEndInputFrequencyRange(int lowEndInputFrequencyRange) |
void |
setLowEndInputVoltage1(int lowEndInputVoltage1) |
void |
setLowEndInputVoltage2(int lowEndInputVoltage2) |
void |
setMaximumInrush(int maximumInrush) |
void |
setPeakVa(int peakVa) |
populateMultiRecord
public PowerSupplyInfo(byte[] fruData, int offset)
fruData
- - raw data containing recordoffset
- - offset to the record in the datapublic int getCapacity()
public void setCapacity(int capacity)
public int getPeakVa()
public void setPeakVa(int peakVa)
public int getMaximumInrush()
public void setMaximumInrush(int maximumInrush)
public int getLowEndInputVoltage1()
public void setLowEndInputVoltage1(int lowEndInputVoltage1)
public int getHighEndInputVoltage1()
public void setHighEndInputVoltage1(int highEndInputVoltage1)
public int getLowEndInputVoltage2()
public void setLowEndInputVoltage2(int lowEndInputVoltage2)
public int getHighEndInputVoltage2()
public void setHighEndInputVoltage2(int highEndInputVoltage2)
public int getLowEndInputFrequencyRange()
public void setLowEndInputFrequencyRange(int lowEndInputFrequencyRange)
public int getHighEndInputFrequencyRange()
public void setHighEndInputFrequencyRange(int highEndInputFrequencyRange)