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
Modifier and TypeFieldDescriptionint
-
Constructor Summary
-
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.int
Gets the snapshot number.The user's full name.void
void
setDescription
(String description) void
setFulfiller
(IUser fulfiller) void
void
setNumber
(int number) void
setUserFullname
(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.ISnapshot
Gets the identifier object.- Specified by:
getId
in interfaceIResourceHistory.ISnapshot
- Returns:
- a
IStorageKey
object.
-
setId
-
getNativeObject
Description copied from interface:IResourceHistory.ISnapshot
Gets the native object underneath.- Specified by:
getNativeObject
in interfaceIResourceHistory.ISnapshot
- Returns:
- an object.
-
getDate
Description copied from interface:IResourceHistory.ISnapshot
Gets the date while the snapshot was done.- Specified by:
getDate
in interfaceIResourceHistory.ISnapshot
- Returns:
- A java.util.Date object.
-
setDate
-
getNumber
public int getNumber()Description copied from interface:IResourceHistory.ISnapshot
Gets the snapshot number.- Specified by:
getNumber
in interfaceIResourceHistory.ISnapshot
- Returns:
- An integer value.
-
setNumber
public void setNumber(int number) -
getDescription
Description copied from interface:IResourceHistory.ISnapshot
Gets the description of the snapshot.- Specified by:
getDescription
in interfaceIResourceHistory.ISnapshot
- Returns:
- A java.lang.String value.
-
setDescription
-
getFulfiller
Description copied from interface:IResourceHistory.ISnapshot
Gets the person who performed the snapshot.- Specified by:
getFulfiller
in interfaceIResourceHistory.ISnapshot
- Returns:
- A
IUser
object.
-
setFulfiller
-
getUserFullname
Description copied from interface:IResourceHistory.ISnapshot
The user's full name.- Specified by:
getUserFullname
in interfaceIResourceHistory.ISnapshot
- Returns:
- A java.lang.String value.
-
setUserFullname
-