|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sf.emarket.trade.domain.PriceDepth
public class PriceDepth
Constructor Summary | |
---|---|
PriceDepth()
|
Method Summary | |
---|---|
int |
getNoOfOrders()
|
float |
getPrice()
|
int |
getQuantity()
|
void |
setNoOfOrders(int noOfOrders)
|
void |
setPrice(float price)
|
void |
setQuantity(int quantity)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PriceDepth()
Method Detail |
---|
public float getPrice()
public void setPrice(float price)
public int getNoOfOrders()
public void setNoOfOrders(int noOfOrders)
public int getQuantity()
public void setQuantity(int quantity)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |