com.esf.sbc.catalyst.system.management.service
Class TripTemps

java.lang.Object
  extended by com.esf.sbc.catalyst.system.management.service.TripTemps

public class TripTemps
extends java.lang.Object

Constructor to contain trip temperatures for Catalyst processor

Author:
wes.johnson

Constructor Summary
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
 
Method Summary
 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
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TripTemps

public TripTemps()
constructor to create an empty TripTemps class


TripTemps

public TripTemps(short gracefulShutdownTemp,
                 short highTripTemp,
                 short lowTripTemp)
constructor to create a fully initialized TripTemps class

Parameters:
gracefulShutdownTemp - trip temperature to force a graceful reboot
highTripTemp - high trip temperature
lowTripTemp - low trip temperature

TripTemps

public TripTemps(TripTemps tripTemps)
copy constructor

Parameters:
tripTemps - the TripTemps class to copy
Method Detail

getGracefulShutdownTemp

public short getGracefulShutdownTemp()
gets the graceful shutdown temperature stored in TripTemps class

Returns:
a short representing the graceful shutdown temperature

setGracefulShutdownTemp

public void setGracefulShutdownTemp(short gracefulShutdownTemp)
sets the graceful shutdown temperature for the TripTemps class

Parameters:
gracefulShutdownTemp - a short representing the graceful shutdown temperature

getHighTripTemp

public short getHighTripTemp()
gets the high trip point temperature stored in TripTemps class

Returns:
a short representing the high trip point temperature

setHighTripTemp

public void setHighTripTemp(short highTripTemp)
sets the high trip point temperature for the TripTemps class

Parameters:
highTripTemp - a short representing the high trip point temperature

getLowTripTemp

public short getLowTripTemp()
gets the low trip point temperature stored in TripTemps class

Returns:
a short representing the low trip point temperature

setLowTripTemp

public void setLowTripTemp(short lowTripTemp)
sets the low trip point temperature for the TripTemps class

Parameters:
lowTripTemp - a short representing the low trip point temperature