@Entity public class UserDashboardAction extends BaseEntity
| Constructor and Description |
|---|
UserDashboardAction() |
| Modifier and Type | Method and Description |
|---|---|
DashboardAction |
getDashboardAction() |
Network |
getNetwork()
Returns the network this entity belongs to
|
java.lang.Integer |
getOrder() |
User |
getUser() |
void |
setDashboardAction(DashboardAction dashboardAction) |
void |
setOrder(java.lang.Integer order) |
void |
setUser(User user) |
getDataTranslationType, getLogType, getVersionisGlobalclone, equals, getId, getId, getIds, getUniqueIds, getUniqueIds, hashCode, isPersistent, isTransient, toStringpublic DashboardAction getDashboardAction()
public Network getNetwork()
NetworkedEntitygetNetwork in class NetworkedEntitypublic java.lang.Integer getOrder()
public User getUser()
public void setDashboardAction(DashboardAction dashboardAction)
public void setOrder(java.lang.Integer order)
public void setUser(User user)