@MappedSuperclass public abstract class ValueEvent extends Object implements Serializable
| Modifier | Constructor and Description |
|---|---|
protected |
ValueEvent() |
protected |
ValueEvent(long time,
String value) |
| Modifier and Type | Method and Description |
|---|---|
abstract long |
getId() |
long |
getTime() |
String |
getValue() |
Copyright © 2015 LSST. All rights reserved.