Class FileList

java.lang.Object
org.vrspace.server.dto.FileList

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

    • FileList

      public FileList()
  • Method Details

    • getPath

      public String getPath()
    • getContentList

      public List<Content> getContentList()
    • setPath

      public void setPath(String path)
    • setContentList

      public void setContentList(List<Content> contentList)
    • 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