Nuxeo Enterprise Platform 5.4

org.nuxeo.webengine.sites.models
Class TagCloudModel

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

public class TagCloudModel
extends AbstractModel

Model related to the details about the tag cloud.


Constructor Summary
TagCloudModel(java.lang.String label, long weight)
           
 
Method Summary
 java.lang.String getLabel()
           
 long getWeight()
           
 void setLabel(java.lang.String label)
           
 void setWeight(long weight)
           
 
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

TagCloudModel

public TagCloudModel(java.lang.String label,
                     long weight)
Method Detail

getLabel

public java.lang.String getLabel()

setLabel

public void setLabel(java.lang.String label)

getWeight

public long getWeight()

setWeight

public void setWeight(long weight)

Nuxeo Enterprise Platform 5.4

Copyright © 2010 Nuxeo SAS. All Rights Reserved.