@Entity public class CustomFieldValueFile extends RawFile implements ICustomFieldValueFile, ICustomFieldValueStoredFile, DefinesNetwork
CustomFieldType.FILE| Constructor and Description |
|---|
CustomFieldValueFile() |
| Modifier and Type | Method and Description |
|---|---|
CustomFieldValue<?,?,?,?> |
getCustomFieldValue() |
RawFileNature |
getNature() |
Network |
getNetwork()
Returns the network this entity belongs to
|
void |
setCustomFieldValue(CustomFieldValue<?,?,?,?> fieldValue) |
void |
setNetwork(Network network) |
getContentType, getLastModified, getLastModifiedInMillis, getLength, getMetadata, setContentType, setLastModified, setLength, setMetadatacompareTo, getName, getNames, setName, toStringgetDataTranslationType, getLogType, getVersionisGlobalclone, equals, getId, getId, getIds, getUniqueIds, getUniqueIds, hashCode, isPersistent, isTransientpublic CustomFieldValue<?,?,?,?> getCustomFieldValue()
getCustomFieldValue in interface ICustomFieldValueStoredFilepublic RawFileNature getNature()
public Network getNetwork()
NetworkedEntitygetNetwork in class NetworkedEntitypublic void setCustomFieldValue(CustomFieldValue<?,?,?,?> fieldValue)
setCustomFieldValue in interface ICustomFieldValueStoredFilepublic void setNetwork(Network network)
setNetwork in interface DefinesNetwork