org.apache.ojb.performance
Class PerfArticleImpl
java.lang.Object
org.apache.ojb.performance.PerfArticleImpl
- All Implemented Interfaces:
- PerfArticle, java.io.Serializable
- public class PerfArticleImpl
- extends java.lang.Object
- implements PerfArticle
Persistent object implementation.
- Version:
- $Id: PerfArticleImpl.java,v 1.4 2003/06/27 15:53:22 arminw Exp $
- Author:
- Armin Waibel
- See Also:
- Serialized Form
Constructor Summary |
PerfArticleImpl()
|
PerfArticleImpl(java.lang.Long articleId,
java.lang.String articleName,
int minimumStock,
double price,
java.lang.String unit,
int stock,
int supplierId,
int productGroupId)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PerfArticleImpl
public PerfArticleImpl()
PerfArticleImpl
public PerfArticleImpl(java.lang.Long articleId,
java.lang.String articleName,
int minimumStock,
double price,
java.lang.String unit,
int stock,
int supplierId,
int productGroupId)
getArticleId
public java.lang.Long getArticleId()
- Specified by:
getArticleId
in interface PerfArticle
setArticleId
public void setArticleId(java.lang.Long articleId)
- Specified by:
setArticleId
in interface PerfArticle
getArticleName
public java.lang.String getArticleName()
- Specified by:
getArticleName
in interface PerfArticle
setArticleName
public void setArticleName(java.lang.String articleName)
- Specified by:
setArticleName
in interface PerfArticle
getMinimumStock
public int getMinimumStock()
- Specified by:
getMinimumStock
in interface PerfArticle
setMinimumStock
public void setMinimumStock(int minimumStock)
- Specified by:
setMinimumStock
in interface PerfArticle
getPrice
public double getPrice()
- Specified by:
getPrice
in interface PerfArticle
setPrice
public void setPrice(double price)
- Specified by:
setPrice
in interface PerfArticle
getUnit
public java.lang.String getUnit()
- Specified by:
getUnit
in interface PerfArticle
setUnit
public void setUnit(java.lang.String unit)
- Specified by:
setUnit
in interface PerfArticle
getStock
public int getStock()
- Specified by:
getStock
in interface PerfArticle
setStock
public void setStock(int stock)
- Specified by:
setStock
in interface PerfArticle
getSupplierId
public int getSupplierId()
- Specified by:
getSupplierId
in interface PerfArticle
setSupplierId
public void setSupplierId(int supplierId)
- Specified by:
setSupplierId
in interface PerfArticle
getProductGroupId
public int getProductGroupId()
- Specified by:
getProductGroupId
in interface PerfArticle
setProductGroupId
public void setProductGroupId(int productGroupId)
- Specified by:
setProductGroupId
in interface PerfArticle
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