public static class Librarian.CheckedOutRecord
extends java.lang.Object
Modifier and Type | Field | Description |
---|---|---|
double |
charges |
The total charged accrued
|
java.lang.String |
itemName |
The full item name of the checked out book
|
long |
mudDueDateMs |
The epoc time when the book is due
|
long |
mudReclaimDateMs |
The epoc time when the book will be reclaimed
|
java.lang.String |
playerName |
The user id of the player who checked out the book
|
Constructor | Description |
---|---|
CheckedOutRecord() |
public java.lang.String playerName
public java.lang.String itemName
public long mudDueDateMs
public long mudReclaimDateMs
public double charges