public static interface IResourceHistory.ISnapshot extends Serializable
| Modifier and Type | Method and Description | 
|---|---|
Date | 
getDate()
Gets the date while the snapshot was done. 
 | 
String | 
getDescription()
Gets the description of the snapshot. 
 | 
IUser | 
getFulfiller()
Gets the person who performed the snapshot. 
 | 
IStorageKey | 
getId()
Gets the identifier object. 
 | 
Object | 
getNativeObject()
Gets the native object underneath. 
 | 
int | 
getNumber()
Gets the snapshot number. 
 | 
String | 
getUserFullname()
The user's full name. 
 | 
IStorageKey getId()
IStorageKey object.Object getNativeObject()
Date getDate()
int getNumber()
IUser getFulfiller()
IUser object.String getUserFullname()
String getDescription()
Copyright © 2019 Visiativ Software. All rights reserved.