Nuxeo Enterprise Platform 5.4

org.nuxeo.theme.models
Class Menu

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

public class Menu
extends AbstractModel


Constructor Summary
Menu()
           
 
Method Summary
 String getDescription()
           
 String getTitle()
           
 void setDescription(String description)
           
 void setTitle(String title)
           
 
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

Menu

public Menu()
Method Detail

getTitle

public String getTitle()

setTitle

public void setTitle(String title)

getDescription

public String getDescription()

setDescription

public void setDescription(String description)

Nuxeo Enterprise Platform 5.4

Copyright © 2011 Nuxeo SAS. All Rights Reserved.