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 Summary
FieldsModifier and TypeFieldDescriptionint -
Constructor Summary
Constructors -
Method Summary
Modifier 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
-
number
public int number
-
-
Constructor Details
-
Snapshot
public Snapshot()
-
-
Method Details
-
getId
Description copied from interface:IResourceHistory.ISnapshotGets the identifier object.- Specified by:
getIdin interfaceIResourceHistory.ISnapshot- Returns:
- a
IStorageKeyobject.
-
setId
-
getNativeObject
Description copied from interface:IResourceHistory.ISnapshotGets the native object underneath.- Specified by:
getNativeObjectin interfaceIResourceHistory.ISnapshot- Returns:
- an object.
-
getDate
Description copied from interface:IResourceHistory.ISnapshotGets the date while the snapshot was done.- Specified by:
getDatein interfaceIResourceHistory.ISnapshot- Returns:
- A java.util.Date object.
-
setDate
-
getNumber
public int getNumber()Description copied from interface:IResourceHistory.ISnapshotGets the snapshot number.- Specified by:
getNumberin interfaceIResourceHistory.ISnapshot- Returns:
- An integer value.
-
setNumber
public void setNumber(int number) -
getDescription
Description copied from interface:IResourceHistory.ISnapshotGets the description of the snapshot.- Specified by:
getDescriptionin interfaceIResourceHistory.ISnapshot- Returns:
- A java.lang.String value.
-
setDescription
-
getFulfiller
Description copied from interface:IResourceHistory.ISnapshotGets the person who performed the snapshot.- Specified by:
getFulfillerin interfaceIResourceHistory.ISnapshot- Returns:
- A
IUserobject.
-
setFulfiller
-
getUserFullname
Description copied from interface:IResourceHistory.ISnapshotThe user's full name.- Specified by:
getUserFullnamein interfaceIResourceHistory.ISnapshot- Returns:
- A java.lang.String value.
-
setUserFullname
-