@Entity public class CustomFieldValueImage extends Image implements ICustomFieldValueImage, ICustomFieldValueStoredFile, DefinesNetwork
CustomFieldType.IMAGE| Constructor and Description |
|---|
CustomFieldValueImage() |
| Modifier and Type | Method and Description |
|---|---|
CustomFieldValue<?,?,?,?> |
getCustomFieldValue() |
ImageNature |
getNature() |
Network |
getNetwork()
Returns the network this entity belongs to
|
void |
setCustomFieldValue(CustomFieldValue<?,?,?,?> fieldValue) |
void |
setNetwork(Network network) |
getHeight, getKey, getWidth, isConvertedToJpeg, setConvertedToJpeg, setHeight, setKey, setWidthgetContentType, 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 ImageNature getNature()
public Network getNetwork()
NetworkedEntitygetNetwork in class NetworkedEntitypublic void setCustomFieldValue(CustomFieldValue<?,?,?,?> fieldValue)
setCustomFieldValue in interface ICustomFieldValueStoredFilepublic void setNetwork(Network network)
setNetwork in interface DefinesNetwork