Package io.keikai.app
Interface BookInfo
-
- All Superinterfaces:
Serializable
public interface BookInfo extends Serializable
Book information- Author:
- dennis
-
-
Field Summary
Fields Modifier and Type Field Description static String
STATE_EMPTY
static String
STATE_SAVED
static String
STATE_UNSAVED
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Date
getLastModify()
String
getName()
-
-
-
Field Detail
-
STATE_EMPTY
static final String STATE_EMPTY
- See Also:
- Constant Field Values
-
STATE_UNSAVED
static final String STATE_UNSAVED
- See Also:
- Constant Field Values
-
STATE_SAVED
static final String STATE_SAVED
- See Also:
- Constant Field Values
-
-