org.apache.ojb.performance
Interface PerfArticle
- All Superinterfaces:
- java.io.Serializable
- All Known Implementing Classes:
- PerfArticleImpl
public interface PerfArticle
- extends java.io.Serializable
Persistent object interface - describes the persistent object used in performance test.
- Version:
- $Id: PerfArticle.java 365232 2005-12-21 22:36:07Z tomdz $
- Author:
- Armin Waibel
getArticleId
java.lang.Long getArticleId()
setArticleId
void setArticleId(java.lang.Long articleId)
getArticleName
java.lang.String getArticleName()
setArticleName
void setArticleName(java.lang.String articleName)
getMinimumStock
int getMinimumStock()
setMinimumStock
void setMinimumStock(int minimumStock)
getPrice
double getPrice()
setPrice
void setPrice(double price)
getUnit
java.lang.String getUnit()
setUnit
void setUnit(java.lang.String unit)
getStock
int getStock()
setStock
void setStock(int stock)
getSupplierId
int getSupplierId()
setSupplierId
void setSupplierId(int supplierId)
getProductGroupId
int getProductGroupId()
setProductGroupId
void setProductGroupId(int productGroupId)
(C) 2002 - 2005 Apache Software Foundation
All rights reserved. Published under the Apache License 2.0.
http://db.apache.org/ojb
Version: 1.0.4, 2005-12-30