TNSmlSnapshotItem Class Reference
Constructor & Destructor Documentation
TNSmlSnapshotItem()
IMPORT_C | TNSmlSnapshotItem | ( | ) | |
TNSmlSnapshotItem(const TSmlDbItemUid &)
Member Functions Documentation
Compare(const TNSmlSnapshotItem &)
Compare method for comparing last change dates of two snapshot items. Returns < 0 if this item is smaller than aItem, returns 0 if both items are equal and > 0 if aItem is greater than this snapshot item.
ExternalizeL(RWriteStream &)
Stream externalizer method.
Parameters
RWriteStream & aStream | Stream this snapshot item will be externalized into. |
InternalizeL(RReadStream &)
Stream interlizer method.
Parameters
RReadStream & aStream | Stream this snapshot item will be internalized from. |
ItemId()
Getter for item UID value.
LastChangedDate()
IMPORT_C const TTime & | LastChangedDate | ( | ) | const |
Getter for last modification date value.
ParentId()
Getter for parent UID value.
SetItemId(const TSmlDbItemUid &)
Setter for item UID value.
SetLastChangedDate(const TTime &)
IMPORT_C void | SetLastChangedDate | ( | const TTime & | aLastChangedDate | ) | |
Setter for last modification date value.
Parameters
const TTime & aLastChangedDate | Last modification date. |
SetParentId(const TSmlDbItemUid &)
Setter for parent UID value.
SetSoftDelete(const TBool &)
IMPORT_C void | SetSoftDelete | ( | const TBool & | aSoftDelete | ) | |
Setter for soft delete value.
Parameters
const TBool & aSoftDelete | soft delete value. |
SoftDelete()
IMPORT_C const TBool & | SoftDelete | ( | ) | const |
Getter for soft delete value.
Member Data Documentation
TTime
iLastChangedDate
TTime
| iLastChangedDate | [private] |
TBool
iSoftDelete
TBool
| iSoftDelete | [private] |
Copyright ©2010 Nokia Corporation and/or its subsidiary(-ies).
All rights
reserved. Unless otherwise stated, these materials are provided under the terms of the Eclipse Public License
v1.0.