public abstract class MenubarObject extends Object
| Constructor and Description |
|---|
MenubarObject(String id,
String title,
String glyphicon,
int order,
boolean disabled)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getGlyphicon()
Getter for glyphicon.
|
String |
getId()
Getter for id.
|
int |
getOrder()
Getter for order.
|
String |
getTitle()
Getter for title.
|
int |
hashCode() |
boolean |
isDisabled()
Getter for disabled.
|
void |
setDisabled(boolean disabled)
Setter for disabled.
|
void |
setGlyphicon(String glyphicon)
Setter for glyphicon.
|
void |
setOrder(int order)
Setter for order.
|
void |
setTitle(String title)
Setter for title.
|
public String getTitle()
public void setTitle(String title)
title - the title to setpublic String getGlyphicon()
public void setGlyphicon(String glyphicon)
glyphicon - the glyphicon to setpublic int getOrder()
public void setOrder(int order)
order - the order to setpublic boolean isDisabled()
public void setDisabled(boolean disabled)
disabled - the disabled to setpublic String getId()
Copyright © 2015. All rights reserved.