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.
-
ALT_CITY
-
-
ALT_ID
-
-
ALT_PHONE
-
-
ALT_STATE
-
-
ALT_STREET1
-
-
ALT_STREET2
-
-
ALT_ZIP
-
-
CITY
-
-
EMAIL
-
-
FIRSTNAME
-
-
GENDER
-
-
LASTNAME
-
-
MIDDLENAME
-
-
PHONE
-
-
PIC_URL
-
-
props
-
-
STATE
-
-
STREET1
-
-
STREET2
-
-
ZIP
-
-
extProperties()
- Returns the extended propterties of this class.
-
getExtendedProperties()
- Returns the extended propterties of this class.
-
getLoans()
-
-
toString()
-
props
protected static int props
ALT_ID
public static final int ALT_ID
FIRSTNAME
public static final int FIRSTNAME
MIDDLENAME
public static final int MIDDLENAME
LASTNAME
public static final int LASTNAME
GENDER
public static final int GENDER
EMAIL
public static final int EMAIL
STREET1
public static final int STREET1
STREET2
public static final int STREET2
CITY
public static final int CITY
STATE
public static final int STATE
ZIP
public static final int ZIP
PHONE
public static final int PHONE
ALT_STREET1
public static final int ALT_STREET1
ALT_STREET2
public static final int ALT_STREET2
ALT_CITY
public static final int ALT_CITY
ALT_STATE
public static final int ALT_STATE
ALT_ZIP
public static final int ALT_ZIP
ALT_PHONE
public static final int ALT_PHONE
PIC_URL
public static final int PIC_URL
toString
public String toString()
- Overrides:
- toString in class StdLibraryObject
getExtendedProperties
public Object[][] getExtendedProperties()
- Returns the extended propterties of this class. Non-static
so that it may be overriden.
- Overrides:
- getExtendedProperties in class StdLibraryObject
extProperties
protected static Object[][] extProperties()
- Returns the extended propterties of this class.
getLoans
public Vector getLoans() throws RemoteException
All Packages Class Hierarchy This Package Previous Next Index