Class RemoteFileData

java.lang.Object
pl.edu.icm.unity.base.file.FileData
pl.edu.icm.unity.engine.api.files.RemoteFileData
All Implemented Interfaces:
NamedObject

public class RemoteFileData extends pl.edu.icm.unity.base.file.FileData
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    final String
     
  • Constructor Summary

    Constructors
    Constructor
    Description
    RemoteFileData(String name, byte[] contents, Date lastUpdate, String mimeType)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
     
    int
     

    Methods inherited from class pl.edu.icm.unity.base.file.FileData

    equalsContent, getContents, getLastUpdate, getName, getOwnerId, getOwnerType, setContents, setLastUpdate, setName, setOwnerId, setOwnerType

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • mimeType

      public final String mimeType
  • Constructor Details

    • RemoteFileData

      public RemoteFileData(String name, byte[] contents, Date lastUpdate, String mimeType)
  • Method Details

    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class pl.edu.icm.unity.base.file.FileData
    • equals

      public boolean equals(Object obj)
      Overrides:
      equals in class pl.edu.icm.unity.base.file.FileData