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

Method Summary
 java.lang.String getAuthor()
           
 java.sql.Timestamp getDateAdded()
           
 java.lang.String getDescription()
           
 java.lang.Integer getHolderPK()
           
 java.lang.String getISBN()
           
 java.lang.Integer getOwnerPK()
           
 java.lang.String getTitle()
           
 boolean isHidden()
           
 boolean isLendable()
           
 void setAuthor(java.lang.String value)
           
 void setDateAdded(java.sql.Timestamp value)
           
 void setDescription(java.lang.String value)
           
 void setHidden(boolean value)
           
 void setHolderPK(java.lang.Integer value)
           
 void setISBN(java.lang.String value)
           
 void setLendable(boolean value)
           
 void setOwnerPK(java.lang.Integer value)
           
 void setPublisherPK(java.lang.Integer value)
           
 void setTitle(java.lang.String value)
           
 
Methods inherited from interface com.primix.vlib.ejb.IEntityBean
getEntityAttributes, updateEntityAttributes
 
Methods inherited from interface javax.ejb.EJBObject
getEJBHome, getHandle, getPrimaryKey, isIdentical, remove
 

Method Detail

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