Package org.cyclos.entities.utils
Class RawFile
-
- All Implemented Interfaces:
Cloneable,Comparable<NamedEntity>,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
getNetwork, isGlobal
-
Methods inherited from class org.cyclos.entities.SimpleEntity
clone, equals, getId, getId, getIds, getUniqueIds, getUniqueIds, hashCode, isPersistent, isTransient
-
-
-
-
Method Detail
-
getNature
public abstract RawFileNature getNature()
-
-