public abstract class GADataBase extends Object
| Modifier | Constructor and Description |
|---|---|
protected |
GADataBase(String value) |
protected |
GADataBase(String value,
int limit) |
| Modifier and Type | Method and Description |
|---|---|
static GADataBase |
getCookieData(String cookieName,
String cookieValue) |
protected Date |
getDate(int i) |
String |
getDomain()
Domain hash, unique for each domain.
|
protected Integer |
getInteger(int i) |
protected Long |
getLong(int i) |
protected String |
getString(int i) |
protected GADataBase(String value, int limit)
protected GADataBase(String value)
protected String getString(int i)
protected Long getLong(int i)
protected Integer getInteger(int i)
protected Date getDate(int i)
public String getDomain()
public static GADataBase getCookieData(String cookieName, String cookieValue)
Copyright © 2015. All rights reserved.