|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.hermit.android.core.AppUtils.Version
public class AppUtils.Version
Information on an application version.
Field Summary | |
---|---|
java.lang.CharSequence |
appDesc
Description either of the app or the version. |
java.lang.CharSequence |
appName
Application's pretty name. |
int |
versionCode
Version code of the app. |
java.lang.CharSequence |
versionName
Version name of the app. |
Constructor Summary | |
---|---|
AppUtils.Version()
|
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.CharSequence appName
public int versionCode
public java.lang.CharSequence versionName
public java.lang.CharSequence appDesc
Constructor Detail |
---|
public AppUtils.Version()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |