Class FileMetaUpdate

java.lang.Object
nl.knaw.dans.lib.dataverse.model.file.FileMetaUpdate
Direct Known Subclasses:
FileMetaUpdateWithRestrict

public class FileMetaUpdate extends Object
  • Constructor Details

    • FileMetaUpdate

      public FileMetaUpdate()
  • Method Details

    • getDataFileId

      public long getDataFileId()
    • getLabel

      public String getLabel()
    • getDescription

      public String getDescription()
    • getDirectoryLabel

      public String getDirectoryLabel()
    • getCategories

      public List<String> getCategories()
    • getProvFreeForm

      public String getProvFreeForm()
    • setDataFileId

      public void setDataFileId(long dataFileId)
    • setLabel

      public void setLabel(String label)
    • setDescription

      public void setDescription(String description)
    • setDirectoryLabel

      public void setDirectoryLabel(String directoryLabel)
    • setCategories

      public void setCategories(List<String> categories)
    • setProvFreeForm

      public void setProvFreeForm(String provFreeForm)
    • 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