|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.blogspot.applications4android.comicreader.core.ComicClass
public class ComicClass
Data structure to represent a comic-class read from json file
Field Summary | |
---|---|
java.lang.String |
mClass
class name of this comic |
java.lang.String |
mName
name of this comic |
boolean |
mNew
newly added comic or not |
java.lang.String |
mPref
preference-name of this comic |
boolean |
mSel
comic is selected or not |
int |
mUnread
num unread strips |
Constructor Summary | |
---|---|
ComicClass()
Constructor |
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public java.lang.String mClass
public java.lang.String mName
public java.lang.String mPref
public boolean mNew
public boolean mSel
public int mUnread
Constructor Detail |
---|
public ComicClass()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |