|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.starhope.appius.util.ManagedReferenceHolder
org.starhope.appius.sql.SQLPeerDatum
com.tootsville.Store
public class Store
WRITEME: The documentation for this type (Store) is incomplete. (brpocock, Aug 27, 2009)
Constructor Summary | |
---|---|
Store()
|
Method Summary | |
---|---|
void |
flush()
This is an overriding method. |
static Store |
getByID(int storeID)
WRITEME: document this method (brpocock, Aug 27, 2009) |
int |
getID()
|
StoreItem[] |
getItems()
WRITEME: document this method (brpocock, Aug 27, 2009) |
org.json.JSONObject |
toJSON()
This is the default SQLPeerDatum implementation of toJSON. |
Methods inherited from class org.starhope.appius.sql.SQLPeerDatum |
---|
changed, get, prepare, set |
Methods inherited from class org.starhope.appius.util.ManagedReferenceHolder |
---|
deref, setRef |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Store()
Method Detail |
---|
public static Store getByID(int storeID)
storeID
- WRITEME
public void flush()
flush
in class SQLPeerDatum
SQLPeerDatum.flush()
public int getID()
public StoreItem[] getItems()
public org.json.JSONObject toJSON()
SQLPeerDatum
toJSON
in class SQLPeerDatum
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |