Class ConfigurationImageVO
- java.lang.Object
-
- org.cyclos.model.Bean
-
- org.cyclos.model.EntityModel
-
- org.cyclos.model.EntityVO
-
- org.cyclos.model.NamedEntityVO
-
- org.cyclos.model.utils.StoredFileVO
-
- org.cyclos.model.system.images.ImageVO
-
- org.cyclos.model.system.configurations.ConfigurationImageVO
-
- All Implemented Interfaces:
Serializable,Comparable<NamedEntityVO>,IBinaryFile,IEntity,INamedEntity,IImage
public class ConfigurationImageVO extends ImageVO
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static StringCLASS_NAMEstatic BasicProperty<ConfigurationVO,ConfigurationImageVO>CONFIGURATIONstatic BasicProperty<ConfigurationVO,ConfigurationImageVO>DEFINING_CONFIGURATIONstatic BasicProperty<ConfigurationImageType,ConfigurationImageVO>TYPE-
Fields inherited from class org.cyclos.model.system.images.ImageVO
CONVERTED_TO_JPEG, HEIGHT, KEY, NATURE, WIDTH
-
Fields inherited from class org.cyclos.model.utils.StoredFileVO
CONTENT_TYPE, LAST_MODIFIED, LAST_MODIFIED_IN_MILLIS, LENGTH
-
Fields inherited from class org.cyclos.model.NamedEntityVO
NAME
-
Fields inherited from class org.cyclos.model.EntityModel
ID
-
-
Constructor Summary
Constructors Constructor Description ConfigurationImageVO()ConfigurationImageVO(Long id)ConfigurationImageVO(Property<T,? super ConfigurationImageVO> property, T value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringclassName()protected List<Property<?,?>>doGetProperties()ConfigurationVOgetConfiguration()ConfigurationVOgetDefiningConfiguration()ConfigurationImageTypegetType()voidsetConfiguration(ConfigurationVO configuration)voidsetDefiningConfiguration(ConfigurationVO definingConfiguration)voidsetType(ConfigurationImageType type)-
Methods inherited from class org.cyclos.model.system.images.ImageVO
getHeight, getKey, getNature, getWidth, isConvertedToJpeg, setConvertedToJpeg, setHeight, setKey, setNature, setWidth
-
Methods inherited from class org.cyclos.model.utils.StoredFileVO
getContentType, getLastModified, getLastModifiedInMillis, getLength, setContentType, setLastModified, setLastModifiedInMillis, setLength, toString
-
Methods inherited from class org.cyclos.model.NamedEntityVO
compareTo, getName, setName
-
Methods inherited from class org.cyclos.model.EntityModel
getId, setId
-
Methods inherited from class org.cyclos.model.Bean
addPropertyChangeListener, addPropertyChangeListener, attributeNames, backup, changes, clearAttributes, copyPropertiesTo, copyPropertiesTo, copyPropertiesTo, dataAccessor, firePropertyChange, get, getAttribute, initDataAccessor, properties, property, propertyMap, removeAttribute, removePropertyChangeListener, removePropertyChangeListener, restore, set, set, setAttribute, setWithPropagationId, values
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface org.cyclos.model.contentmanagement.IBinaryFile
getContentType, getLength
-
Methods inherited from interface org.cyclos.model.INamedEntity
getName, setName
-
-
-
-
Field Detail
-
CLASS_NAME
public static final String CLASS_NAME
-
CONFIGURATION
public static final BasicProperty<ConfigurationVO,ConfigurationImageVO> CONFIGURATION
-
DEFINING_CONFIGURATION
public static final BasicProperty<ConfigurationVO,ConfigurationImageVO> DEFINING_CONFIGURATION
-
TYPE
public static final BasicProperty<ConfigurationImageType,ConfigurationImageVO> TYPE
-
-
Constructor Detail
-
ConfigurationImageVO
public ConfigurationImageVO()
-
ConfigurationImageVO
public ConfigurationImageVO(Long id)
-
ConfigurationImageVO
public ConfigurationImageVO(Property<T,? super ConfigurationImageVO> property, T value)
-
-
Method Detail
-
doGetProperties
protected List<Property<?,?>> doGetProperties()
- Overrides:
doGetPropertiesin classImageVO
-
getConfiguration
public ConfigurationVO getConfiguration()
-
setConfiguration
public void setConfiguration(ConfigurationVO configuration)
-
getDefiningConfiguration
public ConfigurationVO getDefiningConfiguration()
-
setDefiningConfiguration
public void setDefiningConfiguration(ConfigurationVO definingConfiguration)
-
getType
public ConfigurationImageType getType()
-
setType
public void setType(ConfigurationImageType type)
-
-