|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Storable
A Storeable is an interface that must be implemented by objects that are to be presisted in the store.
| Method Summary | ||
|---|---|---|
|
_getAttributeValue(String attrName,
Class<T> type)
|
|
Set<String> |
_getDirtyAttributeNames()
An array of boolean indicating if the corresponding attribute is dirty (true) or not (false) |
|
String |
_getOwnerInstanceName()
|
|
long |
_getVersion()
Get the version of this entry. |
|
| Method Detail |
|---|
long _getVersion()
Set<String> _getDirtyAttributeNames()
<T> T _getAttributeValue(String attrName,
Class<T> type)
String _getOwnerInstanceName()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||