public class SimpleBookInfo extends Object implements BookInfo
STATE_EMPTY, STATE_SAVED, STATE_UNSAVED
Constructor and Description |
---|
SimpleBookInfo(File file,
String name,
Date lastModify) |
SimpleBookInfo(String name) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
File |
getFile() |
Date |
getLastModify() |
String |
getName() |
int |
hashCode() |
void |
setName(String name) |
String |
toString() |
Copyright © 2020. All rights reserved.