Class EntryInfo

java.lang.Object
org.joinfaces.docs.server.model.EntryInfo
All Implemented Interfaces:
Comparable<EntryInfo>

public class EntryInfo extends Object implements Comparable<EntryInfo>
  • Constructor Details

  • Method Details

    • getName

      public String getName()
    • getLastModified

      public Instant getLastModified()
    • getSize

      public DataSize getSize()
    • isFile

      public boolean isFile()
    • isDirectory

      public boolean isDirectory()
    • getFullPath

      public String getFullPath()
    • compareTo

      public int compareTo(EntryInfo o)
      Specified by:
      compareTo in interface Comparable<EntryInfo>
    • getFile

      public File getFile()
    • getBasePath

      public String getBasePath()
    • getMimeType

      public MimeType getMimeType()
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • canEqual

      protected boolean canEqual(Object other)
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object