barsuift.simLife.time
Class TimeCounterState

java.lang.Object
  extended by barsuift.simLife.time.TimeCounterState

public class TimeCounterState
extends java.lang.Object


Constructor Summary
TimeCounterState()
           
TimeCounterState(int seconds)
           
TimeCounterState(TimeCounterState copy)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 int getSeconds()
           
 int hashCode()
           
 void setSeconds(int seconds)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TimeCounterState

public TimeCounterState()

TimeCounterState

public TimeCounterState(int seconds)

TimeCounterState

public TimeCounterState(TimeCounterState copy)
Method Detail

getSeconds

public int getSeconds()

setSeconds

public void setSeconds(int seconds)

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object

equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class java.lang.Object

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object


Copyright © 2010. All Rights Reserved.