public static class SRemoteClock.TimerEntries extends Object
Modifier and Type | Field and Description |
---|---|
String[] |
objects
The objects.
|
long[] |
times
The times.
|
Constructor and Description |
---|
SRemoteClock.TimerEntries()
Bean constructor.
|
SRemoteClock.TimerEntries(long[] times,
String[] objects)
Create timer entries
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(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 String[] objects
public SRemoteClock.TimerEntries()
public SRemoteClock.TimerEntries(long[] times, String[] objects)
public int hashCode()
public boolean equals(Object obj)
public static SRemoteClock.TimerEntries getTimerEntries(IClockService cs)
Copyright © 2013. All Rights Reserved.