org.apache.ojb.broker
Class BookArticle
java.lang.Object
org.apache.ojb.broker.AbstractArticle
org.apache.ojb.broker.Article
org.apache.ojb.broker.BookArticle
- All Implemented Interfaces:
- InterfaceArticle, java.io.Serializable
- public class BookArticle
- extends Article
- implements java.io.Serializable
- See Also:
- Serialized Form
Fields inherited from class org.apache.ojb.broker.AbstractArticle |
articleId, articleName, isSelloutArticle, minimumStock, orderedUnits, price, productGroup, productGroupId, stock, supplierId, unit |
Constructor Summary |
BookArticle()
Insert the method's description here. |
BookArticle(int artId,
java.lang.String artName,
int suppId,
int pgId,
java.lang.String uni,
double pric,
int sto,
int ordUnits,
int minStock,
java.lang.String pIsbn,
java.lang.String pAuthor)
Insert the method's description here. |
Method Summary |
java.lang.String |
getAuthor()
Gets the author. |
java.lang.String |
getIsbn()
Gets the isbn. |
void |
setAuthor(java.lang.String author)
Sets the author. |
void |
setIsbn(java.lang.String isbn)
Sets the isbn. |
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 |
BookArticle
public BookArticle()
- Insert the method's description here.
Creation date: (05.01.2001 19:31:04)
BookArticle
public BookArticle(int artId,
java.lang.String artName,
int suppId,
int pgId,
java.lang.String uni,
double pric,
int sto,
int ordUnits,
int minStock,
java.lang.String pIsbn,
java.lang.String pAuthor)
- Insert the method's description here.
Creation date: (05.01.2001 19:21:38)
getAuthor
public java.lang.String getAuthor()
- Gets the author.
- Returns:
- Returns a String
setAuthor
public void setAuthor(java.lang.String author)
- Sets the author.
- Parameters:
author
- The author to set
getIsbn
public java.lang.String getIsbn()
- Gets the isbn.
- Returns:
- Returns a String
setIsbn
public void setIsbn(java.lang.String isbn)
- Sets the isbn.
- Parameters:
isbn
- The isbn to set
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