Package com.axemble.vdoc.sdk.impl
Class PortalResourceHistory.Snapshot
java.lang.Object
com.axemble.vdoc.sdk.impl.PortalResourceHistory.Snapshot
- All Implemented Interfaces:
- IResourceHistory.ISnapshot,- Serializable
- Enclosing class:
- PortalResourceHistory
- See Also:
- 
Field SummaryFieldsModifier and TypeFieldDescriptionint
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptiongetDate()Gets the date while the snapshot was done.Gets the description of the snapshot.Gets the person who performed the snapshot.getId()Gets the identifier object.Gets the native object underneath.intGets the snapshot number.The user's full name.voidvoidsetDescription(String description) voidsetFulfiller(IUser fulfiller) voidvoidsetNumber(int number) voidsetUserFullname(String userFullname) 
- 
Field Details- 
date
- 
fulfiller
- 
userFullname
- 
description
- 
numberpublic int number
 
- 
- 
Constructor Details- 
Snapshotpublic Snapshot()
 
- 
- 
Method Details- 
getIdDescription copied from interface:IResourceHistory.ISnapshotGets the identifier object.- Specified by:
- getIdin interface- IResourceHistory.ISnapshot
- Returns:
- a IStorageKeyobject.
 
- 
setId
- 
getNativeObjectDescription copied from interface:IResourceHistory.ISnapshotGets the native object underneath.- Specified by:
- getNativeObjectin interface- IResourceHistory.ISnapshot
- Returns:
- an object.
 
- 
getDateDescription copied from interface:IResourceHistory.ISnapshotGets the date while the snapshot was done.- Specified by:
- getDatein interface- IResourceHistory.ISnapshot
- Returns:
- A java.util.Date object.
 
- 
setDate
- 
getNumberpublic int getNumber()Description copied from interface:IResourceHistory.ISnapshotGets the snapshot number.- Specified by:
- getNumberin interface- IResourceHistory.ISnapshot
- Returns:
- An integer value.
 
- 
setNumberpublic void setNumber(int number) 
- 
getDescriptionDescription copied from interface:IResourceHistory.ISnapshotGets the description of the snapshot.- Specified by:
- getDescriptionin interface- IResourceHistory.ISnapshot
- Returns:
- A java.lang.String value.
 
- 
setDescription
- 
getFulfillerDescription copied from interface:IResourceHistory.ISnapshotGets the person who performed the snapshot.- Specified by:
- getFulfillerin interface- IResourceHistory.ISnapshot
- Returns:
- A IUserobject.
 
- 
setFulfiller
- 
getUserFullnameDescription copied from interface:IResourceHistory.ISnapshotThe user's full name.- Specified by:
- getUserFullnamein interface- IResourceHistory.ISnapshot
- Returns:
- A java.lang.String value.
 
- 
setUserFullname
 
-