Class FileList


  • public class FileList
    extends Object
    List of files, used by ContentManager.
    Author:
    joe
    • Constructor Detail

      • FileList

        public FileList()
    • Method Detail

      • getPath

        public String getPath()
      • getContentList

        public List<Content> getContentList()
      • setPath

        public void setPath​(String path)
      • setContentList

        public void setContentList​(List<Content> contentList)
      • canEqual

        protected boolean canEqual​(Object other)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object