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- 
getIdIStorageKey getId()Gets the identifier object.- Returns:
- a IStorageKeyobject.
 
- 
getNativeObjectObject getNativeObject()Gets the native object underneath.- Returns:
- an object.
 
- 
getDateDate getDate()Gets the date while the snapshot was done.- Returns:
- A java.util.Date object.
 
- 
getNumberint getNumber()Gets the snapshot number.- Returns:
- An integer value.
 
- 
getFulfillerIUser getFulfiller()Gets the person who performed the snapshot.- Returns:
- A IUserobject.
 
- 
getUserFullnameString getUserFullname()The user's full name.- Returns:
- A java.lang.String value.
 
- 
getDescriptionString getDescription()Gets the description of the snapshot.- Returns:
- A java.lang.String value.
 
 
-