org.lsst.ccs.config
Class ValueEvent

java.lang.Object
  extended by 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

Constructor Summary
protected ValueEvent()
           
protected ValueEvent(long time, String value)
           
 
Method Summary
abstract  long getId()
           
 long getTime()
           
 String getValue()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ValueEvent

protected ValueEvent()

ValueEvent

protected ValueEvent(long time,
                     String value)
Method Detail

getId

public abstract long getId()

getTime

public long getTime()

getValue

public String getValue()


Copyright © 2013 LSST. All Rights Reserved.