Nuxeo ECM Projects 5.4.3-SNAPSHOT

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

getPath

public String getPath()

setPath

public void setPath(String path)

getTotalYearCount

public Integer getTotalYearCount()

setTotalYearCount

public void setTotalYearCount(Integer totalYearCount)

increaseCount

public void increaseCount()

getYearLong

public String getYearLong()

setYearLong

public void setYearLong(String yearLong)

Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.