public class CatalystTemperatures
extends java.lang.Object
Constructor and Description |
---|
CatalystTemperatures()
constructor to create an empty CatalystTemperatures class
|
CatalystTemperatures(CatalystTemperatures catalystTemperatures)
copy constructor
|
CatalystTemperatures(short cpuTemp,
short topMemoryTemp,
short bottomMemoryTemp,
short carrierTemp1,
short carrierTemp2,
short carrierTemp3)
constructor to create a fully initialized CatalystTemperature class
|
Modifier and Type | Method and Description |
---|---|
short |
getBottomMemoryTemp()
gets the bottom memory temperature held in this class
|
short |
getCarrierTemp1()
gets the carrier1 temperature held in this class
|
short |
getCarrierTemp2()
gets the carrier2 temperature held in this class
|
short |
getCarrierTemp3()
gets the carrier3 temperature held in this class
|
short |
getCpuTemp()
gets the CPU temperature held in this class
|
short |
getTopMemoryTemp()
gets the top memory temperature held in this class
|
void |
setBottomMemoryTemp(short bottomMemoryTemp)
sets the bottom memory temperature
|
void |
setCarrierTemp1(short carrierTemp1)
sets the carrier1 temperature
|
void |
setCarrierTemp2(short carrierTemp2)
sets the carrier2 temperature
|
void |
setCarrierTemp3(short carrierTemp3)
sets the carrier3 temperature
|
void |
setCpuTemp(short cpuTemp)
sets the CPU temperature
|
void |
setTopMemoryTemp(short topMemoryTemp)
sets the top memory temperature
|
public CatalystTemperatures()
public CatalystTemperatures(short cpuTemp, short topMemoryTemp, short bottomMemoryTemp, short carrierTemp1, short carrierTemp2, short carrierTemp3)
cpuTemp
- CPU temperaturetopMemoryTemp
- top memory temperaturebottomMemoryTemp
- bottom memory temperaturecarrierTemp1
- carrier1 temperaturecarrierTemp2
- carrier2 temperaturecarrierTemp3
- carrier3 temperaturepublic CatalystTemperatures(CatalystTemperatures catalystTemperatures)
catalystTemperatures
- CatalystTemperatures instance to copypublic short getCpuTemp()
public void setCpuTemp(short cpuTemp)
cpuTemp
- the CPU temperature to store in this classpublic short getTopMemoryTemp()
public void setTopMemoryTemp(short topMemoryTemp)
topMemoryTemp
- the top memory temperature to store in this classpublic short getBottomMemoryTemp()
public void setBottomMemoryTemp(short bottomMemoryTemp)
bottomMemoryTemp
- the top bottom temperature to store in this classpublic short getCarrierTemp1()
public void setCarrierTemp1(short carrierTemp1)
carrierTemp1
- the carrier1 temperature to store in this classpublic short getCarrierTemp2()
public void setCarrierTemp2(short carrierTemp2)
carrierTemp2
- the carrier2 temperature to store in this classpublic short getCarrierTemp3()
public void setCarrierTemp3(short carrierTemp3)
carrierTemp3
- the carrier3 temperature to store in this classCopyright © 2009 Eurotech Inc. All rights reserved.