public class SystemCustomImageDTO extends EntityDTO
| Modifier and Type | Field and Description |
|---|---|
static Property<SystemImageCategoryVO,SystemCustomImageDTO> |
CATEGORY |
static Property<java.lang.String,SystemCustomImageDTO> |
KEY |
static Property<java.lang.String,SystemCustomImageDTO> |
NAME |
ID| Constructor and Description |
|---|
SystemCustomImageDTO() |
SystemCustomImageDTO(java.lang.Long id) |
SystemCustomImageDTO(Property<T,? super SystemCustomImageDTO> property,
T value) |
| Modifier and Type | Method and Description |
|---|---|
protected java.util.List<Property<?,?>> |
doGetProperties() |
protected void |
doSet(Property<?,?> property,
java.lang.Object value) |
java.lang.Object |
get(Property<?,?> property)
Returns the value of the given property
|
SystemImageCategoryVO |
getCategory() |
java.lang.String |
getKey() |
java.lang.String |
getName() |
void |
setCategory(SystemImageCategoryVO category) |
void |
setKey(java.lang.String key) |
void |
setName(java.lang.String name) |
getVersion, isPersistent, isTransient, setVersionaddPropertyChangeListener, addPropertyChangeListener, changes, copyPropertiesTo, firePropertyChange, properties, propertyMap, removePropertyChangeListener, removePropertyChangeListener, setpublic static final Property<SystemImageCategoryVO,SystemCustomImageDTO> CATEGORY
public static final Property<java.lang.String,SystemCustomImageDTO> KEY
public static final Property<java.lang.String,SystemCustomImageDTO> NAME
public SystemCustomImageDTO()
public SystemCustomImageDTO(java.lang.Long id)
public SystemCustomImageDTO(Property<T,? super SystemCustomImageDTO> property, T value)
protected java.util.List<Property<?,?>> doGetProperties()
doGetProperties in class EntityDTOprotected void doSet(Property<?,?> property, java.lang.Object value)
public java.lang.Object get(Property<?,?> property)
ObservableBeanpublic SystemImageCategoryVO getCategory()
public java.lang.String getKey()
public java.lang.String getName()
public void setCategory(SystemImageCategoryVO category)
public void setKey(java.lang.String key)
public void setName(java.lang.String name)