|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.hattrickorganizer.model.User
public class User
TODO Missing Class Documentation
Field Summary | |
---|---|
static int |
INDEX
TODO Missing Parameter Documentation |
Method Summary | |
---|---|
static void |
addNewUser()
TODO Missing Method Documentation |
static java.util.ArrayList |
getAllUser()
TODO Missing Method Documentation |
int |
getBackupLevel()
TODO Missing Method Documentation |
static User |
getCurrentUser()
TODO Missing Method Documentation |
java.lang.String |
getDBPath()
TODO Missing Method Documentation |
java.lang.String |
getDriver()
TODO Missing Method Documentation |
java.lang.String |
getName()
TODO Missing Method Documentation |
java.lang.String |
getPwd()
TODO Missing Method Documentation |
java.lang.String |
getUrl()
TODO Missing Method Documentation |
java.lang.String |
getUser()
TODO Missing Method Documentation |
boolean |
isHSQLDB()
TODO Missing Method Documentation |
boolean |
isSingleUser()
TODO Missing Method Documentation |
static void |
load()
TODO Missing Method Documentation |
static void |
save()
TODO Missing Method Documentation |
void |
setBackupLevel(int level)
TODO Missing Method Documentation |
void |
setName(java.lang.String name)
TODO Missing Method Documentation |
void |
setPath(java.lang.String path)
TODO Missing Method Documentation |
java.lang.String |
toString()
TODO Missing Method Documentation |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static int INDEX
Method Detail |
---|
public static java.util.ArrayList getAllUser()
public static User getCurrentUser()
public final java.lang.String getDriver()
public final java.lang.String getName()
public final java.lang.String getPwd()
public boolean isSingleUser()
public static void load() throws java.lang.Exception
java.lang.Exception
- TODO Missing Method Exception Documentationpublic java.lang.String getDBPath()
public boolean isHSQLDB()
public static void save()
public final java.lang.String getUrl()
public final java.lang.String getUser()
public int getBackupLevel()
public final void setName(java.lang.String name)
name
- TODO Missing Method Parameter Documentationpublic final void setBackupLevel(int level)
name
- TODO Missing Method Parameter Documentationpublic final void setPath(java.lang.String path)
path
- TODO Missing Method Parameter Documentationpublic static void addNewUser()
public java.lang.String toString()
toString
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |