org.drools.examples.broker.model
Class SuddenDropEvent
java.lang.Object
org.drools.examples.broker.model.SuddenDropEvent
public class SuddenDropEvent
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SuddenDropEvent
public SuddenDropEvent()
SuddenDropEvent
public SuddenDropEvent(String symbol,
double percent,
long timestamp)
getSymbol
public String getSymbol()
setSymbol
public void setSymbol(String symbol)
getPercent
public double getPercent()
setPercent
public void setPercent(double percent)
getTimestamp
public long getTimestamp()
setTimestamp
public void setTimestamp(long timestamp)
Copyright © 2001-2012 JBoss by Red Hat. All Rights Reserved.