Package org.cyclos.model.system.images
Class SystemCustomImageDTO
- java.lang.Object
-
- org.cyclos.model.Bean
-
- org.cyclos.model.EntityModel
-
- org.cyclos.model.EntityDTO
-
- org.cyclos.model.system.images.SystemCustomImageDTO
-
- All Implemented Interfaces:
Serializable,IEntity
public class SystemCustomImageDTO extends EntityDTO
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static BasicProperty<SystemImageCategoryVO,SystemCustomImageDTO>CATEGORYstatic StringCLASS_NAMEstatic BasicProperty<String,SystemCustomImageDTO>KEYstatic BasicProperty<String,SystemCustomImageDTO>NAME-
Fields inherited from class org.cyclos.model.EntityModel
ID
-
-
Constructor Summary
Constructors Constructor Description SystemCustomImageDTO()SystemCustomImageDTO(Long id)SystemCustomImageDTO(Property<T,? super SystemCustomImageDTO> property, T value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringclassName()protected List<Property<?,?>>doGetProperties()SystemImageCategoryVOgetCategory()StringgetKey()StringgetName()voidsetCategory(SystemImageCategoryVO category)voidsetKey(String key)voidsetName(String name)-
Methods inherited from class org.cyclos.model.EntityDTO
getVersion, isPersistent, isTransient, setVersion
-
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
-
-
-
-
Field Detail
-
CLASS_NAME
public static final String CLASS_NAME
-
CATEGORY
public static final BasicProperty<SystemImageCategoryVO,SystemCustomImageDTO> CATEGORY
-
KEY
public static final BasicProperty<String,SystemCustomImageDTO> KEY
-
NAME
public static final BasicProperty<String,SystemCustomImageDTO> NAME
-
-
Constructor Detail
-
SystemCustomImageDTO
public SystemCustomImageDTO()
-
SystemCustomImageDTO
public SystemCustomImageDTO(Long id)
-
SystemCustomImageDTO
public SystemCustomImageDTO(Property<T,? super SystemCustomImageDTO> property, T value)
-
-
Method Detail
-
doGetProperties
protected List<Property<?,?>> doGetProperties()
- Overrides:
doGetPropertiesin classEntityDTO
-
getCategory
public SystemImageCategoryVO getCategory()
-
setCategory
public void setCategory(SystemImageCategoryVO category)
-
getKey
public String getKey()
-
setKey
public void setKey(String key)
-
getName
public String getName()
-
setName
public void setName(String name)
-
-