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
-
Constructor Summary
ConstructorDescriptionRemoteFileData
(String name, byte[] contents, Date lastUpdate, String mimeType) -
Method Summary
Methods inherited from class pl.edu.icm.unity.base.file.FileData
equalsContent, getContents, getLastUpdate, getName, getOwnerId, getOwnerType, setContents, setLastUpdate, setName, setOwnerId, setOwnerType
-
Field Details
-
mimeType
-
-
Constructor Details
-
RemoteFileData
-
-
Method Details
-
hashCode
public int hashCode()- Overrides:
hashCode
in classpl.edu.icm.unity.base.file.FileData
-
equals
- Overrides:
equals
in classpl.edu.icm.unity.base.file.FileData
-