Interface ItemInfo

All Superinterfaces:
Comparable<ItemInfo>, Info, Serializable
All Known Subinterfaces:
FileInfo, FolderInfo

public interface ItemInfo extends Info, Comparable<ItemInfo>
Date: 8/1/11 Time: 7:13 PM
Author:
Fred Simon
  • Method Details

    • getId

      long getId()
      Returns:
      The storage system id of this item. Negative if the item still has no id.
    • getRepoPath

      RepoPath getRepoPath()
    • isFolder

      boolean isFolder()
    • getName

      String getName()
      Returns:
      The file/folder name of this item
      See Also:
    • getRepoKey

      String getRepoKey()
    • getRelPath

      String getRelPath()
    • getCreated

      long getCreated()
    • getLastModified

      long getLastModified()
    • getModifiedBy

      String getModifiedBy()
    • getCreatedBy

      String getCreatedBy()
    • getLastUpdated

      long getLastUpdated()
    • isIdentical

      boolean isIdentical(ItemInfo info)