Package org.cyclos.entities.utils
Class RawFile
-
- All Implemented Interfaces:
Cloneable,Comparable<NamedEntity>,HasNetwork,ProcessableForDataTranslation,IEntity,INamedEntity
- Direct Known Subclasses:
CustomFieldValueFile,DocumentFile,ImportedStoredFile,TempFile
@Entity public abstract class RawFile extends StoredFile
AStoredFilewhich receives no additional handling. In other words, unlike images, are stored and returned as is.
-
-
Constructor Summary
Constructors Constructor Description RawFile()
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description abstract RawFileNaturegetNature()-
Methods inherited from class org.cyclos.entities.utils.StoredFile
getContentType, getLastModified, getLastModifiedInMillis, getLength, getMetadata, setContentType, setLastModified, setLength, setMetadata
-
Methods inherited from class org.cyclos.entities.NamedEntity
compareTo, getName, getNames, setName, toShortString, toString
-
Methods inherited from class org.cyclos.entities.BaseEntity
getDataTranslationType, getVersion
-
Methods inherited from class org.cyclos.entities.NetworkedEntity
isGlobal
-
Methods inherited from class org.cyclos.entities.SimpleEntity
clone, equals, getId, hashCode, id, ids, isPersistent, isTransient, setId, uniqueIds, uniqueIds
-
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface org.cyclos.entities.HasNetwork
getNetwork
-
-
-
-
Method Detail
-
getNature
public abstract RawFileNature getNature()
-
-