Modifier and Type | Field and Description |
---|---|
private Borrower |
borrower |
private static long |
CHECKOUT_DAYS |
private long |
id |
private static org.apache.commons.logging.Log |
log |
private Date |
outDate |
private Date |
returnDate |
Modifier | Constructor and Description |
---|---|
protected |
Checkout() |
|
Checkout(Date outDate) |
Modifier and Type | Method and Description |
---|---|
Borrower |
getBorrower() |
long |
getId() |
Date |
getReturnDate() |
boolean |
isOverdue() |
void |
setBorrower(Borrower borrower) |
void |
setReturnDate(Date returnDate) |
String |
toString() |
private static org.apache.commons.logging.Log log
private static long CHECKOUT_DAYS
private long id
private Date outDate
private Date returnDate
private Borrower borrower
protected Checkout()
public Checkout(Date outDate)
Copyright © 2015 John's Hopkins University, Engineering Programs for Professionals. All rights reserved.