Package org.bonitasoft.web.client.model
Class ApplicationMenu
java.lang.Object
org.bonitasoft.web.client.model.ApplicationMenu
- All Implemented Interfaces:
Serializable
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
comments="Generator version: 7.12.0")
public class ApplicationMenu
extends Object
implements Serializable
ApplicationMenu
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionapplicationId(String applicationId) applicationPageId(String applicationPageId) displayName(String displayName) booleanid of the application related to this menu itemid of the application page targeted by this menu item, or -1 if there is no targeted page (that is, the item is a parent menu)label to display for this menu in the application navigation bar or menugetId()id of the application menu itemindex of the menu itemid of the parent menu of this menu item, or -1 for a top-level iteminthashCode()parentMenuId(String parentMenuId) voidsetApplicationId(String applicationId) voidsetApplicationPageId(String applicationPageId) voidsetDisplayName(String displayName) voidvoidsetMenuIndex(String menuIndex) voidsetParentMenuId(String parentMenuId) toString()
-
Field Details
-
JSON_PROPERTY_ID
- See Also:
-
JSON_PROPERTY_PARENT_MENU_ID
- See Also:
-
JSON_PROPERTY_APPLICATION_PAGE_ID
- See Also:
-
JSON_PROPERTY_APPLICATION_ID
- See Also:
-
JSON_PROPERTY_MENU_INDEX
- See Also:
-
JSON_PROPERTY_DISPLAY_NAME
- See Also:
-
-
Constructor Details
-
ApplicationMenu
public ApplicationMenu()
-
-
Method Details
-
id
-
getId
id of the application menu item- Returns:
- id
-
setId
-
parentMenuId
-
getParentMenuId
id of the parent menu of this menu item, or -1 for a top-level item- Returns:
- parentMenuId
-
setParentMenuId
-
applicationPageId
-
getApplicationPageId
id of the application page targeted by this menu item, or -1 if there is no targeted page (that is, the item is a parent menu)- Returns:
- applicationPageId
-
setApplicationPageId
-
applicationId
-
getApplicationId
id of the application related to this menu item- Returns:
- applicationId
-
setApplicationId
-
getMenuIndex
index of the menu item- Returns:
- menuIndex
-
setMenuIndex
-
displayName
-
getDisplayName
label to display for this menu in the application navigation bar or menu- Returns:
- displayName
-
setDisplayName
-
equals
-
hashCode
public int hashCode() -
toString
-