Interface ItemInfo

  • All Superinterfaces:
    java.lang.Comparable<ItemInfo>, Info, java.io.Serializable
    All Known Subinterfaces:
    FileInfo, FolderInfo

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

      • getId

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

        boolean isFolder()
      • getName

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

        java.lang.String getRepoKey()
      • getRelPath

        java.lang.String getRelPath()
      • getCreated

        long getCreated()
      • getLastModified

        long getLastModified()
      • getModifiedBy

        java.lang.String getModifiedBy()
      • getCreatedBy

        java.lang.String getCreatedBy()
      • getLastUpdated

        long getLastUpdated()
      • isIdentical

        boolean isIdentical​(ItemInfo info)