public static class SRemoteClock.TimerEntries
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
java.lang.String[] |
objects
The objects.
|
long[] |
times
The 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.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public static SRemoteClock.TimerEntries getTimerEntries(IClockService cs)