| java.lang.Object org.apache.ojb.performance.PerfArticleImpl
PerfArticleImpl | public class PerfArticleImpl implements PerfArticle(Code) | | Implementation of the
PerfArticle interface.
version: $Id: PerfArticleImpl.java,v 1.6.2.3 2005/12/30 00:01:42 arminw Exp $ |
PerfArticleImpl | public PerfArticleImpl()(Code) | | |
PerfArticleImpl | public PerfArticleImpl(Long articleId, String articleName, int minimumStock, double price, String unit, int stock, int supplierId, int productGroupId)(Code) | | |
getMinimumStock | public int getMinimumStock()(Code) | | |
getPrice | public double getPrice()(Code) | | |
getProductGroupId | public int getProductGroupId()(Code) | | |
getStock | public int getStock()(Code) | | |
getSupplierId | public int getSupplierId()(Code) | | |
hashCode | public int hashCode()(Code) | | |
setArticleId | public void setArticleId(Long articleId)(Code) | | |
setArticleName | public void setArticleName(String articleName)(Code) | | |
setMinimumStock | public void setMinimumStock(int minimumStock)(Code) | | |
setPrice | public void setPrice(double price)(Code) | | |
setProductGroupId | public void setProductGroupId(int productGroupId)(Code) | | |
setStock | public void setStock(int stock)(Code) | | |
setSupplierId | public void setSupplierId(int supplierId)(Code) | | |
|
|