|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectbuttress.main.TimeDelay
| 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 |
public TimeDelay()
public TimeDelay(java.lang.Integer timeDelay)
timeDelay - the delay time| Method Detail |
public java.lang.String toString()
public int getTimeDelay()
public void setTimeDelay(java.lang.Integer timeDelay)
timeDelay - setter for time delay
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||