@Entity public class UserDashboardAction extends BaseEntity
| Constructor and Description |
|---|
UserDashboardAction() |
| Modifier and Type | Method and Description |
|---|---|
DashboardAction |
getDashboardAction() |
Network |
getNetwork() |
java.lang.Integer |
getOrder() |
User |
getUser() |
void |
setDashboardAction(DashboardAction dashboardAction) |
void |
setOrder(java.lang.Integer order) |
void |
setUser(User user) |
getDataTranslationType, getLogType, getVersion, isGlobal, isPersistent, isTransientclone, equals, getEntityImportance, getId, getId, getIds, getUniqueIds, getUniqueIds, hashCode, toStringpublic DashboardAction getDashboardAction()
public Network getNetwork()
getNetwork in class BaseEntitypublic java.lang.Integer getOrder()
public User getUser()
public void setDashboardAction(DashboardAction dashboardAction)
public void setOrder(java.lang.Integer order)
public void setUser(User user)