|
Drools and jBPM examples 6.0.0.Alpha9 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.drools.examples.broker.model.PortfolioAction
public class PortfolioAction
| Constructor Summary | |
|---|---|
PortfolioAction()
|
|
PortfolioAction(Action action,
String symbol,
int quant)
|
|
| Method Summary | |
|---|---|
Action |
getAction()
|
int |
getQuant()
|
String |
getSymbol()
|
void |
setAction(Action action)
|
void |
setQuant(int quant)
|
void |
setSymbol(String symbol)
|
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public PortfolioAction()
public PortfolioAction(Action action,
String symbol,
int quant)
| Method Detail |
|---|
public Action getAction()
public void setAction(Action action)
public String getSymbol()
public void setSymbol(String symbol)
public int getQuant()
public void setQuant(int quant)
public String toString()
toString in class Object
|
Drools and jBPM examples 6.0.0.Alpha9 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||