public class ApplicationMenuImpl extends BaseElementImpl implements ApplicationMenu
| Constructor and Description |
|---|
ApplicationMenuImpl(String displayName,
long applicationId,
Long applicationPageId,
int index) |
| Modifier and Type | Method and Description |
|---|---|
long |
getApplicationId()
Retrieves the identifier of related
Application |
Long |
getApplicationPageId()
Retrieves the identifier of related
ApplicationPage. |
String |
getDisplayName()
Retrieves the
ApplicationMenu display name |
int |
getIndex()
Retrieves the
ApplicationMenu index |
Long |
getParentId()
Retrieves the identifier of the parent
ApplicationMenu. |
void |
setParentId(Long parentId) |
String |
toString() |
equals, getId, hashCode, setIdclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetIdpublic String getDisplayName()
ApplicationMenuApplicationMenu display namegetDisplayName in interface ApplicationMenuApplicationMenu display namepublic Long getApplicationPageId()
ApplicationMenuApplicationPage. If the ApplicationMenu is not related to an ApplicationPage, this method will return null.getApplicationPageId in interface ApplicationMenuApplicationPage or null if the menu is not related to ApplicationPageApplicationPagepublic Long getParentId()
ApplicationMenuApplicationMenu. If the menu does not have a parent menu, this method will return null.getParentId in interface ApplicationMenuApplicationMenu or null if the menu has no parent.public void setParentId(Long parentId)
public int getIndex()
ApplicationMenuApplicationMenu indexgetIndex in interface ApplicationMenuApplicationMenu indexpublic long getApplicationId()
ApplicationMenuApplicationgetApplicationId in interface ApplicationMenuApplicationApplicationpublic String toString()
toString in class BaseElementImplCopyright © 2018 Bonitasoft S.A.. All rights reserved.