Interface IResourceHistory.ISnapshot

All Superinterfaces:
Serializable
All Known Implementing Classes:
PortalResourceHistory.Snapshot
Enclosing interface:
IResourceHistory

public static interface IResourceHistory.ISnapshot extends Serializable
The snapshot structure.
  • Method Details

    • getId

      IStorageKey getId()
      Gets the identifier object.
      Returns:
      a IStorageKey object.
    • getNativeObject

      Object getNativeObject()
      Gets the native object underneath.
      Returns:
      an object.
    • getDate

      Date getDate()
      Gets the date while the snapshot was done.
      Returns:
      A java.util.Date object.
    • getNumber

      int getNumber()
      Gets the snapshot number.
      Returns:
      An integer value.
    • getFulfiller

      IUser getFulfiller()
      Gets the person who performed the snapshot.
      Returns:
      A IUser object.
    • getUserFullname

      String getUserFullname()
      The user's full name.
      Returns:
      A java.lang.String value.
    • getDescription

      String getDescription()
      Gets the description of the snapshot.
      Returns:
      A java.lang.String value.