A C G L M P R S V Z

A

Address - class edu.unr.cs.LMS.Address.
Holds an address.
Address(String, String, String, long) - Constructor for class edu.unr.cs.LMS.Address
 

C

checkout(Resource) - Method in class edu.unr.cs.LMS.Patron
Skeleton for checkout.
city - Variable in class edu.unr.cs.LMS.Address
 

G

getPatronID() - Method in class edu.unr.cs.LMS.Patron
Accessor for patronID, private long identifier that uniquely specifies a patron.

L

LMSUtil - class edu.unr.cs.LMS.LMSUtil.
Utilities class.
LMSUtil() - Constructor for class edu.unr.cs.LMS.LMSUtil
 
log(String) - Static method in class edu.unr.cs.LMS.LMSUtil
Prints its argument on the standard output prepended with a time stamp.

M

main(String[]) - Static method in class edu.unr.cs.LMS.patronTest
Creates 2 patrons, gets the first one's id and validates that patron.

P

Patron - class edu.unr.cs.LMS.Patron.
The patron class encapsulates the data and behavior of LMS patrons.
Patron(String, long, Date, Date, String, String, String, long) - Constructor for class edu.unr.cs.LMS.Patron
Constructs a patron object.
patronTest - class edu.unr.cs.LMS.patronTest.
Test driver for testing the Patron class skeleton.
patronTest() - Constructor for class edu.unr.cs.LMS.patronTest
 

R

Resource - class edu.unr.cs.LMS.Resource.
 
Resource(long) - Constructor for class edu.unr.cs.LMS.Resource
 

S

state - Variable in class edu.unr.cs.LMS.Address
 
street - Variable in class edu.unr.cs.LMS.Address
 

V

validatePatron(Date) - Method in class edu.unr.cs.LMS.Patron
Returns true if the patron's membership has not expired.

Z

zip - Variable in class edu.unr.cs.LMS.Address
 

A C G L M P R S V Z