Package com.axemble.vdoc.sdk.interfaces
Interface IResourceHistory.ISnapshot
- All Superinterfaces:
Serializable
- All Known Implementing Classes:
PortalResourceHistory.Snapshot
- Enclosing interface:
IResourceHistory
The snapshot structure.
-
Method Summary
-
Method Details
-
getId
IStorageKey getId()Gets the identifier object.- Returns:
- a
IStorageKey
object.
-
getNativeObject
Object getNativeObject()Gets the native object underneath.- Returns:
- an object.
-
getDate
Date getDate()Gets the date while the snapshot was done.- Returns:
- A java.util.Date object.
-
getNumber
int getNumber()Gets the snapshot number.- Returns:
- An integer value.
-
getFulfiller
IUser getFulfiller()Gets the person who performed the snapshot.- Returns:
- A
IUser
object.
-
getUserFullname
String getUserFullname()The user's full name.- Returns:
- A java.lang.String value.
-
getDescription
String getDescription()Gets the description of the snapshot.- Returns:
- A java.lang.String value.
-