public class ProductDashboardActionDTO extends EntityDTO
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
CLASS_NAME |
static BasicProperty<DashboardAction,ProductDashboardActionDTO> |
DASHBOARD_ACTION |
static BasicProperty<java.lang.Boolean,ProductDashboardActionDTO> |
ENABLED |
static BasicProperty<java.lang.Boolean,ProductDashboardActionDTO> |
ENABLED_BY_DEFAULT |
ID| Constructor and Description |
|---|
ProductDashboardActionDTO() |
ProductDashboardActionDTO(java.lang.Long id) |
ProductDashboardActionDTO(Property<T,? super ProductDashboardActionDTO> property,
T value) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
className() |
protected java.util.List<Property<?,?>> |
doGetProperties() |
DashboardAction |
getDashboardAction() |
boolean |
isEnabled() |
boolean |
isEnabledByDefault() |
void |
setDashboardAction(DashboardAction dashboardAction) |
void |
setEnabled(boolean enabled) |
void |
setEnabledByDefault(boolean enabledByDefault) |
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<DashboardAction,ProductDashboardActionDTO> DASHBOARD_ACTION
public static final BasicProperty<java.lang.Boolean,ProductDashboardActionDTO> ENABLED
public static final BasicProperty<java.lang.Boolean,ProductDashboardActionDTO> ENABLED_BY_DEFAULT
public ProductDashboardActionDTO()
public ProductDashboardActionDTO(java.lang.Long id)
public ProductDashboardActionDTO(Property<T,? super ProductDashboardActionDTO> property, T value)
protected java.util.List<Property<?,?>> doGetProperties()
doGetProperties in class EntityDTOpublic DashboardAction getDashboardAction()
public void setDashboardAction(DashboardAction dashboardAction)
public boolean isEnabled()
public void setEnabled(boolean enabled)
public boolean isEnabledByDefault()
public void setEnabledByDefault(boolean enabledByDefault)