|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface RmsRecordItem
RmsRecordItem defines an object that can be stored in a RMS store. It is
a Serializable
item and it shall be able to manage the related
record id.
Method Summary | |
---|---|
int |
getRecordId()
Returns the Message record position in the store. |
void |
setRecordId(int id)
Set the record id. |
Methods inherited from interface com.funambol.storage.Serializable |
---|
deserialize, serialize |
Method Detail |
---|
void setRecordId(int id)
recordId
- The item position in the storeint getRecordId()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |