|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--test.ojb.broker.OrderPosition
Insert the type's description here. Creation date: (02.02.2001 15:45:59)
Constructor Summary | |
OrderPosition()
OrderPosition constructor comment. |
|
OrderPosition(int pId,
int pOrderId,
int pArticleId)
|
Method Summary | |
int |
getArticle_id()
Insert the method's description here. |
InterfaceArticle |
getArticle()
Insert the method's description here. |
int |
getId()
Insert the method's description here. |
int |
getOrder_id()
Insert the method's description here. |
void |
setArticle_id(int newArticle_id)
Insert the method's description here. |
void |
setArticle(InterfaceArticle newArticle)
Insert the method's description here. |
void |
setId(int newId)
Insert the method's description here. |
void |
setOrder_id(int newOrder_id)
Insert the method's description here. |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public OrderPosition()
public OrderPosition(int pId, int pOrderId, int pArticleId)
Method Detail |
public InterfaceArticle getArticle()
public int getArticle_id()
public int getId()
public int getOrder_id()
public void setArticle(InterfaceArticle newArticle)
newArticle
- TestThreadsNLocks.ojb.broker.InterfaceArticlepublic void setArticle_id(int newArticle_id)
newArticle_id
- intpublic void setId(int newId)
newId
- intpublic void setOrder_id(int newOrder_id)
newOrder_id
- intpublic java.lang.String toString()
toString
in class java.lang.Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |