|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This is the Local Interface for the BuyNow Bean
Method Summary | |
java.lang.Integer |
getBuyerId()
Get the buyer id which is the primary key in the users table. |
java.lang.String |
getDate()
Time of the BuyNow in the format 'YYYY-MM-DD hh:mm:ss' |
java.lang.Integer |
getId()
Get BuyNow id. |
java.lang.Integer |
getItemId()
Get the item id which is the primary key in the items table. |
int |
getQuantity()
Get how many of this item the buyer has bought. |
void |
setBuyerId(java.lang.Integer id)
Set a new buyer identifier. |
void |
setDate(java.lang.String newDate)
Set a new date for this buy |
void |
setItemId(java.lang.Integer id)
Set a new item identifier. |
void |
setQuantity(int Qty)
Set a new quantity for this buy |
Methods inherited from interface javax.ejb.EJBLocalObject |
getEJBLocalHome, getPrimaryKey, isIdentical, remove |
Method Detail |
public java.lang.Integer getId()
public java.lang.Integer getBuyerId()
public java.lang.Integer getItemId()
public int getQuantity()
public java.lang.String getDate()
public void setBuyerId(java.lang.Integer id)
id
- buyer idpublic void setItemId(java.lang.Integer id)
id
- item idpublic void setQuantity(int Qty)
Qty
- quantitypublic void setDate(java.lang.String newDate)
newDate
- bid date
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |