org.lsst.ccs.config
Class ValueEvent
java.lang.Object
org.lsst.ccs.config.ValueEvent
- All Implemented Interfaces:
- Serializable
@MappedSuperclass
public abstract class ValueEvent
- extends Object
- implements Serializable
Registers the date of a value change in engineering mode.
- Author:
- bamade
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ValueEvent
protected ValueEvent()
ValueEvent
protected ValueEvent(long time,
String value)
getId
public abstract long getId()
getTime
public long getTime()
getValue
public String getValue()
Copyright © 2013 LSST. All Rights Reserved.