org.apache.ojb.broker
Class ArticleWithReferenceProxy

java.lang.Object
  extended byorg.apache.ojb.broker.AbstractArticle
      extended byorg.apache.ojb.broker.Article
          extended byorg.apache.ojb.broker.ArticleWithReferenceProxy
All Implemented Interfaces:
InterfaceArticle, java.io.Serializable

public class ArticleWithReferenceProxy
extends Article

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.apache.ojb.broker.AbstractArticle
articleId, articleName, isSelloutArticle, minimumStock, orderedUnits, price, productGroup, productGroupId, stock, supplierId, unit
 
Constructor Summary
ArticleWithReferenceProxy()
           
ArticleWithReferenceProxy(int artId, java.lang.String artName, int suppId, int pgId, java.lang.String uni, double pric, int sto, int ordUnits, int minStock, boolean isSellout)
           
 
Methods inherited from class org.apache.ojb.broker.Article
createInstance
 
Methods inherited from class org.apache.ojb.broker.AbstractArticle
addToStock, getArticleId, getArticleName, getIsSelloutArticle, getMinimumStock, getOrderedUnits, getPrice, getProductGroup, getProductGroupId, getStock, getStockValue, getSupplierId, getUnit, setArticleId, setArticleName, setIsSelloutArticle, setMinimumStock, setOrderedUnits, setPrice, setProductGroup, setProductGroupId, setStock, setSupplierId, setUnit, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.apache.ojb.broker.InterfaceArticle
addToStock, getArticleId, getArticleName, getProductGroup, getStockValue, setArticleId, setArticleName, setProductGroup, toString
 

Constructor Detail

ArticleWithReferenceProxy

public ArticleWithReferenceProxy()

ArticleWithReferenceProxy

public ArticleWithReferenceProxy(int artId,
                                 java.lang.String artName,
                                 int suppId,
                                 int pgId,
                                 java.lang.String uni,
                                 double pric,
                                 int sto,
                                 int ordUnits,
                                 int minStock,
                                 boolean isSellout)


Authors: Thomas Mahler and others. (C) 2000 - 2003 Apache Software Foundation
All rights reserved. Published under the Apache License.
http://db.apache.org/ojb
Version: 1.0.rc5, 2003-12-14