public class TripTemps
extends java.lang.Object
Constructor and Description |
---|
TripTemps()
constructor to create an empty TripTemps class
|
TripTemps(short gracefulShutdownTemp,
short highTripTemp,
short lowTripTemp)
constructor to create a fully initialized TripTemps class
|
TripTemps(TripTemps tripTemps)
copy constructor
|
Modifier and Type | Method and Description |
---|---|
short |
getGracefulShutdownTemp()
gets the graceful shutdown temperature stored in TripTemps class
|
short |
getHighTripTemp()
gets the high trip point temperature stored in TripTemps class
|
short |
getLowTripTemp()
gets the low trip point temperature stored in TripTemps class
|
void |
setGracefulShutdownTemp(short gracefulShutdownTemp)
sets the graceful shutdown temperature for the TripTemps class
|
void |
setHighTripTemp(short highTripTemp)
sets the high trip point temperature for the TripTemps class
|
void |
setLowTripTemp(short lowTripTemp)
sets the low trip point temperature for the TripTemps class
|
public TripTemps()
public TripTemps(short gracefulShutdownTemp, short highTripTemp, short lowTripTemp)
gracefulShutdownTemp
- trip temperature to force a graceful reboothighTripTemp
- high trip temperaturelowTripTemp
- low trip temperaturepublic TripTemps(TripTemps tripTemps)
tripTemps
- the TripTemps class to copypublic short getGracefulShutdownTemp()
public void setGracefulShutdownTemp(short gracefulShutdownTemp)
gracefulShutdownTemp
- a short representing the graceful shutdown temperaturepublic short getHighTripTemp()
public void setHighTripTemp(short highTripTemp)
highTripTemp
- a short representing the high trip point temperaturepublic short getLowTripTemp()
public void setLowTripTemp(short lowTripTemp)
lowTripTemp
- a short representing the low trip point temperatureCopyright © 2009 Eurotech Inc. All rights reserved.