public static class SRemoteClock.TimerEntries
extends java.lang.Object
| Modifier and Type | Field and Description | 
|---|---|
| java.lang.String[] | objectsThe objects. | 
| long[] | timesThe times. | 
| Constructor and Description | 
|---|
| TimerEntries()Bean constructor. | 
| TimerEntries(long[] times,
            java.lang.String[] objects)Create timer entries | 
| Modifier and Type | Method and Description | 
|---|---|
| boolean | equals(java.lang.Object obj)Test if two objects are equal. | 
| static SRemoteClock.TimerEntries | getTimerEntries(IClockService cs)Get the current timer entries. | 
| int | hashCode()The hash code. | 
public long[] times
public java.lang.String[] objects
public TimerEntries()
public TimerEntries(long[] times,
                    java.lang.String[] objects)
public int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.Objectpublic static SRemoteClock.TimerEntries getTimerEntries(IClockService cs)