|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.geronimo.samples.daytrader.OrderDataBean
Constructor Summary | |
OrderDataBean()
|
|
OrderDataBean(java.lang.Integer orderID,
java.lang.String orderType,
java.lang.String orderStatus,
java.util.Date openDate,
java.util.Date completionDate,
double quantity,
java.math.BigDecimal price,
java.math.BigDecimal orderFee,
java.lang.String symbol)
OrderDataBean |
Method Summary | |
java.util.Date |
getCompletionDate()
Gets the completionDate |
java.util.Date |
getOpenDate()
Gets the openDate |
java.math.BigDecimal |
getOrderFee()
Gets the orderFee |
java.lang.Integer |
getOrderID()
Gets the orderID |
java.lang.String |
getOrderStatus()
Gets the orderStatus |
java.lang.String |
getOrderType()
Gets the orderType |
java.math.BigDecimal |
getPrice()
Gets the price |
double |
getQuantity()
Gets the quantity |
static OrderDataBean |
getRandomInstance()
|
java.lang.String |
getSymbol()
Gets the symbol |
void |
print()
|
void |
setCompletionDate(java.util.Date completionDate)
Sets the completionDate |
void |
setOpenDate(java.util.Date openDate)
Sets the openDate |
void |
setOrderFee(java.math.BigDecimal orderFee)
Sets the orderFee |
void |
setOrderID(java.lang.Integer orderID)
Sets the orderID |
void |
setOrderStatus(java.lang.String orderStatus)
Sets the orderStatus |
void |
setOrderType(java.lang.String orderType)
Sets the orderType |
void |
setPrice(java.math.BigDecimal price)
Sets the price |
void |
setQuantity(double quantity)
Sets the quantity |
void |
setSymbol(java.lang.String symbol)
Sets the symbol |
java.lang.String |
toHTML()
|
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public OrderDataBean()
public OrderDataBean(java.lang.Integer orderID, java.lang.String orderType, java.lang.String orderStatus, java.util.Date openDate, java.util.Date completionDate, double quantity, java.math.BigDecimal price, java.math.BigDecimal orderFee, java.lang.String symbol)
Method Detail |
public static OrderDataBean getRandomInstance()
public java.lang.String toString()
public java.lang.String toHTML()
public void print()
public java.lang.Integer getOrderID()
public void setOrderID(java.lang.Integer orderID)
orderID
- The orderID to setpublic java.lang.String getOrderType()
public void setOrderType(java.lang.String orderType)
orderType
- The orderType to setpublic java.lang.String getOrderStatus()
public void setOrderStatus(java.lang.String orderStatus)
orderStatus
- The orderStatus to setpublic java.util.Date getOpenDate()
public void setOpenDate(java.util.Date openDate)
openDate
- The openDate to setpublic java.util.Date getCompletionDate()
public void setCompletionDate(java.util.Date completionDate)
completionDate
- The completionDate to setpublic double getQuantity()
public void setQuantity(double quantity)
quantity
- The quantity to setpublic java.math.BigDecimal getPrice()
public void setPrice(java.math.BigDecimal price)
price
- The price to setpublic java.math.BigDecimal getOrderFee()
public void setOrderFee(java.math.BigDecimal orderFee)
orderFee
- The orderFee to setpublic java.lang.String getSymbol()
public void setSymbol(java.lang.String symbol)
symbol
- The symbol to set
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |