buttress.main
Class TimeDelay

java.lang.Object
  extended bybuttress.main.TimeDelay

public class TimeDelay
extends java.lang.Object


Constructor Summary
TimeDelay()
          the constructor for the class
TimeDelay(java.lang.Integer timeDelay)
          constructor that can take an initial value
 
Method Summary
 int getTimeDelay()
          getter for time delay
 void setTimeDelay(java.lang.Integer timeDelay)
          setter for time delay
 java.lang.String toString()
          neat way to output the delay time
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TimeDelay

public TimeDelay()
the constructor for the class


TimeDelay

public TimeDelay(java.lang.Integer timeDelay)
constructor that can take an initial value

Parameters:
timeDelay - the delay time
Method Detail

toString

public java.lang.String toString()
neat way to output the delay time

Returns:
timeDelay the String value of the time delay

getTimeDelay

public int getTimeDelay()
getter for time delay

Returns:
timeDelay int value of time delay

setTimeDelay

public void setTimeDelay(java.lang.Integer timeDelay)
setter for time delay

Parameters:
timeDelay - setter for time delay