test.ojb.broker
Class ArticleProxy

java.lang.Object
  |
  +--ojb.broker.VirtualProxy
        |
        +--test.ojb.broker.ArticleProxy
All Implemented Interfaces:
InterfaceArticle, java.io.Serializable

public class ArticleProxy
extends VirtualProxy
implements InterfaceArticle

Proxy class to class Article. Implements interface InterfaceArticle. delegates methods calls to the internal Article-object

See Also:
Serialized Form

Constructor Summary
ArticleProxy()
           
ArticleProxy(Identity uniqueId)
          ArticleProxy constructor comment.
ArticleProxy(java.lang.reflect.InvocationHandler handler)
           
 
Method Summary
 void addToStock(int diff)
          addToStock method comment.
 int getArticleId()
          getArticleId method comment.
 java.lang.String getArticleName()
          getArticleName method comment.
 InterfaceProductGroup getProductGroup()
          getProductGroup method comment.
 double getStockValue()
          getStockValue method comment.
 void setArticleId(int newArticleId)
          setArticleId method comment.
 void setArticleName(java.lang.String newArticleName)
          setArticleName method comment.
 
Methods inherited from class ojb.broker.VirtualProxy
alreadyMaterialized, createProxy, getIndirectionHandler, getRealSubject
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface test.ojb.broker.InterfaceArticle
toString
 

Constructor Detail

ArticleProxy

public ArticleProxy()

ArticleProxy

public ArticleProxy(Identity uniqueId)
ArticleProxy constructor comment.

Parameters:
uniqueId - ojb.broker.Identity

ArticleProxy

public ArticleProxy(java.lang.reflect.InvocationHandler handler)
Method Detail

addToStock

public void addToStock(int diff)
addToStock method comment.

Specified by:
addToStock in interface InterfaceArticle

getArticleId

public int getArticleId()
getArticleId method comment.

Specified by:
getArticleId in interface InterfaceArticle

getArticleName

public java.lang.String getArticleName()
getArticleName method comment.

Specified by:
getArticleName in interface InterfaceArticle

getProductGroup

public InterfaceProductGroup getProductGroup()
getProductGroup method comment.

Specified by:
getProductGroup in interface InterfaceArticle

getStockValue

public double getStockValue()
getStockValue method comment.

Specified by:
getStockValue in interface InterfaceArticle

setArticleId

public void setArticleId(int newArticleId)
setArticleId method comment.

Specified by:
setArticleId in interface InterfaceArticle

setArticleName

public void setArticleName(java.lang.String newArticleName)
setArticleName method comment.

Specified by:
setArticleName in interface InterfaceArticle


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