com.primix.vlib.ejb
Interface IBook
- All Superinterfaces:
- EJBObject, IEntityBean, java.rmi.Remote
- public interface IBook
- extends IEntityBean
Remote interface for the Book entity bean.
- Version:
- $Id: IBook.java,v 1.9 2001/08/27 22:19:12 hship Exp $
- Author:
- Howard Ship
setAuthor
public void setAuthor(java.lang.String value)
throws java.rmi.RemoteException
getAuthor
public java.lang.String getAuthor()
throws java.rmi.RemoteException
setTitle
public void setTitle(java.lang.String value)
throws java.rmi.RemoteException
getTitle
public java.lang.String getTitle()
throws java.rmi.RemoteException
setDescription
public void setDescription(java.lang.String value)
throws java.rmi.RemoteException
getDescription
public java.lang.String getDescription()
throws java.rmi.RemoteException
setISBN
public void setISBN(java.lang.String value)
throws java.rmi.RemoteException
getISBN
public java.lang.String getISBN()
throws java.rmi.RemoteException
setOwnerPK
public void setOwnerPK(java.lang.Integer value)
throws java.rmi.RemoteException
getOwnerPK
public java.lang.Integer getOwnerPK()
throws java.rmi.RemoteException
setHolderPK
public void setHolderPK(java.lang.Integer value)
throws java.rmi.RemoteException
getHolderPK
public java.lang.Integer getHolderPK()
throws java.rmi.RemoteException
setPublisherPK
public void setPublisherPK(java.lang.Integer value)
throws java.rmi.RemoteException
isHidden
public boolean isHidden()
throws java.rmi.RemoteException
setHidden
public void setHidden(boolean value)
throws java.rmi.RemoteException
isLendable
public boolean isLendable()
throws java.rmi.RemoteException
setLendable
public void setLendable(boolean value)
throws java.rmi.RemoteException
getDateAdded
public java.sql.Timestamp getDateAdded()
throws java.rmi.RemoteException
setDateAdded
public void setDateAdded(java.sql.Timestamp value)
throws java.rmi.RemoteException