All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class org.dorm4.fls.Borrower

java.lang.Object
   |
   +----org.dorm4.fls.StdLibraryObject
           |
           +----org.dorm4.fls.Borrower

public class Borrower
extends StdLibraryObject
Borrower object represents a borrower in the library.


Variable Index

 o ALT_CITY
 o ALT_ID
 o ALT_PHONE
 o ALT_STATE
 o ALT_STREET1
 o ALT_STREET2
 o ALT_ZIP
 o CITY
 o EMAIL
 o FIRSTNAME
 o GENDER
 o LASTNAME
 o MIDDLENAME
 o PHONE
 o PIC_URL
 o props
 o STATE
 o STREET1
 o STREET2
 o ZIP

Method Index

 o extProperties()
Returns the extended propterties of this class.
 o getExtendedProperties()
Returns the extended propterties of this class.
 o getLoans()
 o toString()

Variables

 o props
 protected static int props
 o ALT_ID
 public static final int ALT_ID
 o FIRSTNAME
 public static final int FIRSTNAME
 o MIDDLENAME
 public static final int MIDDLENAME
 o LASTNAME
 public static final int LASTNAME
 o GENDER
 public static final int GENDER
 o EMAIL
 public static final int EMAIL
 o STREET1
 public static final int STREET1
 o STREET2
 public static final int STREET2
 o CITY
 public static final int CITY
 o STATE
 public static final int STATE
 o ZIP
 public static final int ZIP
 o PHONE
 public static final int PHONE
 o ALT_STREET1
 public static final int ALT_STREET1
 o ALT_STREET2
 public static final int ALT_STREET2
 o ALT_CITY
 public static final int ALT_CITY
 o ALT_STATE
 public static final int ALT_STATE
 o ALT_ZIP
 public static final int ALT_ZIP
 o ALT_PHONE
 public static final int ALT_PHONE
 o PIC_URL
 public static final int PIC_URL

Methods

 o toString
 public String toString()
Overrides:
toString in class StdLibraryObject
 o getExtendedProperties
 public Object[][] getExtendedProperties()
Returns the extended propterties of this class. Non-static so that it may be overriden.

Overrides:
getExtendedProperties in class StdLibraryObject
 o extProperties
 protected static Object[][] extProperties()
Returns the extended propterties of this class.

 o getLoans
 public Vector getLoans() throws RemoteException

All Packages  Class Hierarchy  This Package  Previous  Next  Index