org.starhope.appius.user
Class StoreItem
java.lang.Object
org.starhope.appius.util.ManagedReferenceHolder
org.starhope.appius.sql.SQLPeerDatum
org.starhope.appius.user.StoreItem
public class StoreItem
- extends SQLPeerDatum
WRITEME: The documentation for this type (StoreItem) is incomplete.
(brpocock, Aug 19, 2009)
- Author:
- brpocock
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
StoreItem
public StoreItem()
flush
public void flush()
- This is an overriding method.
- Specified by:
flush
in class SQLPeerDatum
- See Also:
SQLPeerDatum.flush()
getCacheUniqueID
protected String getCacheUniqueID()
- Specified by:
getCacheUniqueID
in class SQLPeerDatum
- Returns:
- The local (Stringified) version of an unique ID; usually
the database ID column
- See Also:
SQLPeerDatum.getCacheUniqueID()
set
protected void set(ResultSet rs)
throws SQLException
- This is an overriding method.
- Specified by:
set
in class SQLPeerDatum
- Throws:
SQLException
- if the database fails somehow- See Also:
SQLPeerDatum.set(java.sql.ResultSet)
toJSON
public org.json.JSONObject toJSON()
- This is an overriding method.
- Overrides:
toJSON
in class SQLPeerDatum
- Returns:
- See Also:
SQLPeerDatum.toJSON()