public class SystemCustomImageDTO extends EntityDTO
| Modifier and Type | Field and Description |
|---|---|
static BasicProperty<SystemImageCategoryVO,SystemCustomImageDTO> |
CATEGORY |
static java.lang.String |
CLASS_NAME |
static BasicProperty<java.lang.String,SystemCustomImageDTO> |
KEY |
static BasicProperty<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 |
|---|---|
java.lang.String |
className() |
protected java.util.List<Property<?,?>> |
doGetProperties() |
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, attributeNames, changes, clearAttributes, copyPropertiesTo, dataAccessor, firePropertyChange, get, getAttribute, initDataAccessor, properties, propertyMap, removeAttribute, removePropertyChangeListener, removePropertyChangeListener, set, setAttributepublic static final java.lang.String CLASS_NAME
public static final BasicProperty<SystemImageCategoryVO,SystemCustomImageDTO> CATEGORY
public static final BasicProperty<java.lang.String,SystemCustomImageDTO> KEY
public static final BasicProperty<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 EntityDTOpublic SystemImageCategoryVO getCategory()
public void setCategory(SystemImageCategoryVO category)
public java.lang.String getKey()
public void setKey(java.lang.String key)
public java.lang.String getName()
public void setName(java.lang.String name)