org.apache.ojb.broker
Class Article

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

public class Article
extends AbstractArticle
implements InterfaceArticle, java.io.Serializable

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
protected Article()
           
 
Method Summary
static 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

Article

protected Article()
Method Detail

createInstance

public static Article createInstance()


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