@Entity public class ProductDashboardAction extends BaseEntity
| Constructor and Description |
|---|
ProductDashboardAction() |
| Modifier and Type | Method and Description |
|---|---|
DashboardAction |
getDashboardAction() |
Network |
getNetwork() |
Product |
getProduct() |
boolean |
isEnabled() |
boolean |
isEnabledByDefault() |
void |
setDashboardAction(DashboardAction dashboardAction) |
void |
setEnabled(boolean enabled) |
void |
setEnabledByDefault(boolean enabledByDefault) |
void |
setProduct(Product product) |
getDataTranslationType, getLogType, getVersion, isGlobal, isPersistent, isTransientclone, equals, getEntityImportance, getId, getId, getIds, getUniqueIds, getUniqueIds, hashCode, toStringpublic DashboardAction getDashboardAction()
public Network getNetwork()
getNetwork in class BaseEntitypublic Product getProduct()
public boolean isEnabled()
public boolean isEnabledByDefault()
public void setDashboardAction(DashboardAction dashboardAction)
public void setEnabled(boolean enabled)
public void setEnabledByDefault(boolean enabledByDefault)
public void setProduct(Product product)