Nuxeo ECM Projects 5.4.3-SNAPSHOT

org.nuxeo.theme.models
Class MenuItem

java.lang.Object
  extended by org.nuxeo.theme.models.AbstractModel
      extended by org.nuxeo.theme.models.MenuItem
All Implemented Interfaces:
Model

public class MenuItem
extends AbstractModel


Constructor Summary
MenuItem(String title, String description, String url, boolean selected, String icon)
           
 
Method Summary
 String getDescription()
           
 String getIcon()
           
 String getTitle()
           
 String getUrl()
           
 boolean isSelected()
           
 void setDescription(String description)
           
 void setIcon(String icon)
           
 void setSelected(boolean selected)
           
 void setTitle(String title)
           
 void setUrl(String url)
           
 
Methods inherited from class org.nuxeo.theme.models.AbstractModel
addItem, getItems, getModelType, getModelTypeName, hasItems, insertItem
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MenuItem

public MenuItem(String title,
                String description,
                String url,
                boolean selected,
                String icon)
Method Detail

getIcon

public String getIcon()

setIcon

public void setIcon(String icon)

isSelected

public boolean isSelected()

setSelected

public void setSelected(boolean selected)

getTitle

public String getTitle()

setTitle

public void setTitle(String title)

getUrl

public String getUrl()

setUrl

public void setUrl(String url)

getDescription

public String getDescription()

setDescription

public void setDescription(String description)

Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.