|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--LibraryItem | +--Borrowable | +--AtDeskItem
Container for at-desk items. Implements isLost function.
Fields inherited from class Borrowable |
availability, BOOK_FINE |
Fields inherited from class LibraryItem |
callNumber, cost, usage |
Constructor Summary | |
AtDeskItem(java.lang.String id,
int val)
Construct a library item given its call number and cost Type is A - at-desk item |
Method Summary | |
boolean |
isLost()
Has the library item been lost |
Methods inherited from class Borrowable |
getReplacementCost, setAvailability |
Methods inherited from class LibraryItem |
getCallNumber, getCost, getUsage, setUsage |
Methods inherited from class java.lang.Object |
|
Constructor Detail |
public AtDeskItem(java.lang.String id, int val)
Method Detail |
public boolean isLost()
isLost
in class LibraryItem
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |