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
 java.lang.String getDescription()
           
 java.lang.String getTitle()
           
 void setDescription(java.lang.String description)
           
 void setTitle(java.lang.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 java.lang.String getTitle()

setTitle

public void setTitle(java.lang.String title)

getDescription

public java.lang.String getDescription()

setDescription

public void setDescription(java.lang.String description)

Nuxeo Enterprise Platform 5.4

Copyright © 2010 Nuxeo SAS. All Rights Reserved.