Nuxeo Enterprise Platform 5.4

org.nuxeo.webengine.blogs.models
Class BlogSiteArchiveYearModel

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

public class BlogSiteArchiveYearModel
extends AbstractModel

Model related to the BlogSite-s archive in the fragment initialization mechanism.

Author:
rux

Constructor Summary
BlogSiteArchiveYearModel(java.lang.String yearLong, java.lang.String path, java.lang.Integer totalYearCount)
           
 
Method Summary
 java.lang.String getPath()
           
 java.lang.Integer getTotalYearCount()
           
 java.lang.String getYearLong()
           
 void increaseCount()
           
 void setPath(java.lang.String path)
           
 void setTotalYearCount(java.lang.Integer totalYearCount)
           
 void setYearLong(java.lang.String yearLong)
           
 
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

BlogSiteArchiveYearModel

public BlogSiteArchiveYearModel(java.lang.String yearLong,
                                java.lang.String path,
                                java.lang.Integer totalYearCount)
Method Detail

getPath

public java.lang.String getPath()

setPath

public void setPath(java.lang.String path)

getTotalYearCount

public java.lang.Integer getTotalYearCount()

setTotalYearCount

public void setTotalYearCount(java.lang.Integer totalYearCount)

increaseCount

public void increaseCount()

getYearLong

public java.lang.String getYearLong()

setYearLong

public void setYearLong(java.lang.String yearLong)

Nuxeo Enterprise Platform 5.4

Copyright © 2010 Nuxeo SAS. All Rights Reserved.