test.ojb.broker
Class OrderPosition

java.lang.Object
  |
  +--test.ojb.broker.OrderPosition
All Implemented Interfaces:
java.io.Serializable

public class OrderPosition
extends java.lang.Object
implements java.io.Serializable

Insert the type's description here. Creation date: (02.02.2001 15:45:59)

See Also:
Serialized Form

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

OrderPosition

public OrderPosition()
OrderPosition constructor comment.


OrderPosition

public OrderPosition(int pId,
                     int pOrderId,
                     int pArticleId)
Method Detail

getArticle

public InterfaceArticle getArticle()
Insert the method's description here. Creation date: (02.02.2001 22:25:25)

Returns:
TestThreadsNLocks.ojb.broker.InterfaceArticle

getArticle_id

public int getArticle_id()
Insert the method's description here. Creation date: (02.02.2001 22:25:25)

Returns:
int

getId

public int getId()
Insert the method's description here. Creation date: (02.02.2001 22:25:25)

Returns:
int

getOrder_id

public int getOrder_id()
Insert the method's description here. Creation date: (02.02.2001 22:25:26)

Returns:
int

setArticle

public void setArticle(InterfaceArticle newArticle)
Insert the method's description here. Creation date: (02.02.2001 22:25:25)

Parameters:
newArticle - TestThreadsNLocks.ojb.broker.InterfaceArticle

setArticle_id

public void setArticle_id(int newArticle_id)
Insert the method's description here. Creation date: (02.02.2001 22:25:25)

Parameters:
newArticle_id - int

setId

public void setId(int newId)
Insert the method's description here. Creation date: (02.02.2001 22:25:26)

Parameters:
newId - int

setOrder_id

public void setOrder_id(int newOrder_id)
Insert the method's description here. Creation date: (02.02.2001 22:25:26)

Parameters:
newOrder_id - int

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object


Authors: Thomas Mahler and others. (C) 2000, 2001.
All rights reserved. Published under the Gnu Public License.
http://objectbridge.sourceforge.net
Version: 0.8.375, 2002-04-04