@Entity public class ProductDashboardAction extends BaseEntity
| Constructor and Description |
|---|
ProductDashboardAction() |
| Modifier and Type | Method and Description |
|---|---|
DashboardAction |
getDashboardAction() |
Network |
getNetwork()
Returns the network this entity belongs to
|
Product |
getProduct() |
boolean |
isEnabled() |
boolean |
isEnabledByDefault() |
void |
setDashboardAction(DashboardAction dashboardAction) |
void |
setEnabled(boolean enabled) |
void |
setEnabledByDefault(boolean enabledByDefault) |
void |
setProduct(Product product) |
getDataTranslationType, getLogType, getVersionisGlobalclone, equals, getId, getId, getIds, getUniqueIds, getUniqueIds, hashCode, isPersistent, isTransient, toStringpublic DashboardAction getDashboardAction()
public Network getNetwork()
NetworkedEntitygetNetwork in class NetworkedEntitypublic 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)